glibc/math
Markus Trippelsdorf d077f65fc8 Comment on slow compilation of math/test-tgmath2.c
The math/test-tgmath2.c testcase uses very long lines
(>3 million), so it may take a while to compile it.

See: http://llvm.org/bugs/show_bug.cgi?id=14106 and
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
2012-10-18 16:03:49 -04:00
..
bits Don't use long double *_finite functions if no long double math 2012-04-28 22:21:53 +02:00
machine Update. 1999-07-14 00:54:57 +00:00
Makefile Comment on slow compilation of math/test-tgmath2.c 2012-10-18 16:03:49 -04:00
README.libm-test Update. 2004-03-24 22:05:34 +00:00
Versions Optimize exp 2011-10-15 20:22:59 -04:00
atest-exp.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
atest-exp2.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
atest-sincos.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
basic-test.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
bug-nextafter.c math: support platforms with limited FP rounding or exception support 2012-05-17 08:50:41 -04:00
bug-nexttoward.c math: support platforms with limited FP rounding or exception support 2012-05-17 08:50:41 -04:00
bug-tgmath1.c Update. 2004-05-07 02:14:18 +00:00
cabs.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
cabsf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
cabsl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
carg.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
cargf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
cargl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
cimag.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
cimagf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
cimagl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
complex.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
conj.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
conjf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
conjl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
creal.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
crealf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
creall.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
divtc3.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
e_acoshl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_acosl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_asinl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_atan2l.c Optimize libm 2011-10-12 11:27:51 -04:00
e_atanhl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_coshl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_exp2l.c Fix exp2l inaccuracy (bug 13824). 2012-03-22 12:55:19 +00:00
e_exp10.c Fix exp10 spurious overflows (bug 13924). 2012-04-30 09:37:01 +00:00
e_exp10f.c Fix exp10 spurious overflows (bug 13924). 2012-04-30 09:37:01 +00:00
e_exp10l.c Fix exp10 spurious overflows (bug 13924). 2012-04-30 09:37:01 +00:00
e_expl.c Optimize exp 2011-10-15 20:22:59 -04:00
e_fmodl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_gammal_r.c Optimize libm 2011-10-12 11:27:51 -04:00
e_hypotl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_j0l.c Optimize libm 2011-10-12 11:27:51 -04:00
e_j1l.c Optimize libm 2011-10-12 11:27:51 -04:00
e_jnl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_lgammal_r.c Optimize libm 2011-10-12 11:27:51 -04:00
e_log2l.c Optimize libm 2011-10-12 11:27:51 -04:00
e_log10l.c Optimize libm 2011-10-12 11:27:51 -04:00
e_logl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_powl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_rem_pio2l.c Use private math_private.h in files in math/ 2011-10-08 05:16:04 -04:00
e_scalb.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
e_scalbf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
e_scalbl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
e_sinhl.c Optimize libm 2011-10-12 11:27:51 -04:00
e_sqrtl.c Optimize libm 2011-10-12 11:27:51 -04:00
fclrexcpt.c Fix fenv.h fallback returns (bug 14027). 2012-04-27 13:54:09 +00:00
fedisblxcpt.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
feenablxcpt.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fegetenv.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fegetexcept.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fegetround.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
feholdexcpt.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fenv.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fesetenv.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fesetround.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
feupdateenv.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fgetexcptflg.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fpu_control.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fraiseexcpt.c Fix fenv.h fallback returns (bug 14027). 2012-04-27 13:54:09 +00:00
fsetexcptflg.c Fix fenv.h fallback returns (bug 14027). 2012-04-27 13:54:09 +00:00
ftestexcept.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
gen-libm-test.pl Make libm-test.inc test comparison macros. 2012-10-09 23:34:12 +00:00
ieee-math.c * hurd/hurdinit.c (map0): Remove [!PIC] conditional. 1996-06-16 09:31:23 +00:00
k_cosl.c Use private math_private.h in files in math/ 2011-10-08 05:16:04 -04:00
k_rem_pio2l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
k_sincosl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
k_sinl.c Use private math_private.h in files in math/ 2011-10-08 05:16:04 -04:00
k_tanl.c Use private math_private.h in files in math/ 2011-10-08 05:16:04 -04:00
libm-test.inc Don't call feclearexcept in gamma function tests. 2012-10-17 23:42:32 +00:00
math.h Use more decimal places for long double constants in math.h. 2012-05-31 21:25:48 +00:00
multc3.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_asinhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_atanl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cacos.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_cacosf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_cacosh.c Fix signs of zeros from casinh, cacosh etc. (bug 10716). 2012-03-07 15:15:19 +00:00
s_cacoshf.c Fix signs of zeros from casinh, cacosh etc. (bug 10716). 2012-03-07 15:15:19 +00:00
s_cacoshl.c Fix signs of zeros from casinh, cacosh etc. (bug 10716). 2012-03-07 15:15:19 +00:00
s_cacosl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_casin.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_casinf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_casinh.c Fix signs of zeros from casinh, cacosh etc. (bug 10716). 2012-03-07 15:15:19 +00:00
s_casinhf.c Fix signs of zeros from casinh, cacosh etc. (bug 10716). 2012-03-07 15:15:19 +00:00
s_casinhl.c Fix signs of zeros from casinh, cacosh etc. (bug 10716). 2012-03-07 15:15:19 +00:00
s_casinl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_catan.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_catanf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_catanh.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_catanhf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_catanhl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_catanl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_cbrtl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ccos.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_ccosf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_ccosh.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_ccoshf.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_ccoshl.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_ccosl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_cexp.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_cexpf.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_cexpl.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_clog.c Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). 2012-09-25 19:43:49 +00:00
s_clog10.c Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). 2012-09-25 19:43:49 +00:00
s_clog10f.c Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). 2012-09-25 19:43:49 +00:00
s_clog10l.c Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). 2012-09-25 19:43:49 +00:00
s_clogf.c Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). 2012-09-25 19:43:49 +00:00
s_clogl.c Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). 2012-09-25 19:43:49 +00:00
s_cpow.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_cpowf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_cpowl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_cproj.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_cprojf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_cprojl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_csin.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_csinf.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_csinh.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_csinhf.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_csinhl.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_csinl.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_csqrt.c Fix csqrt underflow (bugs 14157, 14331). 2012-07-05 11:02:13 +00:00
s_csqrtf.c Fix csqrt underflow (bugs 14157, 14331). 2012-07-05 11:02:13 +00:00
s_csqrtl.c Fix csqrt underflow (bugs 14157, 14331). 2012-07-05 11:02:13 +00:00
s_ctan.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_ctanf.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_ctanh.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_ctanhf.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_ctanhl.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_ctanl.c Fix wrong ussage of sincos for subnormal arguments 2012-09-25 20:41:17 +02:00
s_erfl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_expm1l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fdim.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fdimf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fdiml.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fma.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fmaf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fmal.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fmax.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fmaxf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fmaxl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fmin.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fminf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_fminl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_ldexp.c Remove __STDC__ conditionals from libm. 2012-01-27 17:29:45 +00:00
s_ldexpf.c Remove __STDC__ conditionals from libm. 2012-01-27 17:29:45 +00:00
s_ldexpl.c Remove __STDC__ conditionals from libm. 2012-01-27 17:29:45 +00:00
s_log1pl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_nan.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_nanf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_nanl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
s_nextafter.c Remove __STDC__ conditionals from libm. 2012-01-27 17:29:45 +00:00
s_nexttowardf.c Fix nexttoward bugs (bugs 2550, 2570). 2012-05-01 15:37:43 +00:00
s_nexttowardl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_significand.c Remove __STDC__ conditionals from libm. 2012-01-27 17:29:45 +00:00
s_significandf.c Remove __STDC__ conditionals from libm. 2012-01-27 17:29:45 +00:00
s_significandl.c Remove __STDC__ conditionals from libm. 2012-01-27 17:29:45 +00:00
s_tanhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
setfpucw.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
t_sincosl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
test-double.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-fenv.c math: support platforms with limited FP rounding or exception support 2012-05-17 08:50:41 -04:00
test-float.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-fpucw.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-idouble.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-ifloat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-ildoubl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-ldouble.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-matherr.c Update. 1997-06-26 00:09:27 +00:00
test-misc.c math: support platforms with limited FP rounding or exception support 2012-05-17 08:50:41 -04:00
test-powl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-tgmath-int.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-tgmath-ret.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-tgmath.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test-tgmath2.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tgmath.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tst-CMPLX.c Include <stdio.h> in math/tst-CMPLX.c. 2012-02-03 00:13:15 +00:00
tst-CMPLX2.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tst-definitions.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_acos.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_acosf.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_acosh.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_acoshf.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_acoshl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_acosl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_asin.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_asinf.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_asinl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_atan2.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_atan2f.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_atan2l.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_atanh.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_atanhf.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_atanhl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_cosh.c Optimize libm 2011-10-12 11:27:51 -04:00
w_coshf.c Optimize libm 2011-10-12 11:27:51 -04:00
w_coshl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_drem.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_dremf.c Use private math_private.h in files in math/ 2011-10-08 05:16:04 -04:00
w_dreml.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_exp2.c Fix missing exp2 overflow exception (bug 13871). 2012-03-21 12:17:26 +00:00
w_exp2f.c Fix missing exp2 overflow exception (bug 13871). 2012-03-21 12:17:26 +00:00
w_exp2l.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_exp10.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_exp10f.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_exp10l.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_expl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_fmod.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_fmodf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_fmodl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_hypot.c Optimize libm 2011-10-12 11:27:51 -04:00
w_hypotf.c Optimize libm 2011-10-12 11:27:51 -04:00
w_hypotl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_ilogb.c Add missing includes. 2012-07-22 22:25:14 +02:00
w_ilogbf.c Add missing includes. 2012-07-22 22:25:14 +02:00
w_ilogbl.c Add missing includes. 2012-07-22 22:25:14 +02:00
w_j0.c Disable Bessel function TLOSS errors in POSIX mode. 2012-03-16 20:08:02 +00:00
w_j0f.c Disable Bessel function TLOSS errors in POSIX mode. 2012-03-16 20:08:02 +00:00
w_j0l.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_j1.c Disable Bessel function TLOSS errors in POSIX mode. 2012-03-16 20:08:02 +00:00
w_j1f.c Disable Bessel function TLOSS errors in POSIX mode. 2012-03-16 20:08:02 +00:00
w_j1l.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_jn.c Disable Bessel function TLOSS errors in POSIX mode. 2012-03-16 20:08:02 +00:00
w_jnf.c Disable Bessel function TLOSS errors in POSIX mode. 2012-03-16 20:08:02 +00:00
w_jnl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_lgamma.c Optimize libm 2011-10-12 11:27:51 -04:00
w_lgamma_r.c Optimize libm 2011-10-12 11:27:51 -04:00
w_lgammaf.c Optimize libm 2011-10-12 11:27:51 -04:00
w_lgammaf_r.c Optimize libm 2011-10-12 11:27:51 -04:00
w_lgammal.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_lgammal_r.c Optimize libm 2011-10-12 11:27:51 -04:00
w_log.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_log2.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_log2f.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_log2l.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_log10.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_log10f.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_log10l.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_logf.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_logl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_pow.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_powf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_powl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_remainder.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_remainderf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_remainderl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_scalb.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_scalbf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
w_scalbl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_sinh.c Optimize libm 2011-10-12 11:27:51 -04:00
w_sinhf.c Optimize libm 2011-10-12 11:27:51 -04:00
w_sinhl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_sqrt.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_sqrtf.c Use non-signaling floating-point comparisons in math functions. 2012-02-19 11:20:18 +01:00
w_sqrtl.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00
w_tgamma.c Optimize libm 2011-10-12 11:27:51 -04:00
w_tgammaf.c Optimize libm 2011-10-12 11:27:51 -04:00
w_tgammal.c Avoid overflows from long double functions using __kernel_standard. 2012-03-28 09:32:12 +00:00

