Home
last modified time | relevance | path

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

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