Home
last modified time | relevance | path

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

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