Home
last modified time | relevance | path

Searched refs:__retty (Results 1 – 2 of 2) sorted by last modified time

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h190 #define __DEF_FUN1(__retty, __func) \ argument
191 __DEVICE__ __CONSTEXPR__ __retty __func(float __x) { return __func##f(__x); }
194 #define __DEF_FUN2(__retty, __func) \ argument
195 __DEVICE__ __CONSTEXPR__ __retty __func(float __x, float __y) { \
200 #define __DEF_FUN2_FI(__retty, __func) \ argument
201 __DEVICE__ __CONSTEXPR__ __retty __func(float __x, int __y) { \
448 #define __HIP_OVERLOAD1(__retty, __fn) \
451 typename __hip_enable_if<__hip::is_integral<__T>::value, __retty>::type \
460 #define __HIP_OVERLOAD2(__retty, __fn) \
470 #define __HIP_OVERLOAD2(__retty, __fn) \
[all …]
H A D__clang_cuda_cmath.h217 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
221 __retty>::type \
231 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
236 __retty>::type \