include/tgmath.h
118
__TG_FN1(fn, (a)))
include/tgmath.h
123
__TG_FN1(fn, (a)))
include/tgmath.h
150
#define cbrt(a) __TG_FN1(cbrt, (a))
include/tgmath.h
151
#define ceil(a) __TG_FN1(ceil, (a))
include/tgmath.h
153
#define erf(a) __TG_FN1(erf, (a))
include/tgmath.h
154
#define erfc(a) __TG_FN1(erfc, (a))
include/tgmath.h
155
#define exp2(a) __TG_FN1(exp2, (a))
include/tgmath.h
156
#define expm1(a) __TG_FN1(expm1, (a))
include/tgmath.h
158
#define floor(a) __TG_FN1(floor, (a))
include/tgmath.h
165
#define ilogb(a) __TG_FN1(ilogb, (a))
include/tgmath.h
167
#define lgamma(a) __TG_FN1(lgamma, (a))
include/tgmath.h
168
#define llrint(a) __TG_FN1(llrint, (a))
include/tgmath.h
169
#define llround(a) __TG_FN1(llround, (a))
include/tgmath.h
170
#define log10(a) __TG_FN1(log10, (a))
include/tgmath.h
171
#define log1p(a) __TG_FN1(log1p, (a))
include/tgmath.h
172
#define log2(a) __TG_FN1(log2, (a))
include/tgmath.h
173
#define logb(a) __TG_FN1(logb, (a))
include/tgmath.h
174
#define lrint(a) __TG_FN1(lrint, (a))
include/tgmath.h
175
#define lround(a) __TG_FN1(lround, (a))
include/tgmath.h
176
#define nearbyint(a) __TG_FN1(nearbyint, (a))
include/tgmath.h
181
#define rint(a) __TG_FN1(rint, (a))
include/tgmath.h
182
#define round(a) __TG_FN1(round, (a))
include/tgmath.h
185
#define tgamma(a) __TG_FN1(tgamma, (a))
include/tgmath.h
186
#define trunc(a) __TG_FN1(trunc, (a))