OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__tg_tan
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
299
__tg_tan
(float __x) {return tanf(__x);}
function
303
__tg_tan
(double __x) {return tan(__x);}
function
307
__tg_tan
(long double __x) {return tanl(__x);}
function
311
__tg_tan
(float _Complex __x) {return ctanf(__x);}
function
315
__tg_tan
(double _Complex __x) {return ctan(__x);}
function
319
__tg_tan
(long double _Complex __x) {return ctanl(__x);}
function
322
#define tan(__x)
__tg_tan
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
299
__tg_tan
(float __x) {return tanf(__x);}
function
303
__tg_tan
(double __x) {return tan(__x);}
function
307
__tg_tan
(long double __x) {return tanl(__x);}
function
311
__tg_tan
(float _Complex __x) {return ctanf(__x);}
function
315
__tg_tan
(double _Complex __x) {return ctan(__x);}
function
319
__tg_tan
(long double _Complex __x) {return ctanl(__x);}
function
322
#define tan(__x)
__tg_tan
(__tg_promote1((__x))(__x))
Completed in 31 milliseconds