Home
last modified time | relevance | path

Searched refs:erfcx (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h180 static inline float erfcx(float __a) { return erfcxf(__a); } in erfcx() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h245 static inline float erfcx(float __a) { return erfcxf(__a); } in erfcx() function
D__clang_cuda_math.h99 __DEVICE__ double erfcx(double __a) { return __nv_erfcx(__a); } in erfcx() function
D__clang_hip_math.h748 double erfcx(double __x) { return __ocml_erfcx_f64(__x); }
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h44 double erfcx(double __a);