HomeSort by relevance Sort by last modified time
    Searched refs:Val2 (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 91 # define __TGMATH_BINARY_FIRST_REAL_ONLY(Val1, Val2, Fct) \
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)))
99 # define __TGMATH_BINARY_REAL_ONLY(Val1, Val2, Fct) \
101 || sizeof (Val2) > sizeof (double)) \
102 && __builtin_classify_type ((Val1) + (Val2)) == 8) \
104 + (__tgmath_real_type (Val2)) 0)) \
105 __tgml(Fct) (Val1, Val2) \
107 || sizeof (Val2) == sizeof (double)
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.enum/
check_bitmask_types.hpp 10 template <class EnumType, EnumType Val1, EnumType Val2,
13 UT UVal2 = static_cast<UT>(Val2),
22 static_assert(Val1 != Zero && Val2 != Zero, "");
23 static_assert(Val1 != Val2, "");
31 ASSERT_SAME_TYPE(EnumType, decltype(Val1 & Val2));
32 ASSERT_SAME_TYPE(EnumType, decltype(Val1 | Val2));
33 ASSERT_SAME_TYPE(EnumType, decltype(Val1 ^ Val2));
35 ASSERT_SAME_TYPE(EnumType&, decltype(ValRef &= Val2));
36 ASSERT_SAME_TYPE(EnumType&, decltype(ValRef |= Val2));
37 ASSERT_SAME_TYPE(EnumType&, decltype(ValRef ^= Val2));
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.enum/
check_bitmask_types.hpp 10 template <class EnumType, EnumType Val1, EnumType Val2,
13 UT UVal2 = static_cast<UT>(Val2),
22 static_assert(Val1 != Zero && Val2 != Zero, "");
23 static_assert(Val1 != Val2, "");
31 ASSERT_SAME_TYPE(EnumType, decltype(Val1 & Val2));
32 ASSERT_SAME_TYPE(EnumType, decltype(Val1 | Val2));
33 ASSERT_SAME_TYPE(EnumType, decltype(Val1 ^ Val2));
35 ASSERT_SAME_TYPE(EnumType&, decltype(ValRef &= Val2));
36 ASSERT_SAME_TYPE(EnumType&, decltype(ValRef |= Val2));
37 ASSERT_SAME_TYPE(EnumType&, decltype(ValRef ^= Val2));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
BypassSlowDivision.h 40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
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/
BypassSlowDivision.h 40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
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/
BypassSlowDivision.h 40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
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/
BypassSlowDivision.h 40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
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/
BypassSlowDivision.h 40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
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/
BypassSlowDivision.h 40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
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/
BypassSlowDivision.h 40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
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/
BypassSlowDivision.h 40 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
41 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
42 Val1.Divisor == Val2.Divisor;
  /external/clang/test/SemaTemplate/
enum-argument.cpp 19 Val2,
20 SumOfValues = Val1 + Val2
instantiate-c99.cpp 43 typename Val1, typename Val2>
45 void f(Val1 val1, Val2 val2) {
48 [Subscript2] = val2 // expected-error{{exceeds array bounds}}
instantiate-expr-4.cpp 239 template<typename T, typename Val1, typename Val2>
241 void f(Val1 val1, Val2 val2) {
242 T x = { val1, val2 }; // expected-error{{cannot initialize}}
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Format.h 99 T2 Val2;
101 format_object2(const char *fmt, const T1 &val1, const T2 &val2)
102 : format_object_base(fmt), Val1(val1), Val2(val2) {
106 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2);
117 T2 Val2;
120 format_object3(const char *fmt, const T1 &val1, const T2 &val2,const T3 &val3)
121 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3) {
125 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2, Val3)
    [all...]
  /external/clang/test/CoverageMapping/
md.cpp 7 Val2
  /external/compiler-rt/lib/esan/
cache_frag.cpp 71 static inline u64 computeDifferenceRatio(u64 Val1, u64 Val2) {
72 if (Val2 > Val1) {
73 Swap(Val1, Val2);
75 if (Val2 == 0)
76 Val2 = 1;
77 return (Val1 / Val2);
  /external/clang/test/SemaCXX/
enum.cpp 5 Val2
15 float& fr = enumerator_type(Val2);
enum-scoped.cpp 23 Val2 = 1
26 E3 v4 = Val2;
27 E1 v5 = Val2; // expected-error{{cannot initialize a variable}}
31 int x2 = Val2;
33 int a1[Val2];
36 int* p1 = new int[Val2];
  /external/clang/test/Sema/
gnu-flags.c 136 Val2
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 50 static bool isEqual(const DivOpInfo &Val1, const DivOpInfo &Val2) {
51 return Val1.SignedOp == Val2.SignedOp &&
52 Val1.Dividend == Val2.Dividend &&
53 Val1.Divisor == Val2.Divisor;
  /external/clang/lib/CodeGen/
CGAtomic.cpp 359 Address Val1, Address Val2,
365 llvm::Value *Desired = CGF.Builder.CreateLoad(Val2);
407 Address Val1, Address Val2,
437 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder,
462 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
468 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
478 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder,
489 Address Ptr, Address Val1, Address Val2,
500 emitAtomicCmpXchgFailureSet(CGF, E, false, Dest, Ptr, Val1, Val2,
504 emitAtomicCmpXchgFailureSet(CGF, E, true, Dest, Ptr, Val1, Val2,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 740 Value *Val = LHS->getOperand(0), *Val2 = RHS->getOperand(0);
750 Value *NewOr = Builder->CreateOr(Val, Val2);
756 Value *NewOr = Builder->CreateOr(Val, Val2);
762 Value *NewAnd = Builder->CreateAnd(Val, Val2);
768 Value *NewOr = Builder->CreateOr(Val, Val2);
782 if (match(Val2, m_Trunc(m_Value(V))) &&
789 match(Val2, m_And(m_Specific(V), m_ConstantInt(AndCst)))) {
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]

Completed in 842 milliseconds

1 2