Home
last modified time | relevance | path

Searched refs:erfcxf (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h241 static inline float erfcx(float __a) { return erfcxf(__a); } in erfcx()
H A D__clang_cuda_math.h100 __DEVICE__ float erfcxf(float __a) { return __nv_erfcxf(__a); } in erfcxf() function
H A D__clang_hip_math.h379 float erfcxf(float __x) { return __ocml_erfcx_f32(__x); }