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

/openbsd-current/include/
H A Dtgmath.h94 #define __tg_full(x, fn) \ macro
99 #define acos(x) __tg_full(x, acos)
100 #define asin(x) __tg_full(x, asin)
101 #define atan(x) __tg_full(x, atan)
102 #define acosh(x) __tg_full(x, acosh)
103 #define asinh(x) __tg_full(x, asinh)
104 #define atanh(x) __tg_full(x, atanh)
105 #define cos(x) __tg_full(x, cos)
106 #define sin(x) __tg_full(x, sin)
107 #define tan(x) __tg_full(
[all...]

Completed in 86 milliseconds