Searched defs:cproj (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dtgmath.h1312 // cproj
1320 __tg_cproj(double __x) {return cproj(__x);}
1332 __tg_cproj(double _Complex __x) {return cproj(__x);}
1338 #undef cproj macro
1339 #define cproj(__x) __tg_cproj(__tg_promote1((__x))(__x)) macro

Completed in 1213 milliseconds