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

1 2

  /art/runtime/base/
bit_utils_test.cc 226 static_assert(!IsUint<1, int32_t>(-1), "TestIsUint32#1");
227 static_assert(IsUint<1, int32_t>(0), "TestIsUint32#2");
228 static_assert(IsUint<1, int32_t>(1), "TestIsUint32#3");
229 static_assert(!IsUint<1, int32_t>(2), "TestIsUint32#4");
230 static_assert(!IsUint<4, int32_t>(-1), "TestIsUint32#5");
231 static_assert(IsUint<4, int32_t>(0), "TestIsUint32#6");
232 static_assert(IsUint<4, int32_t>(15), "TestIsUint32#7");
233 static_assert(!IsUint<4, int32_t>(16), "TestIsUint32#8");
234 static_assert(!IsUint<30, int32_t>(std::numeric_limits<int32_t>::max()), "TestIsUint32#9");
235 static_assert(IsUint<31, int32_t>(std::numeric_limits<int32_t>::max()), "TestIsUint32#10")
    [all...]
bit_utils.h 263 constexpr bool IsUint(T value) {
284 : IsUint<kBits>(value < 0
  /external/swiftshader/third_party/subzero/src/
IceUtils.h 46 template <typename T> inline bool IsUint(int N, T value) {
60 return IsUint(N, Value);
IceAssemblerARM32.cpp     [all...]
IceAssemblerX86Base.h 88 return fixup_ == nullptr && Utils::IsUint(8, value_);
91 return fixup_ == nullptr && Utils::IsUint(16, value_);
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 523 IsUint bool // Number has an unsigned integral value.
547 n.IsUint = true
573 n.IsUint = true
581 n.IsUint = true // in case of -0.
589 } else if n.IsUint {
607 if !n.IsUint && float64(uint64(f)) == f {
608 n.IsUint = true
613 if !n.IsInt && !n.IsUint && !n.IsFloat {
629 n.IsUint = float64(uint64(n.Float64)) == n.Float64
630 if n.IsUint {
    [all...]
parse_test.go 19 isUint bool
93 ok := test.isInt || test.isUint || test.isFloat || test.isComplex
121 if test.isUint {
122 if !n.IsUint {
128 } else if n.IsUint {
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 523 IsUint bool // Number has an unsigned integral value.
547 n.IsUint = true
573 n.IsUint = true
581 n.IsUint = true // in case of -0.
589 } else if n.IsUint {
607 if !n.IsUint && float64(uint64(f)) == f {
608 n.IsUint = true
613 if !n.IsInt && !n.IsUint && !n.IsFloat {
629 n.IsUint = float64(uint64(n.Float64)) == n.Float64
630 if n.IsUint {
    [all...]
parse_test.go 19 isUint bool
93 ok := test.isInt || test.isUint || test.isFloat || test.isComplex
121 if test.isUint {
122 if !n.IsUint {
128 } else if n.IsUint {
  /art/compiler/utils/mips/
assembler_mips.cc 363 CHECK(IsUint<21>(imm21)) << imm21;
372 CHECK(IsUint<26>(imm26)) << imm26;
468 CHECK(IsUint<10>(s10)) << s10;
485 CHECK(IsUint<10>(i10)) << i10;
712 CHECK(IsUint<5>(shamt)) << shamt;
717 CHECK(IsUint<5>(shamt)) << shamt;
722 CHECK(IsUint<5>(shamt)) << shamt;
727 CHECK(IsUint<5>(shamt)) << shamt;
748 CHECK(IsUint<5>(pos)) << pos;
755 CHECK(IsUint<5>(pos)) << pos
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 270 if (fast_path && !is_volatile && IsUint<16>(field_offset.Int32Value())) {
310 DCHECK(IsUint<16>(vtable_idx));
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
valuetest.cpp 373 EXPECT_TRUE(x.IsUint());
391 EXPECT_FALSE(nx.IsUint());
420 EXPECT_TRUE(x.IsUint());
459 EXPECT_TRUE(x.IsUint());
477 EXPECT_FALSE(nx.IsUint());
487 EXPECT_TRUE(z.IsUint());
492 EXPECT_FALSE(z.IsUint());
513 EXPECT_TRUE(x.IsUint());
533 EXPECT_TRUE(z.IsUint());
538 EXPECT_FALSE(z.IsUint());
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 151 CHECK(IsUint<21>(imm21)) << imm21;
159 CHECK(IsUint<26>(imm26)) << imm26;
245 CHECK(IsUint<10>(s10)) << s10;
261 CHECK(IsUint<10>(i10)) << i10;
428 CHECK(IsUint<5>(pos)) << pos;
429 CHECK(IsUint<5>(size - 1)) << size;
434 CHECK(IsUint<5>(pos - 32)) << pos;
435 CHECK(IsUint<5>(size - 1)) << size;
436 CHECK(IsUint<5>(pos + size - 33)) << pos << " + " << size;
585 CHECK(IsUint<19>(imm19)) << imm19
    [all...]
assembler_mips64.h 66 if (IsUint<16>(value)) {
89 return (IsUint<16>(x) || IsInt<16>(x) || ((x & 0xFFFF) == 0 && IsInt<16>(value >> 16))) ? 2 : 3;
101 if (IsUint<16>(value)) {
178 if (IsUint<16>(tmp)) {
219 if (IsUint<16>(tmp)) {
    [all...]
  /art/compiler/
compiled_method.h 306 DCHECK(IsUint<24>(literal_offset));
  /art/compiler/optimizing/
common_arm64.h 249 return IsUint<8>(value);
  /art/compiler/utils/arm/
assembler_arm_vixl.cc 103 if (IsUint<12>(immediate) && set_cc != kCcSet) {
  /art/runtime/
intern_table_test.cc 83 ASSERT_TRUE(IsUint<32>(table.hashfn_(str)));
art_method-inl.h 425 DCHECK(IsUint<8>(intrinsic));
stack_map.h 404 return IsUint<kValueBits>(value);
409 DCHECK(IsUint<kKindBits>(kind_integer_value)) << kind_integer_value;
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 43 bool is_uint8() const { return IsUint<8>(value_); }
45 bool is_uint16() const { return IsUint<16>(value_); }
  /art/compiler/utils/x86_64/
assembler_x86_64.h 50 bool is_uint8() const { return IsUint<8>(value_); }
52 bool is_uint16() const { return IsUint<16>(value_); }
    [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 73 if (IsUint<16>(insn)) {
108 std::count_if(insns.begin(), insns.end(), [](uint32_t x) { return IsUint<16>(x); });
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]
  /external/vixl/src/
utils-vixl.h 149 inline bool IsUint##N(int64_t x) { return IsUintN(N, x); } \
150 VIXL_DEPRECATED("IsUint" #N, inline bool is_uint##N(int64_t x)) { \

Completed in 919 milliseconds

1 2