Home
last modified time | relevance | path

Searched refs:packed_double (Results 1 – 24 of 24) sorted by relevance

/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dmessage_test.py195 self.assertTrue(IsPosInf(golden_message.packed_double[0]))
204 self.assertTrue(IsNegInf(golden_message.packed_double[0]))
213 self.assertTrue(isnan(golden_message.packed_double[0]))
219 self.assertTrue(isnan(message.packed_double[0]))
Dtest_util.py599 message.packed_double.extend([612.0, 712.0])
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1265 nir_ssa_def *packed_double = nir_channel(b, alu->src[i].src.ssa, alu->src[i].swizzle[0]); in dxil_nir_lower_double_math_instr() local
1266 nir_ssa_def *unpacked_double = nir_unpack_64_2x32(b, packed_double); in dxil_nir_lower_double_math_instr()
1277 nir_ssa_def *packed_double = &alu->dest.dest.ssa; in dxil_nir_lower_double_math_instr() local
1278 nir_ssa_def *unpacked_double = nir_unpack_double_2x32_dxil(b, packed_double); in dxil_nir_lower_double_math_instr()
1280 nir_ssa_def_rewrite_uses_after(packed_double, repacked_double, unpacked_double->parent_instr); in dxil_nir_lower_double_math_instr()
/third_party/protobuf/src/google/protobuf/
Dunittest_proto3_lite.proto161 repeated double packed_double = 101 [packed = true]; field
Dunittest_proto3_arena_lite.proto162 repeated double packed_double = 101 [packed = true]; field
Dunittest_proto3.proto163 repeated double packed_double = 101 [packed = true]; field
Dunittest_proto3_arena.proto163 repeated double packed_double = 101 [packed = true]; field
Dtest_messages_proto2.proto135 repeated double packed_double = 86 [packed = true]; field
Dtest_messages_proto3.proto155 repeated double packed_double = 86 [packed = true]; field
Dtest_util_lite.cc709 EXPECT_EQ(612, message.packed_double(0)); in ExpectPackedFieldsSet()
724 EXPECT_EQ(712, message.packed_double(1)); in ExpectPackedFieldsSet()
781 EXPECT_EQ(612, message.packed_double(0)); in ExpectPackedFieldsModified()
796 EXPECT_EQ(812, message.packed_double(1)); in ExpectPackedFieldsModified()
Dunittest_lite.proto194 repeated double packed_double = 101 [packed = true]; field
Dunittest.proto792 repeated double packed_double = 101 [packed = true]; field
Dtest_util.inc875 EXPECT_EQ(612, message.packed_double(0));
890 EXPECT_EQ(712, message.packed_double(1));
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py2520 self.packed_proto.packed_double.append(4.2) # 8 bytes
2521 self.packed_proto.packed_double.append(3.25) # 8 bytes
2932 first_proto.packed_double.append(3.0)
2937 second_proto.packed_double.extend([1.0, 2.0])
2944 self.assertEqual([1.0, 2.0, 3.0], second_proto.packed_double)
2950 proto.packed_double.extend([1.0, 1000.0]) # 8 + 8 bytes
3163 proto.packed_double.append(3.0)
Dmessage_test.py302 self.assertTrue(IsPosInf(golden_message.packed_double[0]))
311 self.assertTrue(IsNegInf(golden_message.packed_double[0]))
320 self.assertTrue(isnan(golden_message.packed_double[0]))
326 self.assertTrue(isnan(message.packed_double[0]))
Dtest_util.py666 message.packed_double.extend([612.0, 712.0])
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_lite.proto178 repeated double packed_double = 101 [packed = true]; field
Dunittest.proto576 repeated double packed_double = 101 [packed = true]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_lite.proto178 repeated double packed_double = 101 [packed = true]; field
Dunittest.proto576 repeated double packed_double = 101 [packed = true]; field
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto326 repeated double packed_double = 101 [packed = true]; field
/third_party/protobuf/csharp/protos/
Dunittest_proto3.proto317 repeated double packed_double = 101 [packed = true]; field
Dunittest.proto788 repeated double packed_double = 101 [packed = true]; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto576 repeated double packed_double = 101 [packed = true]; field