.. |
e_exp.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
e_fmod.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
e_log10.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
e_log10f.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
e_log.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
e_logf.S
|
|
|
e_remainder.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
e_remainderf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
e_remainderl.S
|
Add assembly versions of remquol() and remainderl().
|
2008-03-30 21:21:53 +00:00 |
e_sqrt.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
e_sqrtf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
e_sqrtl.S
|
MD implementations of sqrtl().
|
2008-03-02 01:48:08 +00:00 |
fenv.c
|
Remove an unneeded fnstcw instruction.
|
2007-01-05 07:15:26 +00:00 |
fenv.h
|
Fix a problem relating to fesetenv() clobbering i387 register stack.
|
2007-01-06 21:46:23 +00:00 |
invtrig.c
|
On i386, gcc truncates long double constants to double precision
|
2008-08-02 03:56:22 +00:00 |
Makefile.inc
|
Add assembly versions of remquol() and remainderl().
|
2008-03-30 21:21:53 +00:00 |
s_ceil.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_ceilf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_ceill.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_copysign.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_copysignf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_copysignl.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_cos.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_finite.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_floor.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_floorf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_floorl.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_llrint.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_llrintf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_llrintl.S
|
Implement rintl(), nearbyintl(), lrintl(), and llrintl().
|
2008-01-14 02:12:07 +00:00 |
s_logb.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_logbf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_logbl.S
|
Add logbl(3) to libm.
|
2007-12-17 03:53:38 +00:00 |
s_lrint.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_lrintf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_lrintl.S
|
Implement rintl(), nearbyintl(), lrintl(), and llrintl().
|
2008-01-14 02:12:07 +00:00 |
s_remquo.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_remquof.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_remquol.S
|
Add assembly versions of remquol() and remainderl().
|
2008-03-30 21:21:53 +00:00 |
s_rint.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_rintf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_rintl.S
|
Implement rintl(), nearbyintl(), lrintl(), and llrintl().
|
2008-01-14 02:12:07 +00:00 |
s_scalbn.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_scalbnf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_scalbnl.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_significand.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_significandf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_sin.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_tan.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_trunc.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_truncf.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
s_truncl.S
|
Use, in uncovered part, the END() macro in order to improve debugging.
|
2009-05-25 14:37:10 +00:00 |
Symbol.map
|
Use C comments since we now preprocess these files with CPP.
|
2007-04-29 14:05:22 +00:00 |