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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1280 __tg_conj(float __x) {return __x;} function
1284 __tg_conj(double __x) {return __x;} function
1288 __tg_conj(long double __x) {return __x;} function
1292 __tg_conj(float _Complex __x) {return conjf(__x);} function
1296 __tg_conj(double _Complex __x) {return conj(__x);} function
1300 __tg_conj(long double _Complex __x) {return conjl(__x);} function

Completed in 46 milliseconds