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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 91 # 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, Val2))
    [all...]
  /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) \
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, Val2))
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.enum/
check_bitmask_types.hpp 10 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 & Zero) == Zero, "")
    [all...]
  /external/clang/test/CoverageMapping/
md.cpp 6 Val1,
31 foo(MD::Val1);
  /external/clang/test/SemaTemplate/
temp_arg_enum_printing.cpp 9 Val1
18 // CHECK: template <NamedEnumNS::NamedEnum E = NamedEnumNS::NamedEnum::Val1>
enum-argument.cpp 18 Val1 = get_size<T>::value,
20 SumOfValues = Val1 + Val2
instantiate-c99.cpp 43 typename Val1, typename Val2>
45 void f(Val1 val1, Val2 val2) {
47 [Subscript1] = val1,
59 typename Val1>
61 void f(Val1 val1) {
63 [Subscript1...Subscript2] = val1 // expected-error{{exceeds}}
instantiate-expr-4.cpp 217 template<typename T, typename Val1>
219 void f(Val1 val1) {
220 T x = { val1 };
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 98 T1 Val1;
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);
116 T1 Val1;
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/Index/
code-completion.cpp 6 enum E { Val1 };
48 // CHECK-MEMBER: EnumConstantDecl:{ResultType X::E}{Informative E::}{TypedText Val1}
  /external/clang/test/SemaCXX/
enum-scoped.cpp 4 Val1 = 1L
8 Val1 = '\0'
11 E1 v1 = Val1; // expected-error{{undeclared identifier}}
12 E1 v2 = E1::Val1;
15 static_assert(sizeof(E1::Val1) == sizeof(int), "bad size");
17 static_assert(sizeof(E2::Val1) == sizeof(int), "bad size");
19 E1 v3 = E2::Val1; // expected-error{{cannot initialize a variable}}
20 int x1 = E1::Val1; // expected-error{{cannot initialize a variable}}
34 int a2[E1::Val1]; // expected-error{{size of array has non-integer type}}
37 int* p2 = new int[E1::Val1]; // expected-error{{array size expression must have integral or unscoped enumeration type, not 'E (…)
    [all...]
enum.cpp 4 Val1,
14 E e = Val1;
  /external/ltp/testcases/misc/math/float/power/
genfmod.c 49 double tabR[20000], Val, Val1;
68 read(fpi1, &Val1, sizeof(double));
70 tabR[i] = fmod(Val, Val1);
  /external/clang/test/Sema/
gnu-flags.c 135 Val1,
  /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);
77 return (Val1 / Val2);
  /external/llvm/test/tools/llvm-pdbdump/Inputs/
ClassLayoutTest.cpp 26 Val1
  /external/clang/lib/CodeGen/
CGAtomic.cpp 359 Address Val1, Address Val2,
364 llvm::Value *Expected = CGF.Builder.CreateLoad(Val1);
393 CGF.Builder.CreateStore(Old, Val1);
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
    [all...]
  /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/llvm/tools/llvm-stress/
llvm-stress.cpp 330 Value *Val1 = getRandomValue(Val0->getType());
334 Val1->getType()->isPointerTy())
364 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
443 Value *Val1 = getRandomValue(Val0->getType());
459 Value *V = new ShuffleVectorInst(Val0, Val1, Mask, "Shuff",
471 Value *Val1 = getRandomValue(Val0->getType()->getScalarType());
473 Value *V = InsertElementInst::Create(Val0, Val1,
574 Value *Val1 = getRandomValue(Val0->getType());
586 Value *V = SelectInst::Create(Cond, Val0, Val1, "Sl", BB->getTerminator());
597 Value *Val1 = getRandomValue(Val0->getType())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 427 for Key1, Val1 in Dict.items():
428 self[Key1] = Val1
430 for Key1, Val1 in Kwargs.items():
431 self[Key1] = Val1
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 310 enum class MyEnum : uint32_t { Val1 = 2908234, Val2 = 120891234 };
315 MyEnum Enum[] = {MyEnum::Val1, MyEnum::Val2};
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h     [all...]

Completed in 692 milliseconds

1 2