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

/external/clang/lib/Headers/
H A Dtgmath.h415 __tg_exp(float __x) {return expf(__x);} function
419 __tg_exp(double __x) {return exp(__x);} function
423 __tg_exp(long double __x) {return expl(__x);} function
427 __tg_exp(float _Complex __x) {return cexpf(__x);} function
431 __tg_exp(double _Complex __x) {return cexp(__x);} function
435 __tg_exp(long double _Complex __x) {return cexpl(__x);} function
438 #define exp(__x) __tg_exp(__tg_promote1((__x))(__x))

Completed in 138 milliseconds