OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tg_sin
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
270
__tg_sin
(float __x) {return sinf(__x);}
function
274
__tg_sin
(double __x) {return sin(__x);}
function
278
__tg_sin
(long double __x) {return sinl(__x);}
function
282
__tg_sin
(float _Complex __x) {return csinf(__x);}
function
286
__tg_sin
(double _Complex __x) {return csin(__x);}
function
290
__tg_sin
(long double _Complex __x) {return csinl(__x);}
function
293
#define sin(__x)
__tg_sin
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
270
__tg_sin
(float __x) {return sinf(__x);}
function
274
__tg_sin
(double __x) {return sin(__x);}
function
278
__tg_sin
(long double __x) {return sinl(__x);}
function
282
__tg_sin
(float _Complex __x) {return csinf(__x);}
function
286
__tg_sin
(double _Complex __x) {return csin(__x);}
function
290
__tg_sin
(long double _Complex __x) {return csinl(__x);}
function
293
#define sin(__x)
__tg_sin
(__tg_promote1((__x))(__x))
Completed in 35 milliseconds