Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dtgmath.h357 __tg_sinh(float __x) {return sinhf(__x);} in __tg_sinh() function
361 __tg_sinh(double __x) {return sinh(__x);} in __tg_sinh() function
365 __tg_sinh(long double __x) {return sinhl(__x);} in __tg_sinh() function
369 __tg_sinh(float _Complex __x) {return csinhf(__x);} in __tg_sinh() function
373 __tg_sinh(double _Complex __x) {return csinh(__x);} in __tg_sinh() function
377 __tg_sinh(long double _Complex __x) {return csinhl(__x);} in __tg_sinh() function