Home
last modified time | relevance | path

Searched refs:unpacked (Results 1 – 25 of 74) sorted by relevance

123

/external/mesa3d/src/gallium/tests/unit/
Du_format_test.c77 … 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/
Dlp_test_format.c76 (*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/
Dtest_aepack.py31 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 …]
Dtest_struct.py394 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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddfa.rb124 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/
DAnyTest.cs80 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/golang-protobuf/ptypes/
Dany_test.go50 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/llvm/test/Other/
D2008-06-04-FieldSizeInPacked.ll6 %unpacked = type { x86_fp80, i8 }
11 %char_u = getelementptr %unpacked, %unpacked* null, i32 0, i32 1 ; <i8*> [#uses=1]
/external/flatbuffers/python/flatbuffers/
Dnumber_types.py161 (unpacked,) = struct.unpack("<1f", packed)
162 return unpacked
173 (unpacked,) = struct.unpack("<1d", packed)
174 return unpacked
/external/python/cpython2/Doc/library/
Dxdrlib.rst177 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.
Daepack.rst70 list elements are recursively unpacked. Object references (ex. ``line 3 of
75 and elements recursively unpacked.
/external/python/cpython3/Doc/library/
Dxdrlib.rst176 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/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.bat55 %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/antlr-3.4/runtime/Ruby/test/unit/
Dtest-dfa.rb39 unpacked = [
49 ANTLR3::DFA.unpack(*packed).should == unpacked
/external/swiftshader/third_party/LLVM/test/Other/
D2008-06-04-FieldSizeInPacked.ll6 %unpacked = type { x86_fp80, i8 }
11 %char_u = getelementptr %unpacked* null, i32 0, i32 1 ; <i8*> [#uses=1]
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp545 ir_variable *unpacked = in dldexp_to_arith() local
547 i.insert_before(unpacked); in dldexp_to_arith()
549 assign(unpacked, in dldexp_to_arith()
551 i.insert_before(assign(unpacked, bit_and(swizzle_y(unpacked), sign_mask->clone(ir, NULL)), in dldexp_to_arith()
553 i.insert_before(assign(unpacked, ir_constant::zero(ir, glsl_type::uint_type), WRITEMASK_X)); in dldexp_to_arith()
555 expr(ir_unop_pack_double_2x32, unpacked), in dldexp_to_arith()
578 ir_variable *unpacked = in dldexp_to_arith() local
580 i.insert_before(unpacked); in dldexp_to_arith()
582 assign(unpacked, in dldexp_to_arith()
586 swizzle_y(unpacked), in dldexp_to_arith()
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Unpack.pbtxt15 The list of tensors unpacked from `value`.
32 dimension unpacked along is gone, unlike `split`).
/external/webrtc/tools/valgrind-webrtc/
Dwebrtc_tests.bat55 %DRMEMORY_SFX% -o%DRMEMORY_PATH%\unpacked -y
56 set DRMEMORY_COMMAND=%DRMEMORY_PATH%\unpacked\bin\drmemory.exe
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_tests.h60 double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; member
/external/python/cpython3/Lib/test/
Dtest_struct.py363 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/
Dany_test.go282 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`
/external/python/cpython2/Modules/
Dcstubs728 PyObject *unpacked, *packed;
741 if (!PyArg_GetObject(args, 4, 3, &unpacked))
750 if (PyString_Size(unpacked) != pixcount*sizeof(long)) {
758 parray = (unsigned long *) PyString_AsString(unpacked);
784 PyObject *unpacked, *packed;
816 unpacked = PyString_FromStringAndSize((char *)NULL, pixcount*sizeof(long));
817 if (unpacked == NULL)
819 parray = (unsigned long *) PyString_AsString(unpacked);
844 return unpacked;
/external/golang-protobuf/protoc-gen-go/testdata/
Dproto3.proto47 repeated int64 unpacked = 5 [packed=false]; field
/external/cblas/
DREADME11 CBDIR is the directory where you unpacked the tar file
/external/curl/packages/DOS/
Dcommon.dj4 # Assumes you've unpacked curl with long-file names

123