Searched refs:Val1 (Results 1 - 13 of 13) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtgmath.h91 # define __TGMATH_BINARY_FIRST_REAL_ONLY(Val1, Val2, Fct) \
92 (__extension__ ((sizeof (Val1) == sizeof (double) \
93 || __builtin_classify_type (Val1) != 8) \
94 ? (__tgmath_real_type (Val1)) Fct (Val1, Val2) \
95 : (sizeof (Val1) == sizeof (float)) \
96 ? (__tgmath_real_type (Val1)) Fct##f (Val1, Val2) \
97 : (__tgmath_real_type (Val1)) __tgml(Fct) (Val1, Val
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.enum/
H A Dcheck_bitmask_types.hpp10 template <class EnumType, EnumType Val1, EnumType Val2,
12 UT UVal1 = static_cast<UT>(Val1),
22 static_assert(Val1 != Zero && Val2 != Zero, "");
23 static_assert(Val1 != Val2, "");
30 EnumType ValRef = Val1;
31 ASSERT_SAME_TYPE(EnumType, decltype(Val1 & Val2));
32 ASSERT_SAME_TYPE(EnumType, decltype(Val1 | Val2));
33 ASSERT_SAME_TYPE(EnumType, decltype(Val1 ^ Val2));
34 ASSERT_SAME_TYPE(EnumType, decltype((~Val1)));
40 static_assert((Val1
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.enum/
H A Dcheck_bitmask_types.hpp10 template <class EnumType, EnumType Val1, EnumType Val2,
12 UT UVal1 = static_cast<UT>(Val1),
22 static_assert(Val1 != Zero && Val2 != Zero, "");
23 static_assert(Val1 != Val2, "");
30 EnumType ValRef = Val1;
31 ASSERT_SAME_TYPE(EnumType, decltype(Val1 & Val2));
32 ASSERT_SAME_TYPE(EnumType, decltype(Val1 | Val2));
33 ASSERT_SAME_TYPE(EnumType, decltype(Val1 ^ Val2));
34 ASSERT_SAME_TYPE(EnumType, decltype((~Val1)));
40 static_assert((Val1
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) { argument
41 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
42 Val1.Divisor == Val2.Divisor;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) { argument
41 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
42 Val1.Divisor == Val2.Divisor;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) { argument
41 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
42 Val1.Divisor == Val2.Divisor;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) { argument
41 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
42 Val1.Divisor == Val2.Divisor;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) { argument
41 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
42 Val1.Divisor == Val2.Divisor;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) { argument
41 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
42 Val1.Divisor == Val2.Divisor;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) { argument
41 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
42 Val1.Divisor == Val2.Divisor;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) { argument
41 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
42 Val1.Divisor == Val2.Divisor;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/psdk_inc/
H A D_dbg_common.h1896 DWORD *Val1,
1904 DWORD *Val1,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
H A D_dbg_common.h1896 DWORD *Val1,
1904 DWORD *Val1,

Completed in 490 milliseconds