Searched refs:unpacked (Results 1 – 25 of 30) sorted by relevance
12
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 …]
73 (*fetch_ptr_t)(void *unpacked, const void *packed,136 PIPE_ALIGN_VAR(16) float unpacked[4]; in test_format_float()164 memset(unpacked, 0, sizeof unpacked); in test_format_float()166 fetch_ptr(unpacked, test->packed, j, i); in test_format_float()169 if (util_double_inf_sign(test->unpacked[i][j][k]) != util_inf_sign(unpacked[k])) { in test_format_float()173 if (util_is_double_nan(test->unpacked[i][j][k]) != util_is_nan(unpacked[k])) { in test_format_float()177 if (!util_is_double_inf_or_nan(test->unpacked[i][j][k]) && in test_format_float()178 fabs((float)test->unpacked[i][j][k] - unpacked[k]) > FLT_EPSILON) { in test_format_float()189 unpacked[0], unpacked[1], unpacked[2], unpacked[3]); in test_format_float()191 test->unpacked[i][j][0], in test_format_float()[all …]
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
6 %unpacked = type { x86_fp80, i8 }11 %char_u = getelementptr %unpacked, %unpacked* null, i32 0, i32 1 ; <i8*> [#uses=1]
39 unpacked = [49 ANTLR3::DFA.unpack(*packed).should == unpacked
60 double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; member
4 in tmp/, and unpacked sources in vnc_unixsrc/ and stunnel-4.14/ (used
11 CBDIR is the directory where you unpacked the tar file
53 **2.** Unpack it and access the unpacked directory using the command line.
98 unpacked = struct.unpack(fmt, str(bytes))99 return unpacked[0]
459 unittest::TestUnpackedTypes unpacked; in TEST() local460 TestUtil::SetUnpackedFields(&unpacked); in TEST()461 EXPECT_TRUE(unpacked.SerializeAsString() == destination.SerializeAsString()); in TEST()
702 // to test packed <-> unpacked wire compatibility.
79 unpacked it.)
594 archive you unpacked.625 ./src/vnc_unixsrc unpacked tightvnc source code tree.626 ./src/stunnel-4.14 unpacked stunnel source code tree.639 ./MacOSX contains an unpacked Chicken of the VNC
2638 unpacked = unittest_pb2.TestUnpackedTypes()2639 test_util.SetAllUnpackedFields(unpacked)2641 serialized = unpacked.SerializeToString()2652 unpacked = unittest_pb2.TestUnpackedTypes()2656 unpacked.MergeFromString(serialized))2659 self.assertEqual(expected, unpacked)
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
104 unpacked the source code.
140 root directory where you have unpacked your file, and Clang will
57 default nmake.mak expects this to be unpacked into C:\dev\WpdPack so
298 proceeds according to \varname{[codebook_lookup_type]}. The unpacked
172 the unpacked vectors are zeroed. Note that for residue type 2, these
355 to the appropriate directories where you unpacked/built them. If any of
52 // function or method with the unpacked values, where F is a function
210 unpacked input. The [packed=true] option only affects serializers.
12 ;byval in the arm backend. We have tests for both packed and unpacked