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
2020-06-19
New exp10f version without SVID compat wrapper
Adhemerval Zanella
3
-4
/
+8
2020-06-19
math: Optimized generic exp10f with wrappers
Paul Zimmermann
1
-32
/
+0
2020-04-30
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
Paul E. Murphy
3
-9
/
+9
2020-04-17
Remove __NO_MATH_INLINES
Adhemerval Zanella
5
-20
/
+3
2020-04-07
powerpc: Update ULPs and xfail more ibm128 outputs
Tulio Magno Quites Machado Filho
3
-40
/
+40
2020-03-31
math: Add inputs that yield larger errors for float type (x86_64)
Paul Zimmermann
13
-0
/
+324
2020-03-30
math: Remove fenvinline.h
Adhemerval Zanella
3
-360
/
+2
2020-03-19
math: Remove inline math tests
Adhemerval Zanella
39
-7674
/
+7553
2020-03-19
Remove __LIBC_INTERNAL_MATH_INLINES
Adhemerval Zanella
3
-3
/
+1
2020-03-19
math: Remove mathinline
Adhemerval Zanella
2
-7
/
+1
2020-03-17
Fix build with GCC 10 when long double = double.
Joseph Myers
1
-0
/
+122
2020-03-06
ldbl-128ibm-compat: Add tests for IBM long double functions
Rajalakshmi Srinivasaraghavan
3
-1
/
+32
2020-03-03
Convert Python scripts to Python 3
Alistair Francis
2
-2
/
+2
2020-02-28
ldbl-128ibm-compat: Redirect complex math functions
Rajalakshmi Srinivasaraghavan
1
-2
/
+19
2020-02-28
ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions
Tulio Magno Quites Machado Filho
3
-14
/
+72
2020-02-20
ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions
Tulio Magno Quites Machado Filho
1
-14
/
+1
2020-02-20
Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]
Tulio Magno Quites Machado Filho
2
-6
/
+22
2020-02-14
Add a generic scalb implementation
Tulio Magno Quites Machado Filho
8
-136
/
+83
2020-01-03
Add libm_alias_finite for _finite symbols
Wilco Dijkstra
6
-10
/
+12
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
376
-376
/
+376
2019-11-07
math: enhance the endloop condition of function handle_input_flag
liqingqing
1
-1
/
+1
2019-10-21
Remove x64 _finite tests and references
Wilco Dijkstra
1
-1
/
+1
2019-10-21
Remove finite-math tests
Wilco Dijkstra
13
-244
/
+10
2019-10-21
Remove math-finite.h
Wilco Dijkstra
2
-222
/
+1
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
380
-381
/
+381
2019-09-05
Use __attribute_pure__ macro in bits/mathcalls.h
Gabriel F. T. Gomes
1
-2
/
+2
2019-09-05
math: Replace const attribute with pure in totalorder* functions
Gabriel F. T. Gomes
1
-3
/
+4
2019-08-23
Fix spellings of contributor names in comments and doc
Paul Eggert
2
-2
/
+2
2019-08-21
Add tgmath.h macros for narrowing functions.
Joseph Myers
3
-20
/
+337
2019-08-16
Correct TEST_COMPAT conditions in totalorder compat tests.
Joseph Myers
2
-2
/
+2
2019-08-15
Make totalorder and totalordermag functions take pointer arguments.
Joseph Myers
11
-506
/
+624
2019-08-13
Declare some TS 18661-4 interfaces for C2X.
Joseph Myers
1
-1
/
+1
2019-08-13
Declare most TS 18661-1 interfaces for C2X.
Joseph Myers
4
-18
/
+22
2019-03-26
math: Enable some math builtins for clang
Adhemerval Zanella
1
-6
/
+11
2019-03-07
Fix location where math-vector-fortran.h is installed.
marxin
2
-1
/
+20
2019-02-27
Add some spaces before '('.
Joseph Myers
1
-1
/
+1
2019-02-22
Break some lines before not after operators.
Joseph Myers
2
-4
/
+4
2019-02-20
Add new Fortran vector math header file.
marxin
1
-0
/
+1
2019-02-08
math: Enable <bits/math-finite.h> sysdeps override
Florian Weimer
1
-197
/
+0
2019-01-15
Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() tests
Tulio Magno Quites Machado Filho
1
-56
/
+56
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
378
-378
/
+378
2018-12-11
Fix powf overflow handling in non-nearest rounding mode [BZ #23961]
Szabolcs Nagy
2
-0
/
+52
2018-11-21
Remove the error handling wrapper from pow
Szabolcs Nagy
3
-4
/
+26
2018-11-21
Remove the error handling wrapper from log2
Szabolcs Nagy
3
-4
/
+26
2018-11-21
Remove the error handling wrapper from log
Szabolcs Nagy
3
-4
/
+26
2018-11-21
Remove the error handling wrapper from exp and exp2
Szabolcs Nagy
5
-7
/
+54
2018-10-29
Patch to require Python 3.4 or later to build glibc.
Joseph Myers
1
-10
/
+0
2018-10-24
Use gen-libm-test.py to generate ulps table for manual.
Joseph Myers
1
-0
/
+96
2018-10-17
Do not allow divide-by-zero exception for pow(+/- 0, -Inf).
Joseph Myers
1
-2
/
+7
2018-10-02
Add more fma tests.
Joseph Myers
1
-0
/
+193
[prev]
[next]