index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
math
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-28
Remove unnecessary math_private.h includes.
Joseph Myers
14
-14
/
+0
2018-09-27
Use copysign functions not __copysign functions in glibc libm.
Joseph Myers
2
-18
/
+18
2018-09-19
Add new pow implementation
Szabolcs Nagy
1
-1
/
+1
2018-09-14
Use rint functions not __rint functions in glibc libm.
Joseph Myers
3
-3
/
+3
2018-09-14
Use floor functions not __floor functions in glibc libm.
Joseph Myers
10
-10
/
+10
2018-09-12
Add new log2 implementation
Szabolcs Nagy
1
-1
/
+2
2018-09-12
Add new log implementation
Szabolcs Nagy
1
-1
/
+1
2018-09-05
Add new exp and exp2 implementations
Szabolcs Nagy
1
-2
/
+2
2018-09-04
Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.
Joseph Myers
33
-32
/
+5
2018-09-03
Do not include fenv_private.h in math_private.h.
Joseph Myers
33
-0
/
+33
2018-08-29
Make gen-libm-test.py treat plus_oflow and minus_oflow as non-finite.
Joseph Myers
1
-4
/
+3
2018-08-24
Remove unused math files
Wilco Dijkstra
1
-7
/
+9
2018-08-22
Don't redefine ROUNDING_TESTS_* in math/test-*-vlen*.h.
Joseph Myers
7
-24
/
+3
2018-08-22
Move ROUNDING_TESTS_* out of math-tests.h.
Joseph Myers
6
-0
/
+12
2018-08-10
Improve performance of sincosf
Wilco Dijkstra
1
-1
/
+1
2018-08-09
Replace gen-libm-test.pl with gen-libm-test.py.
Joseph Myers
8
-874
/
+631
2018-08-08
Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc.
Joseph Myers
2
-5
/
+4
2018-08-03
Consistently terminate libm-test-*.inc TEST lines with commas.
Joseph Myers
3
-22
/
+22
2018-08-01
Fix math/test-misc.c for undefined fenv.h macros.
Joseph Myers
1
-0
/
+6
2018-06-20
Add a generic significand implementation
Tulio Magno Quites Machado Filho
5
-97
/
+36
2018-06-20
Move declare_mgen_finite_alias definition
Tulio Magno Quites Machado Filho
1
-7
/
+0
2018-06-12
Do not use const attribute for nan functions (bug 23277).
Joseph Myers
3
-2
/
+36
2018-06-11
Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).
Joseph Myers
1
-0
/
+33
2018-05-24
Fix parameter type in C++ version of iseqsig (bug 23171)
Gabriel F. T. Gomes
1
-1
/
+1
2018-05-18
Split test-tgmath3 by function.
Joseph Myers
2
-10
/
+54
2018-05-17
Add narrowing divide functions.
Joseph Myers
8
-2
/
+21726
2018-05-16
Add narrowing multiply functions.
Joseph Myers
8
-2
/
+11674
2018-05-11
powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdouble
Tulio Magno Quites Machado Filho
1
-3
/
+9
2018-05-11
Do not include math-barriers.h in math_private.h.
Joseph Myers
4
-0
/
+4
2018-05-10
Move math_check_force_underflow macros to separate math-underflow.h.
Joseph Myers
14
-0
/
+92
2018-05-09
Move math_narrow_eval to separate math-narrow-eval.h.
Joseph Myers
1
-0
/
+1
2018-04-30
Replace hidden_def with libm_hidden_def in math
Tulio Magno Quites Machado Filho
3
-6
/
+3
2018-04-27
Replace M_SUF (M_LN2) with M_MLIT (M_LN2)
Tulio Magno Quites Machado Filho
1
-1
/
+1
2018-04-27
Replace M_SUF (fabs) with M_FABS
Tulio Magno Quites Machado Filho
3
-4
/
+4
2018-04-19
Use volatile global counters in test-tgmath.c.
Stefan Liebler
1
-6
/
+6
2018-03-20
Add narrowing subtract functions.
Joseph Myers
8
-2
/
+23830
2018-03-15
Add support for sqrt asm redirects
Wilco Dijkstra
4
-0
/
+4
2018-02-15
Remove mplog and mpexp
Wilco Dijkstra
1
-1
/
+1
2018-02-12
Remove slow paths from exp
Szabolcs Nagy
1
-1
/
+1
2018-02-12
Remove slow paths from pow
Wilco Dijkstra
1
-2
/
+2
2018-02-10
Add narrowing add functions.
Joseph Myers
8
-2
/
+23834
2018-02-09
Handle narrowing function sNaN test disabling based on argument format.
Joseph Myers
3
-1
/
+9
2018-02-09
Add test infrastructure for narrowing libm functions.
Joseph Myers
24
-57
/
+580
2018-02-09
Add build infrastructure for narrowing libm functions.
Joseph Myers
4
-1
/
+464
2018-02-09
Remove unused math/Makefile variable libm-test-incs.
Joseph Myers
1
-2
/
+0
2018-01-03
Improve math_errhandling
Wilco Dijkstra
1
-4
/
+10
2018-01-02
Reduce command length in regen-ulps.
Joseph Myers
1
-2
/
+2
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
361
-361
/
+361
2017-12-19
Provide a C++ version of iseqsig (bug 22377)
Gabriel F. T. Gomes
3
-3
/
+182
2017-12-19
Revert exp reimplementation (causes test failures).
Joseph Myers
1
-1
/
+1
[prev]
[next]