HomeSort by relevance Sort by last modified time
    Searched refs:__tg_promote2 (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
tgmath.h 57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ macro
497 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \
498 __tg_promote2((__x), (__y))(__y))
573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \
574 __tg_promote2((__x), (__y))(__y))
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \
626 __tg_promote2((__x), (__y))(__y))
711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \
712 __tg_promote2((__x), (__y))(__y))
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x),
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ macro
497 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \
498 __tg_promote2((__x), (__y))(__y))
573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \
574 __tg_promote2((__x), (__y))(__y))
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \
626 __tg_promote2((__x), (__y))(__y))
711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \
712 __tg_promote2((__x), (__y))(__y))
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x),
    [all...]

Completed in 760 milliseconds