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

/openbsd-current/include/
H A Dtgmath.h90 #define __tg_simple2(x, y, fn) \ macro
122 #define atan2(x, y) __tg_simple2(x, y, atan2)
125 #define copysign(x, y) __tg_simple2(x, y, copysign)
130 #define fdim(x, y) __tg_simple2(x, y, fdim)
133 #define fmax(x, y) __tg_simple2(x, y, fmax)
134 #define fmin(x, y) __tg_simple2(x, y, fmin)
135 #define fmod(x, y) __tg_simple2(x, y, fmod)
137 #define hypot(x, y) __tg_simple2(x, y, hypot)
150 #define nextafter(x, y) __tg_simple2(x, y, nextafter)
152 #define remainder(x, y) __tg_simple2(
[all...]

Completed in 201 milliseconds