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

/freebsd-current/include/
H A Dtgmath.h134 #define __tg_full(x, fn) \ macro
141 #define acos(x) __tg_full(x, acos)
142 #define asin(x) __tg_full(x, asin)
143 #define atan(x) __tg_full(x, atan)
144 #define acosh(x) __tg_full(x, acosh)
145 #define asinh(x) __tg_full(x, asinh)
146 #define atanh(x) __tg_full(x, atanh)
147 #define cos(x) __tg_full(x, cos)
148 #define sin(x) __tg_full(x, sin)
149 #define tan(x) __tg_full(
[all...]

Completed in 60 milliseconds