OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__tg_cproj
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
1316
__tg_cproj
(float __x) {return cprojf(__x);}
function
1320
__tg_cproj
(double __x) {return cproj(__x);}
function
1324
__tg_cproj
(long double __x) {return cprojl(__x);}
function
1328
__tg_cproj
(float _Complex __x) {return cprojf(__x);}
function
1332
__tg_cproj
(double _Complex __x) {return cproj(__x);}
function
1336
__tg_cproj
(long double _Complex __x) {return cprojl(__x);}
function
1339
#define cproj(__x)
__tg_cproj
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1316
__tg_cproj
(float __x) {return cprojf(__x);}
function
1320
__tg_cproj
(double __x) {return cproj(__x);}
function
1324
__tg_cproj
(long double __x) {return cprojl(__x);}
function
1328
__tg_cproj
(float _Complex __x) {return cprojf(__x);}
function
1332
__tg_cproj
(double _Complex __x) {return cproj(__x);}
function
1336
__tg_cproj
(long double _Complex __x) {return cprojl(__x);}
function
1339
#define cproj(__x)
__tg_cproj
(__tg_promote1((__x))(__x))
Completed in 22 milliseconds