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

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

Completed in 78 milliseconds