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: 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
*
math: nextafter and nexttoward cleanup
nsz
2012-05-06
5
-291
/
+176
*
math: change the formula used for acos.s
nsz
2012-05-05
2
-20
/
+16
*
support alternate glibc name pow10 for exp10
Rich Felker
2012-05-01
3
-0
/
+9
*
add C stub for sqrtl (already implemented in asm on i386 and x86_64)
Rich Felker
2012-04-30
1
-0
/
+9
*
first try at writing an efficient and "correct" exp10
Rich Felker
2012-04-30
3
-0
/
+55
*
fix typo in the x86_64 rounding asm
Rich Felker
2012-04-29
4
-4
/
+4
*
new math asm (abs/rounding) for x86_64
Rich Felker
2012-04-29
6
-0
/
+36
*
math: fix x86 asin accuracy
nsz
2012-04-04
2
-5
/
+6
*
math: minor cleanups in ceil and floor
nsz
2012-03-29
5
-10
/
+7
[next]