Home
last modified time | relevance | path

Searched refs:unpacked_double (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1266 nir_ssa_def *unpacked_double = nir_unpack_64_2x32(b, packed_double); in dxil_nir_lower_double_math_instr() local
1267 nir_ssa_def *repacked_double = nir_pack_double_2x32_dxil(b, unpacked_double); in dxil_nir_lower_double_math_instr()
1278 nir_ssa_def *unpacked_double = nir_unpack_double_2x32_dxil(b, packed_double); in dxil_nir_lower_double_math_instr() local
1279 nir_ssa_def *repacked_double = nir_pack_64_2x32(b, unpacked_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/
Dtest_messages_proto2.proto151 repeated double unpacked_double = 100 [packed = false]; field
Dtest_messages_proto3.proto171 repeated double unpacked_double = 100 [packed = false]; field
Dunittest.proto811 repeated double unpacked_double = 101 [packed = false]; field
Dtest_util.inc925 EXPECT_EQ(612, message.unpacked_double(0));
940 EXPECT_EQ(712, message.unpacked_double(1));
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto345 repeated double unpacked_double = 101 [packed = false]; field
/third_party/protobuf/csharp/protos/
Dunittest_proto3.proto336 repeated double unpacked_double = 101 [packed = false]; field
Dunittest.proto807 repeated double unpacked_double = 101 [packed = false]; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dtest_util.py648 message.unpacked_double.extend([612.0, 712.0])
/third_party/protobuf/python/google/protobuf/internal/
Dtest_util.py715 message.unpacked_double.extend([612.0, 712.0])
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto595 repeated double unpacked_double = 101 [packed = false]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto595 repeated double unpacked_double = 101 [packed = false]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto595 repeated double unpacked_double = 101 [packed = false]; field