| /src/tests/lib/libm/ |
| t_erf.c | 112 * erff(3) 117 atf_tc_set_md_var(tc, "descr", "Test erff(NaN) == NaN"); 124 ATF_CHECK(isnan(erff(x)) != 0); 130 atf_tc_set_md_var(tc, "descr", "Test erff(-Inf) == -1.0"); 137 if (erff(x) != -1.0) 138 atf_tc_fail_nonfatal("erff(-Inf) != -1.0"); 144 atf_tc_set_md_var(tc, "descr", "Test erff(+Inf) == 1.0"); 151 if (erff(x) != 1.0) 152 atf_tc_fail_nonfatal("erff(+Inf) != 1.0"); 158 atf_tc_set_md_var(tc, "descr", "Test erff(-0.0) == -0.0") [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| cmath | 47 __DEVICE__ float erf(float __x) { return ::erff(__x); }
|
| /src/include/ |
| math.h | 404 float erff(float);
|
| /src/lib/libm/noieee_src/ |
| n_erf.c | 324 erff(float x) function
|
| /src/lib/libm/src/ |
| s_erff.c | 100 erff(float x) function
|
| /src/external/gpl3/gcc/dist/libgfortran/ |
| c99_protos.h | 290 /* Wrappers for systems without the C99 erff() and erfcf() functions. */ 294 extern float erff (float);
|
| configure | 24034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erff" >&5 24035 $as_echo_n "checking for erff... " >&6; } 24052 int (*ptr)() = (int (*)())erff;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| c99_protos.h | 290 /* Wrappers for systems without the C99 erff() and erfcf() functions. */ 294 extern float erff (float);
|
| configure | 23869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erff" >&5 23870 $as_echo_n "checking for erff... " >&6; } 23887 int (*ptr)() = (int (*)())erff;
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 456 using ::erff;
|
| __clang_cuda_math.h | 101 __DEVICE__ float erff(float __a) { return __nv_erff(__a); } function
|
| __clang_hip_cmath.h | 683 using ::erff;
|
| tgmath.h | 625 __tg_erf(float __x) {return erff(__x);}
|
| __clang_hip_math.h | 206 float erff(float __x) { return __ocml_erf_f32(__x); } function
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| math.d | 1895 pure float erff(float x); 2296 pure float erff(float x); 2786 pure float erff(float x); 3121 pure float erff(float x); 3445 pure float erff(float x); 3790 pure float erff(float x); 4193 pure float erff(float x); 4600 pure float erff(float x);
|
| tgmath.d | 339 alias core.stdc.math.erff erf; 840 alias core.stdc.math.erff erf; 1343 alias core.stdc.math.erff erf;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| c99_functions.c | 122 /* Wrappers for systems without the C99 erff() and erfcf() functions. */ 126 float erff (float); 129 erff (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. */ 126 float erff (float); 129 erff (float x) function
|
| /src/lib/libm/ |
| Makefile | 487 MLINKS+=erf.3 erff.3 \
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cfns.h | 261 {"erff", 99},
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 261 {"erff", 99},
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| math.h | 173 float erff(float x); 1162 inline _LIBCPP_INLINE_VISIBILITY float erf(float __lcpp_x) _NOEXCEPT {return ::erff(__lcpp_x);}
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 18541 erff(0.0f); 20865 erff(0.0f); [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | 20037 erff(0.0f); [all...] |