Symbol: __tg_simple
include/tgmath.h
123
#define cbrt(x) __tg_simple(x, cbrt)
include/tgmath.h
124
#define ceil(x) __tg_simple(x, ceil)
include/tgmath.h
126
#define erf(x) __tg_simple(x, erf)
include/tgmath.h
127
#define erfc(x) __tg_simple(x, erfc)
include/tgmath.h
128
#define exp2(x) __tg_simple(x, exp2)
include/tgmath.h
129
#define expm1(x) __tg_simple(x, expm1)
include/tgmath.h
131
#define floor(x) __tg_simple(x, floor)
include/tgmath.h
138
#define ilogb(x) __tg_simple(x, ilogb)
include/tgmath.h
140
#define lgamma(x) __tg_simple(x, lgamma)
include/tgmath.h
141
#define llrint(x) __tg_simple(x, llrint)
include/tgmath.h
142
#define llround(x) __tg_simple(x, llround)
include/tgmath.h
143
#define log10(x) __tg_simple(x, log10)
include/tgmath.h
144
#define log1p(x) __tg_simple(x, log1p)
include/tgmath.h
145
#define log2(x) __tg_simple(x, log2)
include/tgmath.h
146
#define logb(x) __tg_simple(x, logb)
include/tgmath.h
147
#define lrint(x) __tg_simple(x, lrint)
include/tgmath.h
148
#define lround(x) __tg_simple(x, lround)
include/tgmath.h
149
#define nearbyint(x) __tg_simple(x, nearbyint)
include/tgmath.h
155
#define rint(x) __tg_simple(x, rint)
include/tgmath.h
156
#define round(x) __tg_simple(x, round)
include/tgmath.h
159
#define tgamma(x) __tg_simple(x, tgamma)
include/tgmath.h
160
#define trunc(x) __tg_simple(x, trunc)
include/tgmath.h
163
#define carg(x) __tg_simple(x, carg)
include/tgmath.h
164
#define cimag(x) __tg_simple(x, cimag)
include/tgmath.h
165
#define conj(x) __tg_simple(x, conj)
include/tgmath.h
166
#define cproj(x) __tg_simple(x, cproj)
include/tgmath.h
167
#define creal(x) __tg_simple(x, creal)