Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h408 __tg_exp(float __x) {return expf(__x);} in __tg_exp() function
412 __tg_exp(double __x) {return exp(__x);} in __tg_exp() function
416 __tg_exp(long double __x) {return expl(__x);} in __tg_exp() function
420 __tg_exp(float _Complex __x) {return cexpf(__x);} in __tg_exp() function
424 __tg_exp(double _Complex __x) {return cexp(__x);} in __tg_exp() function
428 __tg_exp(long double _Complex __x) {return cexpl(__x);} in __tg_exp() function