OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__tg_carg
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
1229
__tg_carg
(float __x) {return atan2f(0.F, __x);}
function
1233
__tg_carg
(double __x) {return atan2(0., __x);}
function
1237
__tg_carg
(long double __x) {return atan2l(0.L, __x);}
function
1241
__tg_carg
(float _Complex __x) {return cargf(__x);}
function
1245
__tg_carg
(double _Complex __x) {return carg(__x);}
function
1249
__tg_carg
(long double _Complex __x) {return cargl(__x);}
function
1252
#define carg(__x)
__tg_carg
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1229
__tg_carg
(float __x) {return atan2f(0.F, __x);}
function
1233
__tg_carg
(double __x) {return atan2(0., __x);}
function
1237
__tg_carg
(long double __x) {return atan2l(0.L, __x);}
function
1241
__tg_carg
(float _Complex __x) {return cargf(__x);}
function
1245
__tg_carg
(double _Complex __x) {return carg(__x);}
function
1249
__tg_carg
(long double _Complex __x) {return cargl(__x);}
function
1252
#define carg(__x)
__tg_carg
(__tg_promote1((__x))(__x))
Completed in 26 milliseconds