Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h245 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); } in erfcx() function