Home
last modified time | relevance | path

Searched refs:erff (Results 1 – 25 of 41) sorted by relevance

12

/external/arm-optimized-routines/math/test/testcases/directed/
Derff.tst1 ; 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/
Drunulp.sh135 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
Dmathbench.c279 F (erff, -4.0, 4.0)
Dmathtest.c268 TFUNC(at_s,rt_s, erff, 16*ULPUNIT),
/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
DCudaSpecialFunctions.h80 return make_float4(erff(a.x), erff(a.y), erff(a.z), erff(a.w));
/external/rust/crates/libm/src/math/
Dmod.rs98 mod erff; module
205 pub use self::erff::erfcf;
206 pub use self::erff::erff;
Derff.rs133 pub fn erff(x: f32) -> f32 { in erff() function
/external/arm-optimized-routines/math/
Derff.c28 erff (float x) in erff() function
/external/clang/test/CodeGen/
Dlibcall-declarations.c71 float erff(float);
276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c71 float erff(float);
276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
Dmath-libcalls.c181 erf(f); erff(f); erfl(f); in foo()
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcmath47 __DEVICE__ float erf(float __x) { return ::erff(__x); }
/external/arm-optimized-routines/
DAndroid.bp74 "math/erff.c",
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h46 float erff(float __a);
/external/libcxx/include/
Dcmath177 float erff(float x);
407 using ::erff;
/external/llvm-project/libcxx/include/
Dcmath176 float erff(float x);
410 using ::erff;
Dmath.h1129 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.h456 using ::erff;
D__clang_hip_cmath.h574 using ::erff;
D__clang_cuda_math.h101 __DEVICE__ float erff(float __a) { return __nv_erff(__a); } in erff() function
Dtgmath.h625 __tg_erf(float __x) {return erff(__x);} in __tg_erf()
D__clang_hip_math.h204 float erff(float __x) { return __ocml_erf_f32(__x); }
/external/clang/lib/Headers/
Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} in __tg_erf()
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsImpl.h357 static EIGEN_STRONG_INLINE float run(float x) { return ::erff(x); }
/external/llvm-project/libc/AOR_v20.02/math/test/
Dmathtest.c269 TFUNC(at_s,rt_s, erff, 16*ULPUNIT),

12