OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tg_sinh
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
357
__tg_sinh
(float __x) {return sinhf(__x);}
function
361
__tg_sinh
(double __x) {return sinh(__x);}
function
365
__tg_sinh
(long double __x) {return sinhl(__x);}
function
369
__tg_sinh
(float _Complex __x) {return csinhf(__x);}
function
373
__tg_sinh
(double _Complex __x) {return csinh(__x);}
function
377
__tg_sinh
(long double _Complex __x) {return csinhl(__x);}
function
380
#define sinh(__x)
__tg_sinh
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
357
__tg_sinh
(float __x) {return sinhf(__x);}
function
361
__tg_sinh
(double __x) {return sinh(__x);}
function
365
__tg_sinh
(long double __x) {return sinhl(__x);}
function
369
__tg_sinh
(float _Complex __x) {return csinhf(__x);}
function
373
__tg_sinh
(double _Complex __x) {return csinh(__x);}
function
377
__tg_sinh
(long double _Complex __x) {return csinhl(__x);}
function
380
#define sinh(__x)
__tg_sinh
(__tg_promote1((__x))(__x))
Completed in 539 milliseconds