Home | Sort by: relevance | last modified time | path |
/src/lib/libm/src/ | |
s_erf.c | 127 efx8= 1.02703333676410069053e+00, /* 0x3FF06EBA, 0x8214DB69 */ variable in typeref:typename:const double 206 return 0.125*(8.0*x+efx8*x); /*avoid underflow */ |
s_erff.c | 35 efx8= 1.0270333290e+00, /* 0x3f8375d4 */ variable in typeref:typename:const float 115 return (float)0.125*((float)8.0*x+efx8*x); |
/src/lib/libm/ld80/ | |
s_erfl.c | 56 #define efx8 (efx8u.extu_ld) macro 234 RETURNI((8*x+efx8*x)/8); /* avoid spurious underflow */ |
/src/lib/libm/ld128/ | |
s_erfl.c | 38 efx8 = 1.02703333676410059116927122497236133e+00L, /* 0xecbff6a7, 0x481dd788, 0xb64d21a8, 0xeb06ff3f */ variable in typeref:typename:const long double 209 return (8*x+efx8*x)/8; /* avoid spurious underflow */ |