Searched refs:__FAST_OR_SLOW (Results 1 – 1 of 1) sorted by relevance
51 #define __FAST_OR_SLOW(fast, slow) fast macro53 #define __FAST_OR_SLOW(fast, slow) slow macro84 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()