NetBSD/lib/libm/arch/i387
drochner 39ba286079 as in exp(), treat +/-Inf and NaN arguments specially, should fix
eg expf(-Inf) which was Nan previously
(We could avoid touching the i387 on amd64 in these cases, but we'd
need to bypass the ABI abstraction macros, so leave it the old way
for now.)
2008-06-24 17:27:56 +00:00
..
Makefile Use a dummy assembly file so we won't try produce lint stuff. 2008-06-06 13:35:06 +00:00
abi.h -fix an obvious mistake in fpcw check 2008-06-23 10:24:13 +00:00
e_acos.S
e_asin.S
e_atan2.S
e_atan2f.S
e_exp.S -fix an obvious mistake in fpcw check 2008-06-23 10:24:13 +00:00
e_expf.S as in exp(), treat +/-Inf and NaN arguments specially, should fix 2008-06-24 17:27:56 +00:00
e_fmod.S
e_log.S
e_log2.S
e_log2f.S
e_log10.S
e_log10f.S
e_logf.S
e_remainder.S
e_remainderf.S
e_scalb.S
e_scalbf.S
e_sqrt.S
e_sqrtf.S
empty.S Use a dummy assembly file so we won't try produce lint stuff. 2008-06-06 13:35:06 +00:00
lrint.S
s_atan.S
s_atanf.S
s_ceil.S
s_ceilf.S
s_copysign.S
s_copysignf.S
s_cos.S
s_cosf.S
s_finite.S
s_finitef.S
s_floor.S
s_floorf.S
s_ilogb.S
s_ilogbf.S
s_log1p.S
s_log1pf.S
s_logb.S
s_logbf.S
s_modf.S
s_rint.S
s_rintf.S
s_scalbn.S
s_scalbnf.S
s_significand.S
s_significandf.S
s_sin.S
s_sinf.S
s_tan.S
s_tanf.S
shlib_version