Searched defs:__tg_tanh (Results 1 – 8 of 8) sorted by relevance
379 __tg_tanh(float __x) {return tanhf(__x);} in __tg_tanh() function383 __tg_tanh(double __x) {return tanh(__x);} in __tg_tanh() function387 __tg_tanh(long double __x) {return tanhl(__x);} in __tg_tanh() function391 __tg_tanh(float _Complex __x) {return ctanhf(__x);} in __tg_tanh() function395 __tg_tanh(double _Complex __x) {return ctanh(__x);} in __tg_tanh() function399 __tg_tanh(long double _Complex __x) {return ctanhl(__x);} in __tg_tanh() function
386 __tg_tanh(float __x) {return tanhf(__x);} in __tg_tanh() function390 __tg_tanh(double __x) {return tanh(__x);} in __tg_tanh() function394 __tg_tanh(long double __x) {return tanhl(__x);} in __tg_tanh() function398 __tg_tanh(float _Complex __x) {return ctanhf(__x);} in __tg_tanh() function402 __tg_tanh(double _Complex __x) {return ctanh(__x);} in __tg_tanh() function406 __tg_tanh(long double _Complex __x) {return ctanhl(__x);} in __tg_tanh() function