Home
last modified time | relevance | path

Searched refs:Unsigned (Results 1 – 25 of 242) sorted by relevance

12345678910

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DTypedIntegerTests.cpp22 using Unsigned = TypedInteger<struct UnsignedT, uint32_t>; typedef in TypedIntegerTest
31 Unsigned uvalue(7); in TEST_F()
35 static_assert(static_cast<uint32_t>(Unsigned(28)) == 28, ""); in TEST_F()
40 Unsigned value(8); in TEST_F()
43 EXPECT_TRUE(value < Unsigned(9)); in TEST_F()
44 EXPECT_TRUE(value <= Unsigned(9)); in TEST_F()
45 EXPECT_TRUE(value <= Unsigned(8)); in TEST_F()
46 EXPECT_TRUE(value == Unsigned(8)); in TEST_F()
47 EXPECT_TRUE(value >= Unsigned(8)); in TEST_F()
48 EXPECT_TRUE(value >= Unsigned(7)); in TEST_F()
[all …]
/third_party/json/docs/mkdocs/docs/features/binary_formats/
Dcbor.md28 | number_integer | 24..255 | Unsigned integer (1 byte follow) …
29 | number_integer | 256..65535 | Unsigned integer (2 bytes follow) …
30 | number_integer | 65536..4294967295 | Unsigned integer (4 bytes follow) …
31 | number_integer | 4294967296..18446744073709551615 | Unsigned integer (8 bytes follow) …
33 | number_unsigned | 24..255 | Unsigned integer (1 byte follow) …
34 | number_unsigned | 256..65535 | Unsigned integer (2 bytes follow) …
35 | number_unsigned | 65536..4294967295 | Unsigned integer (4 bytes follow) …
36 | number_unsigned | 4294967296..18446744073709551615 | Unsigned integer (8 bytes follow) …
112 | Unsigned integer | number_unsigned | 0x18 |
113 | Unsigned integer | number_unsigned | 0x19 |
[all …]
/third_party/node/deps/v8/src/builtins/
Dconvert.tq123 return Unsigned(Int32Constant(i));
130 return Unsigned(%FromConstexpr<int32>(i));
136 return Convert<uint64>(Unsigned(Int32Constant(i)));
178 return %RawDownCast<IterationKind>(Unsigned(%FromConstexpr<int32>(c)));
183 return %RawDownCast<string::TrimMode>(Unsigned(%FromConstexpr<int32>(c)));
234 return %RawDownCast<uint8>(Unsigned(TruncateIntPtrToInt32(i)) & 0xFF);
281 return Unsigned(TruncateIntPtrToInt32(Signed(ui)));
287 return Unsigned(SmiUntag(ps));
361 return ChangeUintPtrToTagged(Unsigned(i));
367 return Unsigned(i);
[all …]
Dtorque-internal.tq12 if (Unsigned(length) > Unsigned(slice.length)) goto OutOfBounds;
13 if (Unsigned(start) > Unsigned(slice.length - length)) goto OutOfBounds;
20 if (Unsigned(length) > Unsigned(slice.length)) goto OutOfBounds;
21 if (Unsigned(start) > Unsigned(slice.length - length)) goto OutOfBounds;
319 if (Unsigned(offset) > Unsigned(diff)) goto CastError;
Dstring-replaceall.tq130 string, Unsigned(SmiUntag(endOfLastMatch)),
131 Unsigned(SmiUntag(position)));
153 string, Unsigned(SmiUntag(endOfLastMatch)),
154 Unsigned(string.length_intptr));
Dstring-trim.tq23 if (Unsigned(Convert<int32>(charCode) - 0x000E) < 0x0092) {
133 return SubString(string, Unsigned(startIndex), Unsigned(endIndex + 1));
Dbuiltins-wasm-gen.cc77 Return(Unsigned(SmiToInt32(result_smi))); in TF_BUILTIN()
106 Return(Unsigned(SmiToInt32(result_smi))); in TF_BUILTIN()
Dtyped-array-filter.tq69 kBuiltinNameFilter, array, Unsigned(kept.length));
78 const lengthNumber = Convert<Number>(Unsigned(kept.length));
Dtyped-array-slice.tq90 let count: uintptr = Unsigned(IntPtrMax(Signed(final - k), 0));
107 count = Unsigned(IntPtrMax(Signed(final - k), 0));
Dbuiltins-data-view-gen.h41 return Unsigned(Int32Constant(BigInt::SignBits::encode(sign) | in DataViewEncodeBigIntBits()
/third_party/skia/third_party/externals/angle2/src/common/
Duniform_type_info_autogen.cpp169 SamplerFormat::Unsigned, 1, 1, 1, sizeof(GLuint), sizeof(GLuint) * 4, sizeof(GLuint) * 1,
172 SamplerFormat::Unsigned, 1, 1, 1, sizeof(GLuint), sizeof(GLuint) * 4, sizeof(GLuint) * 1,
175 GL_NONE, SamplerFormat::Unsigned, 1, 1, 1, sizeof(GLuint), sizeof(GLuint) * 4,
178 GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_NONE, GL_NONE, SamplerFormat::Unsigned, 1, 1, 1,
181 SamplerFormat::Unsigned, 1, 1, 1, sizeof(GLuint), sizeof(GLuint) * 4, sizeof(GLuint) * 1,
184 SamplerFormat::Unsigned, 1, 1, 1, sizeof(GLuint), sizeof(GLuint) * 4, sizeof(GLuint) * 1,
187 GL_NONE, SamplerFormat::Unsigned, 1, 1, 1, sizeof(GLuint), sizeof(GLuint) * 4,
190 SamplerFormat::Unsigned, 1, 1, 1, sizeof(GLuint), sizeof(GLuint) * 4, sizeof(GLuint) * 1,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() argument
288 return APSInt(Unsigned ? APInt::getMaxValue(numBits) in getMaxValue()
289 : APInt::getSignedMaxValue(numBits), Unsigned); in getMaxValue()
294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue() argument
295 return APSInt(Unsigned ? APInt::getMinValue(numBits) in getMinValue()
296 : APInt::getSignedMinValue(numBits), Unsigned); in getMinValue()
/third_party/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md3097 Unsigned bitfield insert with zero at right.
3107 Unsigned bitfield move.
3117 Unsigned bitfield extract.
3134 Unsigned integer divide.
3141 Unsigned long multiply and accumulate: 32 x 32 + 64 -> 64-bit.
3151 Unsigned long multiply and subtract: 64 - (32 x 32) -> 64-bit.
3161 Unsigned multiply high: 64 x 64 -> 64-bit <127:64>.
3168 Unsigned long multiply: 32 x 32 -> 64-bit.
3175 Unsigned extend byte.
3182 Unsigned extend halfword.
[all …]
/third_party/node/deps/v8/src/objects/
Dswiss-hash-table-helpers.tq35 this.index = this.index + Unsigned(FromConstexpr<int32>(kGroupWidth));
40 return (this.offset + Unsigned(index)) & this.mask;
94 return hash >>> Unsigned(FromConstexpr<int32>(kH2Bits));
134 const matches32 = Unsigned(I8x16BitMask(matches128));
154 const matches32 = Unsigned(I8x16BitMask(matches128));
/third_party/vixl/src/
Dglobals-vixl.h77 struct Unsigned;
80 struct Unsigned<32> {
85 struct Unsigned<64> {
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h526 return Unsigned(Int64Constant(bit_cast<int64_t>(value))); in Uint64Constant()
530 return Unsigned(Int32Constant(bit_cast<int32_t>(value))); in Uint32Constant()
533 return Unsigned(IntPtrConstant(bit_cast<intptr_t>(value))); in UintPtrConstant()
583 TNode<Uint32T> Unsigned(TNode<Word32T> x) { in Unsigned() function
586 TNode<Uint64T> Unsigned(TNode<Word64T> x) { in Unsigned() function
589 TNode<UintPtrT> Unsigned(TNode<WordT> x) { in Unsigned() function
886 return Unsigned(WordShr(static_cast<TNode<WordT>>(left), right)); in CODE_ASSEMBLER_BINARY_OP_LIST()
895 return Unsigned(WordShl(static_cast<TNode<WordT>>(left), right)); in WordShl()
902 return Unsigned(Word32Shl(static_cast<TNode<Word32T>>(left), right)); in Word32Shl()
905 return Unsigned(Word32Shr(static_cast<TNode<Word32T>>(left), right)); in Word32Shr()
[all …]
/third_party/node/deps/v8/src/torque/
Druntime-macro-shims.h34 inline uint32_t Unsigned(int32_t s) { return static_cast<uint32_t>(s); } in Unsigned() function
36 inline uintptr_t Unsigned(intptr_t s) { return static_cast<uintptr_t>(s); } in Unsigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h435 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local
436 return std::make_pair(Unsigned, true); in splitSigned()
660 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local
661 return joinSigned(scale(Unsigned.first), Unsigned.second); in scale()
664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
665 return joinSigned(scaleByInverse(Unsigned.first), Unsigned.second); in scaleByInverse()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-traits.h21 #define DECLARE_OPERAND_TYPE_INFO(Name, Scalable, Unsigned, BaseSize) \ argument
25 static const bool kIsUnsigned = Unsigned; \
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h92 inline Value<uint32_t> Unsigned(d::MemoryAccessor accessor, int32_t s) { in Unsigned() function
96 inline Value<uintptr_t> Unsigned(d::MemoryAccessor accessor, intptr_t s) { in Unsigned() function
/third_party/json/include/nlohmann/detail/meta/
Dis_sax.hpp34 template<typename T, typename Unsigned>
36 decltype(std::declval<T&>().number_unsigned(std::declval<Unsigned>()));
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc102 auto* u = AsmType::Unsigned(); in InitializeStdlibTypes()
1435 return AsmType::Unsigned(); in NumericLiteral()
1630 } else if (ret->IsA(AsmType::Unsigned())) { in UnaryExpression()
1764 } else if (a->IsA(AsmType::Unsigned()) && b->IsA(AsmType::Unsigned())) { in MultiplicativeExpression()
1779 } else if (a->IsA(AsmType::Unsigned()) && b->IsA(AsmType::Unsigned())) { in MultiplicativeExpression()
1905 HANDLE_CASE(SHR, I32ShrU, ">>>", Unsigned); in ShiftExpression()
1926 } else if (a->IsA(AsmType::Unsigned()) && b->IsA(AsmType::Unsigned())) { \ in RelationalExpression()
1963 } else if (a->IsA(AsmType::Unsigned()) && b->IsA(AsmType::Unsigned())) { \ in EqualityExpression()
2295 } else if (callable->CanBeInvokedWith(AsmType::Unsigned(), in ValidateCall()
2297 return_type = AsmType::Unsigned(); in ValidateCall()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_render_snorm.txt109 8bit Unsigned Normalized Fixed-point RGBA UNSIGNED_BYTE
137 "Unsigned normalized fixed-point destination (framebuffer)
177 "Unsigned normalized fixed-point RGBA color buffers are cleared
185 "Unsigned normalized fixed-point or signed normalized
/third_party/openGLES/extensions/EXT/
DEXT_render_snorm.txt109 8bit Unsigned Normalized Fixed-point RGBA UNSIGNED_BYTE
137 "Unsigned normalized fixed-point destination (framebuffer)
177 "Unsigned normalized fixed-point RGBA color buffers are cleared
185 "Unsigned normalized fixed-point or signed normalized
/third_party/rust/crates/bindgen/bindgen/ir/
Denum_ty.rs99 cursor.enum_val_unsigned().map(EnumVariantValue::Unsigned) in from_ty()
266 Unsigned(u64), enumerator

12345678910