Home
last modified time | relevance | path

Searched defs:erfcx (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h241 static inline float erfcx(float __a) { return erfcxf(__a); } in erfcx() function
H A D__clang_cuda_math.h99 __DEVICE__ double erfcx(double __a) { return __nv_erfcx(__a); } erfcx() function