Searched defs:__tg_exp (Results 1 – 1 of 1) sorted by relevance
408 __tg_exp(float __x) {return expf(__x);} in __tg_exp() function412 __tg_exp(double __x) {return exp(__x);} in __tg_exp() function416 __tg_exp(long double __x) {return expl(__x);} in __tg_exp() function420 __tg_exp(float _Complex __x) {return cexpf(__x);} in __tg_exp() function424 __tg_exp(double _Complex __x) {return cexp(__x);} in __tg_exp() function428 __tg_exp(long double _Complex __x) {return cexpl(__x);} in __tg_exp() function