Searched defs:__tg_exp (Results 1 – 1 of 1) sorted by relevance
415 __tg_exp(float __x) {return expf(__x);} in __tg_exp() function419 __tg_exp(double __x) {return exp(__x);} in __tg_exp() function423 __tg_exp(long double __x) {return expl(__x);} in __tg_exp() function427 __tg_exp(float _Complex __x) {return cexpf(__x);} in __tg_exp() function431 __tg_exp(double _Complex __x) {return cexp(__x);} in __tg_exp() function435 __tg_exp(long double _Complex __x) {return cexpl(__x);} in __tg_exp() function