Searched refs:__DEF_FUN2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 194 #define __DEF_FUN2(__retty, __func) \ macro 210 __DEF_FUN2(float, atan2) 214 __DEF_FUN2(float, copysign) 223 __DEF_FUN2(float, fdim) 225 __DEF_FUN2(float, fmax) 226 __DEF_FUN2(float, fmin) 227 __DEF_FUN2(float, fmod) 228 __DEF_FUN2(float, hypot) 242 __DEF_FUN2(float, nextafter) 243 __DEF_FUN2(float, pow) [all …]
|