Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A D__clang_cuda_device_functions.h523 __DEVICE__ void __sincosf(float __a, float *__sptr, float *__cptr) { in __sincosf() argument
524 return __nv_fast_sincosf(__a, __sptr, __cptr); in __sincosf()
1716 __DEVICE__ void sincos(double __a, double *__sptr, double *__cptr) { in sincos() argument
1717 return __nv_sincos(__a, __sptr, __cptr); in sincos()
1719 __DEVICE__ void sincosf(float __a, float *__sptr, float *__cptr) { in sincosf() argument
1720 return __FAST_OR_SLOW(__nv_fast_sincosf, __nv_sincosf)(__a, __sptr, __cptr); in sincosf()
1722 __DEVICE__ void sincospi(double __a, double *__sptr, double *__cptr) { in sincospi() argument
1723 return __nv_sincospi(__a, __sptr, __cptr); in sincospi()
1725 __DEVICE__ void sincospif(float __a, float *__sptr, float *__cptr) { in sincospif() argument
1726 return __nv_sincospif(__a, __sptr, __cptr); in sincospif()
H A D__clang_cuda_libdevice_declares.h144 __device__ void __nv_fast_sincosf(float __a, float *__sptr, float *__cptr);