Searched refs:__tg_simple2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/include/
H A Dtgmath.h128 #define __tg_simple2(x, y, fn) \ macro
163 #define atan2(x, y) __tg_simple2(x, y, atan2)
166 #define copysign(x, y) __tg_simple2(x, y, copysign)
171 #define fdim(x, y) __tg_simple2(x, y, fdim)
174 #define fmax(x, y) __tg_simple2(x, y, fmax)
175 #define fmin(x, y) __tg_simple2(x, y, fmin)
176 #define fmod(x, y) __tg_simple2(x, y, fmod)
178 #define hypot(x, y) __tg_simple2(x, y, hypot)
191 #define nextafter(x, y) __tg_simple2(x, y, nextafter)
193 #define remainder(x, y) __tg_simple2(
[all...]

Completed in 292 milliseconds