Searched defs:erfcl (Results 1 - 2 of 2) 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
/illumos-gate/usr/src/lib/libm/common/Q/
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

Completed in 46 milliseconds