NetBSD/lib/libm/arch/i387
lukem ec5dbc56b8 Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the
Makefile (before including <bsd.own.mk>)
2002-08-19 14:55:14 +00:00
..
Makefile Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the 2002-08-19 14:55:14 +00:00
abi.h Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_acos.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_asin.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_atan2.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_atan2f.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_exp.S PR/15748: Ray Brownrigg: exp(log(0)) is broken. 2002-02-27 16:32:46 +00:00
e_expf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_fmod.S Oops, when I replaced sahf with a btw, I made it test the wrong bit 2001-06-25 16:44:34 +00:00
e_log.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_log10.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_log10f.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_logf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_remainder.S 2 more bitnumber mistakes fixed while removing sahf. 2001-06-25 16:47:05 +00:00
e_remainderf.S 2 more bitnumber mistakes fixed while removing sahf. 2001-06-25 16:47:05 +00:00
e_scalb.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_scalbf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_sqrt.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
e_sqrtf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_atan.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_atanf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_ceil.S Fix stack usage for temporary storage. From Stephen Ma in PR xsrc/15404. 2002-03-26 15:17:37 +00:00
s_ceilf.S Fix mistake in previous. 2002-03-30 10:03:44 +00:00
s_copysign.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_copysignf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_cos.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_cosf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_finite.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_finitef.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_floor.S Fix stack usage for temporary storage. From Stephen Ma in PR xsrc/15404. 2002-03-26 15:17:37 +00:00
s_floorf.S Fix stack usage for temporary storage. From Stephen Ma in PR xsrc/15404. 2002-03-26 15:17:37 +00:00
s_ilogb.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_ilogbf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_log1p.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_log1pf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_logb.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_logbf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_rint.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_rintf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_scalbn.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_scalbnf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_significand.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_significandf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_sin.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_sinf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_tan.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
s_tanf.S Modify the i387 code so that it can be shared between the i386 port 2001-06-19 00:26:29 +00:00
shlib_version