Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h379 __tg_tanh(float __x) {return tanhf(__x);} in __tg_tanh() function
383 __tg_tanh(double __x) {return tanh(__x);} in __tg_tanh() function
387 __tg_tanh(long double __x) {return tanhl(__x);} in __tg_tanh() function
391 __tg_tanh(float _Complex __x) {return ctanhf(__x);} in __tg_tanh() function
395 __tg_tanh(double _Complex __x) {return ctanh(__x);} in __tg_tanh() function
399 __tg_tanh(long double _Complex __x) {return ctanhl(__x);} in __tg_tanh() function