index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
math: erf and erfc cleanup
Szabolcs Nagy
2013-01-07
3
-297
/
+207
*
math: bessel cleanup (jn.c and jnf.c)
Szabolcs Nagy
2013-01-01
2
-164
/
+161
*
math: bessel cleanup (j1.c and j1f.c)
Szabolcs Nagy
2013-01-01
2
-187
/
+138
*
math: bessel cleanup (j0.c and j0f.c)
Szabolcs Nagy
2013-01-01
2
-203
/
+161
*
math: use 0x1p-120f and 0x1p120f for tiny and huge values
Szabolcs Nagy
2012-12-16
10
-27
/
+27
*
math: tgammal.c fixes
Szabolcs Nagy
2012-12-16
1
-28
/
+23
*
math: tanh.c cleanup similar to sinh, cosh
Szabolcs Nagy
2012-12-16
3
-173
/
+83
*
math: sinh.c cleanup similar to the cosh one
Szabolcs Nagy
2012-12-16
3
-171
/
+72
*
math: finished cosh.c cleanup
Szabolcs Nagy
2012-12-16
3
-142
/
+49
*
math: x86_64 version of expl, fixed some comments in the i386 version
Szabolcs Nagy
2012-12-16
4
-4
/
+112
*
math: move x86_64 exp2l implementation to exp2l.s from expl.s
Szabolcs Nagy
2012-12-16
3
-85
/
+76
*
math: fix i386/expl.s with more precise x*log2e
Szabolcs Nagy
2012-12-14
2
-7
/
+107
*
math: add a non-dummy tgamma implementation
Szabolcs Nagy
2012-12-12
2
-20
/
+215
*
math: cosh cleanup
Szabolcs Nagy
2012-12-12
3
-70
/
+63
*
math: fix comment in __rem_pio2f.c
Szabolcs Nagy
2012-12-12
1
-2
/
+2
*
math: add empty __invtrigl.s to i386 and x86_64
Szabolcs Nagy
2012-12-12
2
-0
/
+0
*
math: clean up inverse trigonometric functions
Szabolcs Nagy
2012-12-11
12
-377
/
+258
*
math: rewrite inverse hyperbolic functions to be simpler/smaller
Szabolcs Nagy
2012-12-11
9
-406
/
+149
*
fix trailing whitespace issues that crept in here and there
Rich Felker
2012-12-07
1
-1
/
+1
*
math: use float constants in exp10f.c
Szabolcs Nagy
2012-11-18
1
-1
/
+1
*
math: expl.c cleanup
Szabolcs Nagy
2012-11-18
1
-24
/
+19
*
math: expf.c cleanup
Szabolcs Nagy
2012-11-18
2
-63
/
+55
*
math: cleanup exp2.c exp2f.c and exp2l.c
Szabolcs Nagy
2012-11-17
3
-86
/
+56
*
math: exp.c clean up
Szabolcs Nagy
2012-11-17
1
-72
/
+49
*
math: ld80 invtrig cleanups
Szabolcs Nagy
2012-11-14
8
-110
/
+87
*
math: simplify hypot and hypotf using scalbn
Szabolcs Nagy
2012-11-13
2
-11
/
+4
*
math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed
Szabolcs Nagy
2012-11-13
9
-0
/
+10
*
math: excess precision fix modf, modff, scalbn, scalbnf
Szabolcs Nagy
2012-11-13
4
-22
/
+18
*
math: fix scalbn and scalbnf on overflow/underflow
Szabolcs Nagy
2012-11-13
2
-10
/
+24
*
math: fix nextafter and nexttoward on maxdbl and maxflt input
Szabolcs Nagy
2012-11-13
4
-4
/
+4
*
math: raise flags in logl.c on <= 0 arguments
Szabolcs Nagy
2012-11-13
2
-9
/
+3
*
math: fix logb*.c exceptions now that ilogb raises invalid
Szabolcs Nagy
2012-11-13
3
-25
/
+17
*
math: raise flags in log2l.c on <= 0 arguments, and fix volatile
Szabolcs Nagy
2012-11-13
1
-8
/
+3
*
math: raise exception flags in log1pl.c on <= -1 arguments
Szabolcs Nagy
2012-11-13
1
-7
/
+2
*
math: raise invalid flag in ilogb*.c on +-0, +-inf and nan
Szabolcs Nagy
2012-11-12
3
-6
/
+18
*
math: fix exception behaviour of expm1l.c on inf and nan
Szabolcs Nagy
2012-11-12
1
-13
/
+7
*
math: fix long double constants in exp10l.c
Szabolcs Nagy
2012-11-12
1
-2
/
+2
*
Merge remote-tracking branch 'nsz/exp'
Rich Felker
2012-08-13
2
-40
/
+35
|
\
|
*
math: fix exp.s on i386 and x86_64 so the exception flags are correct
nsz
2012-08-08
2
-40
/
+35
*
|
remove significandl
Rich Felker
2012-08-13
1
-7
/
+0
*
|
add significand[fl] math functions
Rich Felker
2012-08-13
3
-0
/
+21
|
/
*
fix missing prototype and simplify sincosl on ld64 archs
Rich Felker
2012-07-02
1
-4
/
+2
*
fix invalid implicit pointer conversion in ld64 modfl
Rich Felker
2012-07-02
1
-1
/
+1
*
math: fix fma bug on x86 (found by Bruno Haible with gnulib)
nsz
2012-06-20
1
-2
/
+10
*
support ld80 pseudo-denormal invalid bit patterns; treat them as nan
Rich Felker
2012-06-20
1
-2
/
+5
*
use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too
Rich Felker
2012-06-02
1
-1
/
+1
*
math: fix remquo.c when x==-y and a subnormal remainder bug as well
nsz
2012-05-08
3
-5
/
+8
*
some assemblers don't like fistpq; use the alt. mnemonic fistpll
Rich Felker
2012-05-07
3
-3
/
+3
*
add FORCE_EVAL macro to evaluate float expr for their side effect
nsz
2012-05-06
5
-24
/
+12
*
fix unused variable warnings in new nextafter/nexttoward code
Rich Felker
2012-05-06
5
-6
/
+12
[next]