Searched refs:erfl (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Derfinvl.c106 long double dy = HF_SQRT_PIl * (erfl (y) - x) * exp (y * y);
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc149 using ::erfl;
/freebsd-current/lib/msun/src/
H A Ds_erf.c242 __weak_reference(erf, erfl);
H A Dmath.h457 long double erfl(long double);
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc150 using std::erfl;
/freebsd-current/lib/msun/ld80/
H A Ds_erfl.c216 erfl(long double x) function
225 if((hx & 0x7fff) == 0x7fff) { /* erfl(nan)=nan */
227 return (1-i)+one/x; /* erfl(+-inf)=+-1 */
/freebsd-current/lib/msun/ld128/
H A Ds_erfl.c190 erfl(long double x) function
199 if((hx & 0x7fff) == 0x7fff) { /* erfl(nan)=nan */
201 return (1-i)+one/x; /* erfl(+-inf)=+-1 */
/freebsd-current/lib/msun/
H A DMakefile216 MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3 erf.3 erfl.3 erf.3 erfcl.3
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h633 __tg_erf(long double __x) {return erfl(__x);}

Completed in 140 milliseconds