/external/protobuf/src/google/protobuf/stubs/ |
D | int128_unittest.cc | 52 uint128 biggest(kuint128max); in TEST() local 68 EXPECT_LT(big, biggest); in TEST() 69 EXPECT_LE(big, biggest); in TEST() 70 EXPECT_GT(biggest, big); in TEST() 71 EXPECT_GE(biggest, big); in TEST() 122 EXPECT_EQ(Uint128High64(biggest), kuint64max); in TEST() 123 EXPECT_EQ(Uint128Low64(biggest), kuint64max); in TEST() 129 EXPECT_EQ(zero - one, biggest); in TEST() 133 EXPECT_EQ(biggest + 1, zero); in TEST() 134 EXPECT_EQ(zero - 1, biggest); in TEST()
|
/external/valgrind/gdbserver_tests/ |
D | mcleak.stdinB.gdb | 75 # output the 2 biggest leak records: 77 #output the biggest leak record: 79 # output the biggest definitely leaked record:
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-big-stack.ll | 7 ; shift left (up to 12). I.e., 16773120 is the biggest value.
|
D | global-merge-group-by-use.ll | 41 ; Sanity-check (don't worry about cost models) that we pick the biggest subset
|
/external/eigen/Eigen/src/QR/ |
D | FullPivHouseholderQR.h | 477 RealScalar biggest(0); 494 if(k==0) biggest = biggest_in_corner; 497 if(internal::isMuchSmallerThan(biggest_in_corner, biggest, m_precision))
|
/external/dng_sdk/source/ |
D | dng_mosaic_info.cpp | 204 uint32 biggest = 0; in Finalize() local 219 if (fWeight16 [biggest] < fWeight16 [j]) in Finalize() 222 biggest = j; in Finalize() 230 fWeight16 [biggest] += (256 - total); in Finalize()
|
/external/autotest/client/profilers/powertop/src/ |
D | README | 21 components are the biggest offenders in slurping up your battery time.
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_quat.inl | 252 // X is biggest. 266 // Y is biggest. 277 // Z is biggest.
|
/external/shflags/doc/ |
D | RELEASE_NOTES-1.0.3.txt | 17 This is a major bug fix release. The biggest fix is in how non-flag arguments are
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 102 off_t biggest = 0; variable 888 if (size > biggest) { in dotruncate() 889 biggest = size; in dotruncate()
|
/external/mesa3d/docs/specs/ |
D | EXT_shader_samples_identical.txt | 136 There are a number of challenges in providing raw MCS data. The biggest
|
/external/mesa3d/docs/relnotes/ |
D | 3.5 | 17 The biggest change in Mesa 3.5 is a complete overhaul of the source
|
/external/toolchain-utils/binary_search_tool/ |
D | MAINTENANCE | 80 The biggest benefit the compiler wrapper gives is: knowing for sure which
|
/external/llvm/docs/ |
D | InAlloca.rst | 90 The biggest design consideration for this feature is object lifetime.
|
/external/mesa3d/src/compiler/nir/ |
D | README | 97 the GLSL IR one. The biggest difference is that, while the texture instruction
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | trip-count7.ll | 36 @biggest = external global i32 ; <i32*> [#uses=0]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count7.ll | 37 @biggest = external global i32 ; <i32*> [#uses=0]
|
/external/libxml2/os400/ |
D | README400 | 7 The biggest problem with OS/400 is EBCDIC. The current libxml2 implementation
|
/external/curl/packages/OS400/ |
D | README.OS400 | 7 The biggest problem with OS/400 is EBCDIC. Libcurl implements an internal
|
/external/eigen/doc/ |
D | TutorialMatrixClass.dox | 242 …compile time. The biggest reason why you might want to do that is to avoid dynamic memory allocati…
|
/external/python/cpython2/Lib/idlelib/ |
D | ChangeLog | 130 disadvantages; the biggest advantage being that we can more easily 184 disadvantages; the biggest advantage being that we can more easily 1396 biggest new user feature is a new search dialog with more options,
|
/external/curl/tests/ |
D | FILEFORMAT | 9 the end of lines are the biggest differences).
|
/external/python/cpython2/Doc/howto/ |
D | pyporting.rst | 202 ``bytes`` type in Python 2 is an alias for). Usually the biggest issue is
|
D | curses.rst | 63 easy to transfer that knowledge to Python. The biggest difference is that the
|
/external/python/cpython2/Doc/faq/ |
D | general.rst | 80 was one of its biggest problems. I had some experience with using Modula-2+
|