Home
last modified time | relevance | path

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

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