Searched refs:erfcl (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libm/common/LD/ |
H A D | erfl.c | 96 #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 D | longdouble.h | 72 extern long double erfcl(long double);
|
/titanic_41/usr/src/lib/libm/common/Q/ |
H A D | erfl.c | 97 #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 D | longdouble.h | 73 extern long double erfcl(long double);
|
/titanic_41/usr/src/head/iso/ |
H A D | math_c99.h | 360 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 D | math | 119 "\001erfc", (Math_f)erfcl,
|
/titanic_41/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | math | 119 "\001erfc", (Math_f)erfcl,
|
/titanic_41/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | math | 119 "\001erfc", (Math_f)erfcl,
|
/titanic_41/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | math | 119 "\001erfc", (Math_f)erfcl,
|
/titanic_41/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 414 erfcl;
|