/external/mesa3d/src/gallium/tests/unit/ |
D | u_format_test.c | 77 … const double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], in print_unpacked_rgba_doubl() 86 …printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacke… in print_unpacked_rgba_doubl() 99 … float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], in print_unpacked_rgba_float() 108 …printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacke… in print_unpacked_rgba_float() 121 … uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], in print_unpacked_rgba_8unorm() 130 …("%s{0x%02x, 0x%02x, 0x%02x, 0x%02x}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2… in print_unpacked_rgba_8unorm() 142 … float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], in print_unpacked_z_float() 151 printf("%s%f", sep, unpacked[i][j]); in print_unpacked_z_float() 164 … uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], in print_unpacked_z_32unorm() 173 printf("%s0x%08x", sep, unpacked[i][j]); in print_unpacked_z_32unorm() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 76 (*fetch_ptr_t)(void *unpacked, const void *packed, 147 PIPE_ALIGN_VAR(16) float unpacked[4]; in test_format_float() 182 memset(unpacked, 0, sizeof unpacked); in test_format_float() 184 fetch_ptr(unpacked, packed, j, i, cache_ptr); in test_format_float() 187 if (util_double_inf_sign(test->unpacked[i][j][k]) != util_inf_sign(unpacked[k])) { in test_format_float() 191 if (util_is_double_nan(test->unpacked[i][j][k]) != util_is_nan(unpacked[k])) { in test_format_float() 195 if (!util_is_double_inf_or_nan(test->unpacked[i][j][k]) && in test_format_float() 196 fabs((float)test->unpacked[i][j][k] - unpacked[k]) > FLT_EPSILON) { in test_format_float() 212 unpacked[0], unpacked[1], unpacked[2], unpacked[3]); in test_format_float() 214 test->unpacked[i][j][0], in test_format_float() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_aepack.py | 31 unpacked = aepack.unpack(packed) 32 self.assertEqual(o, unpacked) 37 unpacked = aepack.unpack(packed) 38 self.assertEqual(o, unpacked) 43 unpacked = aepack.unpack(packed) 44 self.assertEqual(o, unpacked) 49 unpacked = aepack.unpack(packed) 50 self.assertEqual(o, unpacked) 55 unpacked = aepack.unpack(packed) 56 self.assertEqual(repr(o), repr(unpacked)) [all …]
|
D | test_struct.py | 394 unpacked = struct.unpack("<f", packed)[0] 397 self.assertEqual(base, unpacked) 400 unpacked = struct.unpack(">f", bigpacked)[0] 401 self.assertEqual(base, unpacked) 407 unpacked = struct.unpack(">f", packed)[0] 408 self.assertEqual(big, unpacked)
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_emit.c | 152 struct V3D33_TEXTURE_SHADER_STATE unpacked = { in emit_one_texture() local 195 unpacked.swizzle_r = translate_swizzle(PIPE_SWIZZLE_X); in emit_one_texture() 196 unpacked.swizzle_g = translate_swizzle(PIPE_SWIZZLE_Y); in emit_one_texture() 197 unpacked.swizzle_b = translate_swizzle(PIPE_SWIZZLE_Z); in emit_one_texture() 198 unpacked.swizzle_a = translate_swizzle(PIPE_SWIZZLE_W); in emit_one_texture() 200 unpacked.swizzle_r = translate_swizzle(sview->swizzle[0]); in emit_one_texture() 201 unpacked.swizzle_g = translate_swizzle(sview->swizzle[1]); in emit_one_texture() 202 unpacked.swizzle_b = translate_swizzle(sview->swizzle[2]); in emit_one_texture() 203 unpacked.swizzle_a = translate_swizzle(sview->swizzle[3]); in emit_one_texture() 219 unpacked.filter += min_nearest ? 2 : 0; in emit_one_texture() [all …]
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d33_vpm_setup.c | 36 struct V3D33_VPM_GENERIC_BLOCK_READ_SETUP unpacked = { in v3d33_vir_vpm_read_setup() local 52 &unpacked); in v3d33_vir_vpm_read_setup() 60 struct V3D33_VPM_GENERIC_BLOCK_WRITE_SETUP unpacked = { in v3d33_vir_vpm_write_setup() local 73 &unpacked); in v3d33_vir_vpm_write_setup()
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | dfa.rb | 124 unpacked = Hash.new( default ) 128 count.times { |i| unpacked[ position + i ] = value } 133 unpacked = [] 135 unpacked.fill( value, unpacked.length, count ) 139 return unpacked
|
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | AnyTest.cs | 80 var unpacked = any.Unpack<TestAllTypes>(); in Unpack_Success() 81 Assert.AreEqual(message, unpacked); in Unpack_Success() 89 var unpacked = any.Unpack<TestAllTypes>(); in Unpack_CustomPrefix_Success() 90 Assert.AreEqual(message, unpacked); in Unpack_CustomPrefix_Success()
|
/external/llvm/test/Other/ |
D | 2008-06-04-FieldSizeInPacked.ll | 6 %unpacked = type { x86_fp80, i8 } 11 %char_u = getelementptr %unpacked, %unpacked* null, i32 0, i32 1 ; <i8*> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | 2008-06-04-FieldSizeInPacked.ll | 6 %unpacked = type { x86_fp80, i8 } 11 %char_u = getelementptr %unpacked, %unpacked* null, i32 0, i32 1 ; <i8*> [#uses=1]
|
/external/flatbuffers/python/flatbuffers/ |
D | number_types.py | 161 (unpacked,) = struct.unpack("<1f", packed) 162 return unpacked 173 (unpacked,) = struct.unpack("<1d", packed) 174 return unpacked
|
/external/golang-protobuf/ptypes/ |
D | any_test.go | 50 unpacked := &any.Any{} 51 err = UnmarshalAny(packed, unpacked) 52 if err != nil || !proto.Equal(unpacked, orig) { 53 t.Errorf("got: %v, %+v; want nil, %+v", err, unpacked, orig)
|
/external/mesa3d/src/broadcom/qpu/ |
D | qpu_pack.c | 594 enum v3d_qpu_input_unpack *unpacked) in v3d_qpu_float32_unpack_unpack() argument 598 *unpacked = V3D_QPU_UNPACK_ABS; in v3d_qpu_float32_unpack_unpack() 601 *unpacked = V3D_QPU_UNPACK_NONE; in v3d_qpu_float32_unpack_unpack() 604 *unpacked = V3D_QPU_UNPACK_L; in v3d_qpu_float32_unpack_unpack() 607 *unpacked = V3D_QPU_UNPACK_H; in v3d_qpu_float32_unpack_unpack() 615 v3d_qpu_float32_unpack_pack(enum v3d_qpu_input_unpack unpacked, in v3d_qpu_float32_unpack_pack() argument 618 switch (unpacked) { in v3d_qpu_float32_unpack_pack() 638 enum v3d_qpu_input_unpack *unpacked) in v3d_qpu_float16_unpack_unpack() argument 642 *unpacked = V3D_QPU_UNPACK_NONE; in v3d_qpu_float16_unpack_unpack() 645 *unpacked = V3D_QPU_UNPACK_REPLICATE_32F_16; in v3d_qpu_float16_unpack_unpack() [all …]
|
/external/python/cpython3/Doc/library/ |
D | xdrlib.rst | 176 data has not been unpacked. 179 unpacked with an :class:`Unpacker`. Unpacking methods are of the form 180 ``unpack_type()``, and take no arguments. They return the unpacked object. 211 unpacked as an unsigned integer, then the string data is unpacked with 231 Unpacks and returns a list of homogeneous items. The list is unpacked one 233 ``1``, then the item is unpacked and appended to the list. A flag of ``0`` 248 length of the list is unpacked as an unsigned integer, then each element is 249 unpacked as in :meth:`unpack_farray` above.
|
/external/python/cpython2/Doc/library/ |
D | xdrlib.rst | 177 data has not been unpacked. 180 unpacked with an :class:`Unpacker`. Unpacking methods are of the form 181 ``unpack_type()``, and take no arguments. They return the unpacked object. 212 unpacked as an unsigned integer, then the string data is unpacked with 232 Unpacks and returns a list of homogeneous items. The list is unpacked one 234 ``1``, then the item is unpacked and appended to the list. A flag of ``0`` 249 length of the list is unpacked as an unsigned integer, then each element is 250 unpacked as in :meth:`unpack_farray` above.
|
D | aepack.rst | 70 list elements are recursively unpacked. Object references (ex. ``line 3 of 75 and elements recursively unpacked.
|
/external/libyuv/files/tools_libyuv/valgrind/ |
D | libyuv_tests.bat | 55 %DRMEMORY_SFX% -o%DRMEMORY_PATH%\unpacked -y 56 set DRMEMORY_COMMAND=%DRMEMORY_PATH%\unpacked\bin\drmemory.exe 71 %TSAN_SFX% -o%TSAN_PATH%\unpacked -y 72 set PIN_COMMAND=%TSAN_PATH%\unpacked\tsan-x86-windows\tsan.bat
|
/external/antlr/runtime/Ruby/test/unit/ |
D | test-dfa.rb | 39 unpacked = [ 49 ANTLR3::DFA.unpack(*packed).should == unpacked
|
/external/swiftshader/third_party/LLVM/test/Other/ |
D | 2008-06-04-FieldSizeInPacked.ll | 6 %unpacked = type { x86_fp80, i8 } 11 %char_u = getelementptr %unpacked* null, i32 0, i32 1 ; <i8*> [#uses=1]
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 599 ir_variable *unpacked = in dldexp_to_arith() local 601 i.insert_before(unpacked); in dldexp_to_arith() 603 assign(unpacked, in dldexp_to_arith() 605 i.insert_before(assign(unpacked, bit_and(swizzle_y(unpacked), sign_mask->clone(ir, NULL)), in dldexp_to_arith() 607 i.insert_before(assign(unpacked, ir_constant::zero(ir, glsl_type::uint_type), WRITEMASK_X)); in dldexp_to_arith() 609 expr(ir_unop_pack_double_2x32, unpacked), in dldexp_to_arith() 632 ir_variable *unpacked = in dldexp_to_arith() local 634 i.insert_before(unpacked); in dldexp_to_arith() 636 assign(unpacked, in dldexp_to_arith() 640 swizzle_y(unpacked), in dldexp_to_arith() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Unpack.pbtxt | 15 The list of tensors unpacked from `value`. 32 dimension unpacked along is gone, unlike `split`).
|
/external/webrtc/tools/valgrind-webrtc/ |
D | webrtc_tests.bat | 55 %DRMEMORY_SFX% -o%DRMEMORY_PATH%\unpacked -y 56 set DRMEMORY_COMMAND=%DRMEMORY_PATH%\unpacked\bin\drmemory.exe
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_tests.h | 60 double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; member
|
/external/python/cpython3/Lib/test/ |
D | test_struct.py | 363 unpacked = struct.unpack("<f", packed)[0] 366 self.assertEqual(base, unpacked) 369 unpacked = struct.unpack(">f", bigpacked)[0] 370 self.assertEqual(base, unpacked) 376 unpacked = struct.unpack(">f", packed)[0] 377 self.assertEqual(big, unpacked)
|
/external/golang-protobuf/proto/ |
D | any_test.go | 282 want := `line 7: Any message unpacked multiple times, or "type_url" already set` 296 want := `line 5: Any message unpacked multiple times, or "value" already set`
|