Home
last modified time | relevance | path

Searched defs:erfcinv (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A D__clang_cuda_runtime_wrapper.h177 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
D__clang_cuda_runtime_wrapper.h177 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
/aosp_15_r20/external/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h177 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
D__clang_cuda_runtime_wrapper.h238 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
D__clang_cuda_math.h97 __DEVICE__ double erfcinv(double __a) { return __nv_erfcinv(__a); } in erfcinv() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
D__clang_cuda_runtime_wrapper.h238 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
D__clang_cuda_math.h97 __DEVICE__ double erfcinv(double __a) { return __nv_erfcinv(__a); } in erfcinv() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
D__clang_cuda_runtime_wrapper.h238 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
D__clang_cuda_math.h97 __DEVICE__ double erfcinv(double __a) { return __nv_erfcinv(__a); } in erfcinv() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
D__clang_cuda_runtime_wrapper.h238 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
D__clang_cuda_math.h97 __DEVICE__ double erfcinv(double __a) { return __nv_erfcinv(__a); } in erfcinv() function
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A D__clang_cuda_runtime_wrapper.h238 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
H A D__clang_cuda_math.h97 __DEVICE__ double erfcinv(double __a) { return __nv_erfcinv(__a); } in erfcinv() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops.py5343 def erfcinv(x, name=None): function