Searched refs:erfcl (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Derfl.c96 #pragma weak __erfcl = erfcl
280 long double erfcl(long double),s,y,t;
303 if (y<=9.0L) t = erfcl(y); else t = tiny;
307 long double erfcl(x) function
H A Dlongdouble.h72 extern long double erfcl(long double);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlongdouble.h73 extern long double erfcl(long double);
H A Derfl.c97 #pragma weak __erfcl = erfcl
304 if (y<=9.0L) t = erfcl(y); else t = tiny;
308 long double erfcl(x) function
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h360 extern long double erfcl __P((long double));
450 #pragma does_not_read_global_data(erfl, erfcl, lgammal, tgammal)
462 #pragma does_not_write_global_data(erfl, erfcl, tgammal)
512 #pragma no_side_effect(erfl, erfcl, tgammal)
/illumos-gate/usr/src/boot/include/
H A Dmath.h452 long double erfcl(long double);

Completed in 48 milliseconds