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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 67 # define __tgmath_real_type(expr) \ macro
78 ? (__tgmath_real_type (Val)) Fct (Val) \
80 ? (__tgmath_real_type (Val)) Fct##f (Val) \
81 : (__tgmath_real_type (Val)) __tgml(Fct) (Val)))
94 ? (__tgmath_real_type (Val1)) Fct (Val1, Val2) \
96 ? (__tgmath_real_type (Val1)) Fct##f (Val1, Val2) \
97 : (__tgmath_real_type (Val1)) __tgml(Fct) (Val1, Val2)))
103 ? (__typeof ((__tgmath_real_type (Val1)) 0 \
104 + (__tgmath_real_type (Val2)) 0)) \
110 ? (__typeof ((__tgmath_real_type (Val1)) 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 67 # define __tgmath_real_type(expr) \ macro
78 ? (__tgmath_real_type (Val)) Fct (Val) \
80 ? (__tgmath_real_type (Val)) Fct##f (Val) \
81 : (__tgmath_real_type (Val)) __tgml(Fct) (Val)))
94 ? (__tgmath_real_type (Val1)) Fct (Val1, Val2) \
96 ? (__tgmath_real_type (Val1)) Fct##f (Val1, Val2) \
97 : (__tgmath_real_type (Val1)) __tgml(Fct) (Val1, Val2)))
103 ? (__typeof ((__tgmath_real_type (Val1)) 0 \
104 + (__tgmath_real_type (Val2)) 0)) \
110 ? (__typeof ((__tgmath_real_type (Val1)) 0
    [all...]

Completed in 676 milliseconds