README.libm-test

README for libm-test math test suite
====================================

The libm-test math test suite tests a number of function points of
math functions in the GNU C library.  The following sections contain a
brief overview.  Please note that the test drivers and the Perl script
"gen-libm-test.pl" have some options.  A full list of options is
available with --help (for the test drivers) and -h for
"gen-libm-test.pl".


What is tested?
===============
The tests just evaluate the functions at specified points and compare
the results with precomputed values and the requirements of the ISO
C99 standard.

Besides testing the special values mandated by IEEE 754 (infinities,
NaNs and minus zero), some more or less random values are tested.

Files that are part of libm-test
================================

The main file is "libm-test.inc".  It is platform and floating point
format independent.  The file must be preprocessed by the Perl script
"gen-libm-test.pl".  The results are "libm-test.c" and a file
"libm-test-ulps.h" with platform specific deltas.

The test drivers test-double.c, test-float.c, test-ldouble.c test the
normal double, float and long double implementation of libm.  The test
drivers with an i in it (test-idouble.c, test-ifloat.c,
test-ildoubl.c) test the corresponding inline functions (where
available - otherwise they also test the real functions in libm).

"gen-libm-test.pl" needs a platform specific files with ULPs (Units of
Last Precision).  The file is called "libm-test-ulps" and lives in
platform specific sysdep directory.

