| /src/tests/lib/libm/ |
| t_erf.c | 231 * erfcf(3) 236 atf_tc_set_md_var(tc, "descr", "Test erfcf(NaN) == NaN"); 243 ATF_CHECK(isnan(erfcf(x)) != 0); 249 atf_tc_set_md_var(tc, "descr", "Test erfcf(-Inf) == 2.0"); 256 if (erfcf(x) != 2.0) 257 atf_tc_fail_nonfatal("erfcf(-Inf) != 2.0"); 263 atf_tc_set_md_var(tc, "descr", "Test erfcf(+Inf) == +0.0"); 269 float y = erfcf(x); 272 atf_tc_fail_nonfatal("erfcf(+Inf) != +0.0");
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| cmath | 48 __DEVICE__ float erfc(float __x) { return ::erfcf(__x); }
|
| /src/include/ |
| math.h | 405 float erfcf(float);
|
| /src/lib/libm/noieee_src/ |
| n_erf.c | 407 erfcf(float x) function
|
| /src/lib/libm/src/ |
| s_erff.c | 153 erfcf(float x) function
|
| /src/external/gpl3/gcc/dist/libgfortran/ |
| c99_protos.h | 290 /* Wrappers for systems without the C99 erff() and erfcf() functions. */ 299 extern float erfcf (float);
|
| configure | 24130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erfcf" >&5 24131 $as_echo_n "checking for erfcf... " >&6; } 24148 int (*ptr)() = (int (*)())erfcf;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| c99_protos.h | 290 /* Wrappers for systems without the C99 erff() and erfcf() functions. */ 299 extern float erfcf (float);
|
| configure | 23965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erfcf" >&5 23966 $as_echo_n "checking for erfcf... " >&6; } 23983 int (*ptr)() = (int (*)())erfcf;
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 455 using ::erfcf;
|
| __clang_cuda_math.h | 96 __DEVICE__ float erfcf(float __a) { return __nv_erfcf(__a); } function
|
| __clang_hip_cmath.h | 682 using ::erfcf;
|
| tgmath.h | 642 __tg_erfc(float __x) {return erfcf(__x);}
|
| __clang_hip_math.h | 197 float erfcf(float __x) { return __ocml_erfc_f32(__x); } function
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| math.d | 1902 float erfcf(float x); 2303 float erfcf(float x); 2793 float erfcf(float x); 3123 float erfcf(float x); 3446 float erfcf(float x); 3797 float erfcf(float x); 4200 float erfcf(float x); 4607 float erfcf(float x);
|
| tgmath.d | 346 alias core.stdc.math.erfcf erfc; 847 alias core.stdc.math.erfcf erfc; 1350 alias core.stdc.math.erfcf erfc;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| c99_functions.c | 122 /* Wrappers for systems without the C99 erff() and erfcf() functions. */ 137 float erfcf (float); 140 erfcf (float x) function
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| c99_functions.c | 122 /* Wrappers for systems without the C99 erff() and erfcf() functions. */ 137 float erfcf (float); 140 erfcf (float x) function
|
| /src/lib/libm/ |
| Makefile | 490 erf.3 erfcf.3 \
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cfns.h | 265 {"erfcf", 99},
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 265 {"erfcf", 99},
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| math.h | 177 float erfcf(float x); 1172 inline _LIBCPP_INLINE_VISIBILITY float erfc(float __lcpp_x) _NOEXCEPT {return ::erfcf(__lcpp_x);}
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 18544 erfcf(0.0f); 20868 erfcf(0.0f); [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | 20040 erfcf(0.0f); [all...] |