Searched defs:__tg_promote3 (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
H A D | tgmath.h | 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ macro 750 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x), \ 751 __tg_promote3((__x), (__y), (__z))(__y), \ 752 __tg_promote3((__x), (__y), (__z))(__z))
|
/external/clang/lib/include/ |
H A D | tgmath.h | 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ macro 750 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x), \ 751 __tg_promote3((__x), (__y), (__z))(__y), \ 752 __tg_promote3((__x), (__y), (__z))(__z))
|
Completed in 54 milliseconds