Searched refs:erff (Results 1 – 25 of 41) sorted by relevance
12
/external/arm-optimized-routines/math/test/testcases/directed/ |
D | erff.tst | 1 ; erff.tst 6 func=erff op1=7fc00001 result=7fc00001 errno=0 7 func=erff op1=ffc00001 result=7fc00001 errno=0 8 func=erff op1=7f800001 result=7fc00001 errno=0 status=i 9 func=erff op1=ff800001 result=7fc00001 errno=0 status=i 10 func=erff op1=7f800000 result=3f800000 errno=0 11 func=erff op1=ff800000 result=bf800000 errno=0 12 func=erff op1=00000000 result=00000000 errno=ERANGE 13 func=erff op1=80000000 result=80000000 errno=ERANGE 14 func=erff op1=00000001 result=00000001 errno=0 status=ux [all …]
|
/external/arm-optimized-routines/math/test/ |
D | runulp.sh | 135 t erff 0 0xffff0000 10000 136 t erff 0x1p-127 0x1p-26 40000 137 t erff -0x1p-127 -0x1p-26 40000 138 t erff 0x1p-26 0x1p3 40000 139 t erff -0x1p-26 -0x1p3 40000 140 t erff 0 inf 40000
|
D | mathbench.c | 279 F (erff, -4.0, 4.0)
|
D | mathtest.c | 268 TFUNC(at_s,rt_s, erff, 16*ULPUNIT),
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/ |
D | CudaSpecialFunctions.h | 80 return make_float4(erff(a.x), erff(a.y), erff(a.z), erff(a.w));
|
/external/rust/crates/libm/src/math/ |
D | mod.rs | 98 mod erff; module 205 pub use self::erff::erfcf; 206 pub use self::erff::erff;
|
D | erff.rs | 133 pub fn erff(x: f32) -> f32 { in erff() function
|
/external/arm-optimized-routines/math/ |
D | erff.c | 28 erff (float x) in erff() function
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 71 float erff(float); 276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 71 float erff(float); 276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
|
D | math-libcalls.c | 181 erf(f); erff(f); erfl(f); in foo()
|
/external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
D | cmath | 47 __DEVICE__ float erf(float __x) { return ::erff(__x); }
|
/external/arm-optimized-routines/ |
D | Android.bp | 74 "math/erff.c",
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 46 float erff(float __a);
|
/external/libcxx/include/ |
D | cmath | 177 float erff(float x); 407 using ::erff;
|
/external/llvm-project/libcxx/include/ |
D | cmath | 176 float erff(float x); 410 using ::erff;
|
D | math.h | 1129 inline _LIBCPP_INLINE_VISIBILITY float erf(float __lcpp_x) _NOEXCEPT {return ::erff(__l… in erf()
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 456 using ::erff;
|
D | __clang_hip_cmath.h | 574 using ::erff;
|
D | __clang_cuda_math.h | 101 __DEVICE__ float erff(float __a) { return __nv_erff(__a); } in erff() function
|
D | tgmath.h | 625 __tg_erf(float __x) {return erff(__x);} in __tg_erf()
|
D | __clang_hip_math.h | 204 float erff(float __x) { return __ocml_erf_f32(__x); }
|
/external/clang/lib/Headers/ |
D | tgmath.h | 632 __tg_erf(float __x) {return erff(__x);} in __tg_erf()
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
D | SpecialFunctionsImpl.h | 357 static EIGEN_STRONG_INLINE float run(float x) { return ::erff(x); }
|
/external/llvm-project/libc/AOR_v20.02/math/test/ |
D | mathtest.c | 269 TFUNC(at_s,rt_s, erff, 16*ULPUNIT),
|
12