Home
last modified time | relevance | path

Searched refs:efx8 (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libm/math/
Dsf_erf.c32 efx8 = 1.0270333290e+00, /* 0x3f8375d4 */ variable
112 return (float)0.125 * ((float)8.0 * x + efx8 * x); in erff()
Ds_erf.c168 efx8 = _F_64(1.02703333676410069053e+00), /* 0x3FF06EBA, 0x8214DB69 */ variable
247 return _F_64(0.125) * (_F_64(8.0) * x + efx8 * x); /*avoid underflow */ in erf64()
/picolibc-latest/newlib/libm/ld/ld80/
Ds_erfl.c117 efx8 = 1.0270333367641005911692712249723613735048E0L, variable
268 return 0.125L * (8.0L * x + efx8 * x); /*avoid underflow */ in erfl()
/picolibc-latest/newlib/libm/ld/ld128/
Ds_erfl.c140 efx8 = 1.0270333367641005911692712249723613735048E0L; variable
784 return 0.125L * (8.0L * x + efx8 * x); /*avoid underflow */ in erfl()