Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_math.h40 #define __DEVICE_VOID__ static __attribute__((always_inline, nothrow)) macro
42 #define __DEVICE_VOID__ __DEVICE__ macro
294 __DEVICE_VOID__ void sincos(double __a, double *__s, double *__c) { in sincos()
297 __DEVICE_VOID__ void sincosf(float __a, float *__s, float *__c) { in sincosf()
300 __DEVICE_VOID__ void sincospi(double __a, double *__s, double *__c) { in sincospi()
303 __DEVICE_VOID__ void sincospif(float __a, float *__s, float *__c) { in sincospif()