Searched refs:__tg_choose (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/ |
| H A D | tgmath.h | 66 #define __tg_choose(x,f,d,l) \ macro 84 __tg_choose (__real__(z), C##f(z), (C)(z), C##l(z)), \ 85 __tg_choose (z, R##f(z), (R)(z), R##l(z))) 95 __tg_choose (x, R##f(x), (R)(x), R##l(x)) 101 __tg_choose (x, R##f(x,y), (R)(x,y), R##l(x,y)) 105 __tg_choose (__real__(z), C##f(z), (C)(z), C##l(z))
|