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

  /art/compiler/optimizing/
induction_var_range_test.cc 165 HInductionVarAnalysis::InductionInfo* CreateRange(int32_t lo, int32_t hi) {
180 return CreateWrapAround(initial, CreateRange(lo, hi));
271 EXPECT_TRUE(IsExact(CreateRange(111, 111), &value));
273 EXPECT_TRUE(IsAtMost(CreateRange(111, 111), &value));
275 EXPECT_TRUE(IsAtLeast(CreateRange(111, 111), &value));
278 EXPECT_FALSE(IsExact(CreateRange(11, 22), &value));
279 EXPECT_TRUE(IsAtMost(CreateRange(11, 22), &value));
281 EXPECT_TRUE(IsAtLeast(CreateRange(11, 22), &value));
316 GetMin(CreateInvariant('+', CreateConst(2), CreateRange(10, 20)), nullptr));
318 GetMax(CreateInvariant('+', CreateConst(2), CreateRange(10, 20)), nullptr))
    [all...]
  /external/v8/src/
type-cache.h 24 CreateNative(CreateRange<int8_t>(), Type::UntaggedIntegral8());
26 CreateNative(CreateRange<uint8_t>(), Type::UntaggedIntegral8());
29 CreateNative(CreateRange<int16_t>(), Type::UntaggedIntegral16());
31 CreateNative(CreateRange<uint16_t>(), Type::UntaggedIntegral16());
42 Type* const kSingletonZero = CreateRange(0.0, 0.0);
43 Type* const kSingletonOne = CreateRange(1.0, 1.0);
44 Type* const kZeroOrOne = CreateRange(0.0, 1.0);
45 Type* const kZeroToThirtyOne = CreateRange(0.0, 31.0);
46 Type* const kZeroToThirtyTwo = CreateRange(0.0, 32.0);
49 Type* const kInteger = CreateRange(-V8_INFINITY, V8_INFINITY)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctf.h     [all...]

Completed in 107 milliseconds