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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h408 __tg_exp(float __x) {return expf(__x);} function
412 __tg_exp(double __x) {return exp(__x);} function
416 __tg_exp(long double __x) {return expl(__x);} function
420 __tg_exp(float _Complex __x) {return cexpf(__x);} function
424 __tg_exp(double _Complex __x) {return cexp(__x);} function
428 __tg_exp(long double _Complex __x) {return cexpl(__x);} function
431 #define exp(__x) __tg_exp(__tg_promote1((__x))(__x))

Completed in 103 milliseconds