Searched defs:__tg_cproj (Results 1 – 1 of 1) sorted by relevance
1309 __tg_cproj(float __x) {return cprojf(__x);} in __tg_cproj() function1313 __tg_cproj(double __x) {return cproj(__x);} in __tg_cproj() function1317 __tg_cproj(long double __x) {return cprojl(__x);} in __tg_cproj() function1321 __tg_cproj(float _Complex __x) {return cprojf(__x);} in __tg_cproj() function1325 __tg_cproj(double _Complex __x) {return cproj(__x);} in __tg_cproj() function1329 __tg_cproj(long double _Complex __x) {return cprojl(__x);} in __tg_cproj() function