/external/deqp-deps/glslang/SPIRV/ |
D | bitutils.h | 39 struct SetBits { struct 42 const static T get = (T(1) << First) | SetBits<T, First + 1, Num - 1>::get; argument 46 struct SetBits<T, Last, 0> { 51 static_assert(SetBits<uint32_t, 0, 0>::get == uint32_t(0x00000000), 53 static_assert(SetBits<uint32_t, 0, 1>::get == uint32_t(0x00000001), 55 static_assert(SetBits<uint32_t, 31, 1>::get == uint32_t(0x80000000), 57 static_assert(SetBits<uint32_t, 1, 2>::get == uint32_t(0x00000006), 59 static_assert(SetBits<uint32_t, 30, 2>::get == uint32_t(0xc0000000), 61 static_assert(SetBits<uint32_t, 0, 31>::get == uint32_t(0x7FFFFFFF), 63 static_assert(SetBits<uint32_t, 0, 32>::get == uint32_t(0xFFFFFFFF), [all …]
|
D | hex_float.h | 274 spvutils::SetBits<uint_type, 0, 289 spvutils::SetBits<uint_type, 0, num_fraction_bits>::get; 296 spvutils::SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 488 spvutils::SetBits<uint_type, 0, throwaway_mask_bits>::get; 999 SetBits<uint_type, 0, HF::num_exponent_bits>::get;
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | bitutils.h | 39 struct SetBits { struct 42 const static T get = (T(1) << First) | SetBits<T, First + 1, Num - 1>::get; argument 46 struct SetBits<T, Last, 0> { 51 static_assert(SetBits<uint32_t, 0, 0>::get == uint32_t(0x00000000), 53 static_assert(SetBits<uint32_t, 0, 1>::get == uint32_t(0x00000001), 55 static_assert(SetBits<uint32_t, 31, 1>::get == uint32_t(0x80000000), 57 static_assert(SetBits<uint32_t, 1, 2>::get == uint32_t(0x00000006), 59 static_assert(SetBits<uint32_t, 30, 2>::get == uint32_t(0xc0000000), 61 static_assert(SetBits<uint32_t, 0, 31>::get == uint32_t(0x7FFFFFFF), 63 static_assert(SetBits<uint32_t, 0, 32>::get == uint32_t(0xFFFFFFFF), [all …]
|
D | hex_float.h | 274 spvutils::SetBits<uint_type, 0, 289 spvutils::SetBits<uint_type, 0, num_fraction_bits>::get; 296 spvutils::SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 488 spvutils::SetBits<uint_type, 0, throwaway_mask_bits>::get; 999 SetBits<uint_type, 0, HF::num_exponent_bits>::get;
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | bitutils.h | 50 struct SetBits { struct 53 const static T get = (T(1) << First) | SetBits<T, First + 1, Num - 1>::get; argument 57 struct SetBits<T, Last, 0> { 67 static_assert(SetBits<uint32_t, 0, 0>::get == uint32_t(0x00000000), 69 static_assert(SetBits<uint32_t, 0, 1>::get == uint32_t(0x00000001), 71 static_assert(SetBits<uint32_t, 31, 1>::get == uint32_t(0x80000000), 73 static_assert(SetBits<uint32_t, 1, 2>::get == uint32_t(0x00000006), 75 static_assert(SetBits<uint32_t, 30, 2>::get == uint32_t(0xc0000000), 77 static_assert(SetBits<uint32_t, 0, 31>::get == uint32_t(0x7FFFFFFF), 79 static_assert(SetBits<uint32_t, 0, 32>::get == uint32_t(0xFFFFFFFF), [all …]
|
D | hex_float.h | 322 SetBits<uint_type, 0, num_fraction_bits + num_overflow_bits>::get; 336 SetBits<uint_type, 0, num_fraction_bits>::get; 343 SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 572 SetBits<uint_type, 0, throwaway_mask_bits>::get; 1144 SetBits<uint_type, 0, HF::num_exponent_bits>::get;
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/ |
D | bitutils.h | 50 struct SetBits { struct 53 const static T get = (T(1) << First) | SetBits<T, First + 1, Num - 1>::get; argument 57 struct SetBits<T, Last, 0> { 67 static_assert(SetBits<uint32_t, 0, 0>::get == uint32_t(0x00000000), 69 static_assert(SetBits<uint32_t, 0, 1>::get == uint32_t(0x00000001), 71 static_assert(SetBits<uint32_t, 31, 1>::get == uint32_t(0x80000000), 73 static_assert(SetBits<uint32_t, 1, 2>::get == uint32_t(0x00000006), 75 static_assert(SetBits<uint32_t, 30, 2>::get == uint32_t(0xc0000000), 77 static_assert(SetBits<uint32_t, 0, 31>::get == uint32_t(0x7FFFFFFF), 79 static_assert(SetBits<uint32_t, 0, 32>::get == uint32_t(0xFFFFFFFF), [all …]
|
D | hex_float.h | 322 SetBits<uint_type, 0, num_fraction_bits + num_overflow_bits>::get; 336 SetBits<uint_type, 0, num_fraction_bits>::get; 343 SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 572 SetBits<uint_type, 0, throwaway_mask_bits>::get; 1191 SetBits<uint_type, 0, HF::num_exponent_bits>::get;
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | bitutils.h | 50 struct SetBits { struct 53 const static T get = (T(1) << First) | SetBits<T, First + 1, Num - 1>::get; argument 57 struct SetBits<T, Last, 0> { 67 static_assert(SetBits<uint32_t, 0, 0>::get == uint32_t(0x00000000), 69 static_assert(SetBits<uint32_t, 0, 1>::get == uint32_t(0x00000001), 71 static_assert(SetBits<uint32_t, 31, 1>::get == uint32_t(0x80000000), 73 static_assert(SetBits<uint32_t, 1, 2>::get == uint32_t(0x00000006), 75 static_assert(SetBits<uint32_t, 30, 2>::get == uint32_t(0xc0000000), 77 static_assert(SetBits<uint32_t, 0, 31>::get == uint32_t(0x7FFFFFFF), 79 static_assert(SetBits<uint32_t, 0, 32>::get == uint32_t(0xFFFFFFFF), [all …]
|
D | hex_float.h | 322 SetBits<uint_type, 0, num_fraction_bits + num_overflow_bits>::get; 336 SetBits<uint_type, 0, num_fraction_bits>::get; 343 SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 572 SetBits<uint_type, 0, throwaway_mask_bits>::get; 1191 SetBits<uint_type, 0, HF::num_exponent_bits>::get;
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_framer.cc | 3580 void SetBits(uint8_t* flags, uint8_t val, uint8_t num_bits, uint8_t offset) { in SetBits() function 3587 SetBits(flags, val ? 1 : 0, 1, offset); in SetBit() 5654 SetBits(&type_byte, GetPacketNumberFlags(largest_acked_length), in AppendAckFrameAndTypeByte() 5657 SetBits(&type_byte, GetPacketNumberFlags(ack_block_length), in AppendAckFrameAndTypeByte()
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.h | 934 void SetBits(int msb, int lsb, uint32_t bits); 942 void Set##Name(uint32_t bits) { SetBits(HighBit, LowBit, bits); }
|
D | simulator-aarch64.cc | 45 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) { in SetBits() function in vixl::aarch64::SimSystemRegister
|