freebsd-dev/lib/msun/i387
Jordan K. Hubbard e2014c1dcb Latest fix from jtc:
The fyl2xp1 instruction has such a limited range:
   -(1 - (sqrt(2) / 2)) <= x <= sqrt(2) - 1
it's not worth trying to use it.

Also, I'm not sure fyl2xp1's extra precision will
matter once the result is converted from extended
real (80 bits) back to double real (64 bits).

Reviewed by:	jkh
Submitted by:	jtc
1994-08-19 23:52:29 +00:00
..
e_acos.S Change includes to reference <machine/asmacros.h>. 1994-08-19 11:12:52 +00:00
e_asin.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
e_atan2.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
e_exp.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
e_fmod.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
e_log10.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
e_log.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
e_remainder.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
e_scalb.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
e_sqrt.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_atan.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_ceil.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_copysign.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_cos.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_finite.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_floor.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_ilogb.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_log1p.S Latest fix from jtc: 1994-08-19 23:52:29 +00:00
s_logb.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_rint.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_scalbn.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_significand.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_sin.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00
s_tan.S Do all the includes: <machine/asm.h> -> <machine/asmacros.h> 1994-08-19 11:14:32 +00:00