Home
last modified time | relevance | path

Searched refs:__tg_cproj (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Headers/
Dtgmath.h1316 __tg_cproj(float __x) {return cprojf(__x);} in __tg_cproj() function
1320 __tg_cproj(double __x) {return cproj(__x);} in __tg_cproj() function
1324 __tg_cproj(long double __x) {return cprojl(__x);} in __tg_cproj() function
1328 __tg_cproj(float _Complex __x) {return cprojf(__x);} in __tg_cproj() function
1332 __tg_cproj(double _Complex __x) {return cproj(__x);} in __tg_cproj() function
1336 __tg_cproj(long double _Complex __x) {return cprojl(__x);} in __tg_cproj() function
1339 #define cproj(__x) __tg_cproj(__tg_promote1((__x))(__x))