Lines Matching defs:__retty
189 // Define cmath functions with float argument and returns __retty.
190 #define __DEF_FUN1(__retty, __func) \
191 __DEVICE__ __CONSTEXPR__ __retty __func(float __x) { return __func##f(__x); }
193 // Define cmath functions with two float arguments and returns __retty.
194 #define __DEF_FUN2(__retty, __func) \
195 __DEVICE__ __CONSTEXPR__ __retty __func(float __x, float __y) { \
199 // Define cmath functions with a float and an int argument and returns __retty.
200 #define __DEF_FUN2_FI(__retty, __func) \
201 __DEVICE__ __CONSTEXPR__ __retty __func(float __x, int __y) { \
453 #define __HIP_OVERLOAD1(__retty, __fn) \
456 typename __hip_enable_if<__hip::is_integral<__T>::value, __retty>::type \
465 #define __HIP_OVERLOAD2(__retty, __fn) \
475 #define __HIP_OVERLOAD2(__retty, __fn) \
480 __retty>::type \