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

  /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) \
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...]
  /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/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 227 template<typename T, typename Val1, typename Val2>
229 void f(Val1 val1, Val2 val2) {
230 T x = { val1, val2 }; // expected-error{{cannot initialize}}
  /external/clang/test/CoverageMapping/
md.cpp 7 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 378 Address Val1, Address Val2,
384 llvm::Value *Desired = CGF.Builder.CreateLoad(Val2);
427 Address Val2,
450 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size,
474 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
480 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
490 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
501 Address Ptr, Address Val1, Address Val2,
512 emitAtomicCmpXchgFailureSet(CGF, E, false, Dest, Ptr, Val1, Val2,
516 emitAtomicCmpXchgFailureSet(CGF, E, true, Dest, Ptr, Val1, Val2,
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 469 APFloat Val2(2.0f);
472 f1.divide(Val2, rdmd);
473 f2.divide(Val2, rdmd);
564 APFloat Val2(APFloat::IEEEsingle, 2.0e0);
566 T.divide(Val2, rdmd);
576 APFloat Val2(APFloat::IEEEdouble, 2.0e0);
578 T.divide(Val2, rdmd);
588 APFloat Val2(APFloat::x87DoubleExtended, 2.0e0);
590 T.divide(Val2, rdmd);
600 APFloat Val2(APFloat::IEEEquad, 2.0e0)
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 85 APFloat Val2 = APFloat(Val);
87 (void) Val2.convert(SelectionDAG::EVTToAPFloatSemantics(VT),
    [all...]

Completed in 573 milliseconds