Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h51 #define __FAST_OR_SLOW(fast, slow) fast macro
53 #define __FAST_OR_SLOW(fast, slow) slow macro
84 return __FAST_OR_SLOW(__nv_fast_cosf, __nv_cosf)(__a); in cosf()
178 return __FAST_OR_SLOW(__nv_fast_log2f, __nv_log2f)(__a); in log2f()
183 return __FAST_OR_SLOW(__nv_fast_logf, __nv_logf)(__a); in logf()
298 return __FAST_OR_SLOW(__nv_fast_sincosf, __nv_sincosf)(__a, __s, __c); in sincosf()
307 return __FAST_OR_SLOW(__nv_fast_sinf, __nv_sinf)(__a); in sinf()