Searched refs:__DEF_FUN2 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 141 #define __DEF_FUN2(__retty, __func) \ macro 155 __DEF_FUN2(float, atan2) 159 __DEF_FUN2(float, copysign) 168 __DEF_FUN2(float, fdim) 170 __DEF_FUN2(float, fmax) 171 __DEF_FUN2(float, fmin) 172 __DEF_FUN2(float, fmod) 173 __DEF_FUN2(float, hypot) 187 __DEF_FUN2(float, nextafter) 188 __DEF_FUN2(float, pow) [all …]
|