Home
last modified time | relevance | path

Searched refs:erfcl (Results 1 – 10 of 10) sorted by relevance

/titanic_41/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) in erfcl() function
H A Dlongdouble.h72 extern long double erfcl(long double);
/titanic_41/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) in erfcl() function
H A Dlongdouble.h73 extern long double erfcl(long double);
/titanic_41/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)
/titanic_41/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath119 "\001erfc", (Math_f)erfcl,
/titanic_41/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath119 "\001erfc", (Math_f)erfcl,
/titanic_41/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath119 "\001erfc", (Math_f)erfcl,
/titanic_41/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath119 "\001erfc", (Math_f)erfcl,
/titanic_41/usr/src/lib/libm/common/
H A Dmapfile-vers414 erfcl;