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
/
internal
/
libm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
math: fix sinh overflows in non-nearest rounding
Szabolcs Nagy
2020-02-21
1
-2
/
+2
*
make new math code compatible with unused variable warning/error
Rich Felker
2019-04-20
1
-3
/
+6
*
math: new pow
Szabolcs Nagy
2019-04-17
1
-0
/
+1
*
math: new powf
Szabolcs Nagy
2019-04-17
1
-0
/
+6
*
math: new exp2f and expf
Szabolcs Nagy
2019-04-17
1
-0
/
+16
*
math: add configuration macros
Szabolcs Nagy
2019-04-17
1
-0
/
+5
*
math: add macros for static branch prediction hints
Szabolcs Nagy
2019-04-17
1
-0
/
+9
*
math: add double precision error handling functions
Szabolcs Nagy
2019-04-17
1
-0
/
+5
*
math: add single precision error handling functions
Szabolcs Nagy
2019-04-17
1
-0
/
+7
*
math: add eval_as_float and eval_as_double
Szabolcs Nagy
2019-04-17
1
-0
/
+17
*
math: add fp_arch.h with fp_barrier and fp_force_eval
Szabolcs Nagy
2019-04-17
1
-6
/
+65
*
math: remove sun copyright from libm.h
Szabolcs Nagy
2019-04-17
1
-23
/
+0
*
math: add asuint, asuint64, asfloat and asdouble
Szabolcs Nagy
2019-04-17
1
-33
/
+15
*
math: move complex math out of libm.h
Szabolcs Nagy
2019-04-17
1
-15
/
+0
*
apply hidden visibility to internal math functions
Rich Felker
2018-09-12
1
-24
/
+24
*
move lgamma-related internal declarations to libm.h
Rich Felker
2018-09-12
1
-0
/
+4
*
add support for m68k 80-bit long double variant
Rich Felker
2018-06-14
1
-0
/
+11
*
math: add dummy implementations of 128 bit long double functions
Szabolcs Nagy
2015-03-11
1
-0
/
+14
*
provide CMPLX macros in implementation-internal libm.h
Rich Felker
2014-12-17
1
-0
/
+12
*
math: remove STRICT_ASSIGN macro
Szabolcs Nagy
2013-09-06
1
-11
/
+0
*
math: remove libc.h include from libm.h
Szabolcs Nagy
2013-09-05
1
-2
/
+0
*
math: cosmetic cleanup (use explicit union instead of fshape and dshape)
Szabolcs Nagy
2013-09-05
1
-66
/
+56
*
math: remove *_WORD64 macros from libm.h
Szabolcs Nagy
2013-09-05
1
-16
/
+0
*
math: remove old longdbl.h
Szabolcs Nagy
2013-09-05
1
-2
/
+0
*
long double cleanup, initial commit
Szabolcs Nagy
2013-09-05
1
-0
/
+28
*
make CMPLX macros available in complex.h in non-c11 mode as well
Szabolcs Nagy
2012-12-11
1
-8
/
+0
*
math: turn off the STRICT_ASSIGN workaround by default
Szabolcs Nagy
2012-11-13
1
-5
/
+3
*
complex: add C11 CMPLX macros and replace cpack with them
Szabolcs Nagy
2012-11-13
1
-18
/
+5
*
add FORCE_EVAL macro to evaluate float expr for their side effect
nsz
2012-05-06
1
-0
/
+13
*
add creal/cimag macros in complex.h (and use them in the functions defs)
Rich Felker
2012-03-22
1
-8
/
+0
*
don't inline __rem_pio2l so the code size is smaller
nsz
2012-03-19
1
-0
/
+1
*
fix loads of missing const in new libm, and some global vars (?!) in powl
Rich Felker
2012-03-18
1
-2
/
+2
*
fix namespace issues for lgamma, etc.
Rich Felker
2012-03-16
1
-0
/
+2
*
first commit of the new libm!
Rich Felker
2012-03-13
1
-0
/
+186