How can I generate "libm-test-ulps"?
====================================

The test drivers have an option "-u" to output an unsorted list of all
epsilons that the functions have.  The output can be read in directly
but it's better to pretty print it first.  "gen-libm-test.pl"  has an option
to generate a pretty-printed and sorted new ULPs file from the output
of the test drivers.

To generate a new "libm-test-ulps" file, first remove "ULPs" file in the
current directory, then you can execute for example:
test-double -u --ignore-max-ulp=yes
This generates a file "ULPs" with all double ULPs in it, ignoring any
previous calculated ULPs.
Now generate the ULPs for all other formats, the tests will be appending
the data to the "ULPs" file.  As final step run "gen-libm-test.pl" with the
file as input and ask to generate a pretty printed output in the file "NewUlps":
  gen-libm-test.pl -u ULPs -n

Now you can rename "NewUlps" to "libm-test-ulps" and move it into
sysdeps.

Contents of libm-test-ulps
==========================
Since libm-test-ulps can be generated automatically, just a few
notes.  The file contains lines for single tests, like:
Test "cos (pi/2) == 0":
float:  1

and lines for maximal errors of single functions, like:
Function "yn":
idouble:  6.0000

The keywords are float, ifloat, double, idouble, ldouble and ildouble
(the prefix i stands for inline).  You can also specify known
failures, e.g.:

Test "cos (pi/2) == 0":
float:  1
float: fail

Adding tests to libm-test.inc
=============================

The tests are evaluated by a set of special test macros.  The macros
start with "TEST_" followed by a specification the input values, an
underscore and a specification of the output values.  As an example,
the test macro for a function with input of type FLOAT (FLOAT is
either float, double, long double) and output of type FLOAT is
"TEST_f_f".  The macro's parameter are the name of the function, the
input parameter, output parameter and optionally one exception
parameter.

The accepted parameter types are:
- "f" for FLOAT
- "b" for boolean - just tests if the output parameter evaluates to 0
  or 1 (only for output).
- "c" for complex.  This parameter needs two values, first the real,
  then the imaginary part.
- "i" for int.
- "l" for long int.
- "L" for long long int.
- "F" for the address of a FLOAT (only as input parameter)
- "I" for the address of an int (only as input parameter)

Some functions need special handling.  For example gamma sets the
global variable signgam and frexp takes an argument to &int.  This
special treatment is coded in "gen-libm-test.pl" and used while
parsing "libm-test.inc".