/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 | 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 …]
|
/external/antlr/antlr-3.4/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/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/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-dfa.rb | 39 unpacked = [ 49 ANTLR3::DFA.unpack(*packed).should == unpacked
|
/external/pdfium/tools/drmemory/scripts/ |
D | pdfium_tests.bat | 19 %DRMEMORY_SFX% -o%DRMEMORY_PATH%\unpacked -y 20 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/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | _bitmap.py | 78 unpacked = struct.unpack('iiiii', response) 79 box, count = unpacked[:4], unpacked[-1]
|
/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/opencv3/3rdparty/ippicv/ |
D | downloader.cmake | 5 # OPENCV_ICV_PATH - path to unpacked downloaded package 43 message(STATUS "ICV: Removing previous unpacked package: ${OPENCV_ICV_UNPACK_PATH}")
|
/external/cblas/ |
D | README | 11 CBDIR is the directory where you unpacked the tar file
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/ |
D | installing.packages.rst | 53 **2.** Unpack it and access the unpacked directory using the command line.
|
/external/curl/packages/DOS/ |
D | common.dj | 4 # Assumes you've unpacked cURL with long-file names
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_unittest.cc | 459 unittest::TestUnpackedTypes unpacked; in TEST() local 460 TestUtil::SetUnpackedFields(&unpacked); in TEST() 461 EXPECT_TRUE(unpacked.SerializeAsString() == destination.SerializeAsString()); in TEST()
|
D | unittest.proto | 702 // to test packed <-> unpacked wire compatibility.
|
/external/curl/docs/ |
D | INSTALL.cmake | 52 consists of the following steps after you have unpacked the source.
|
/external/opencv3/doc/tutorials/introduction/android_binary_package/ |
D | O4A_SDK.markdown | 113 -# Create a new folder for Android with OpenCV development. For this tutorial we have unpacked 134 workspace can for example be created in the folder where you have unpacked OpenCV4Android SDK
|
/external/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 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)
|
/external/libpng/contrib/gregbook/ |
D | README | 104 unpacked the source code.
|
/external/clang/docs/ |
D | CrossCompilation.rst | 140 root directory where you have unpacked your file, and Clang will
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-Windows.txt | 57 default nmake.mak expects this to be unpacked into C:\dev\WpdPack so
|
/external/libvorbis/doc/ |
D | 03-codebook.tex | 298 proceeds according to \varname{[codebook_lookup_type]}. The unpacked
|
D | 08-residue.tex | 172 the unpacked vectors are zeroed. Note that for residue type 2, these
|
/external/ImageMagick/ |
D | Install-windows.txt | 16 Now that you have the ImageMagick Windows source distribution unpacked,
|
/external/chromium-trace/catapult/third_party/gsutil/ |
D | CHANGES.md | 1673 unpacked gsutil directory. 1675 script in the unpacked gsutil directory. This allows a systems 1679 in the unpacked gsutil directory, allowing it to be installed as part of
|