Searched refs:__tg_cproj (Results 1 – 1 of 1) sorted by relevance
1316 __tg_cproj(float __x) {return cprojf(__x);} in __tg_cproj() function1320 __tg_cproj(double __x) {return cproj(__x);} in __tg_cproj() function1324 __tg_cproj(long double __x) {return cprojl(__x);} in __tg_cproj() function1328 __tg_cproj(float _Complex __x) {return cprojf(__x);} in __tg_cproj() function1332 __tg_cproj(double _Complex __x) {return cproj(__x);} in __tg_cproj() function1336 __tg_cproj(long double _Complex __x) {return cprojl(__x);} in __tg_cproj() function1339 #define cproj(__x) __tg_cproj(__tg_promote1((__x))(__x))