/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/tensorflow/ |
D | WORKSPACE | 35 # # archtectures or the Android NDK will automatically select biggest
|
/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/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_quat.inl | 252 // X is biggest. 266 // Y is biggest. 277 // Z is biggest.
|
/external/autotest/client/profilers/powertop/src/ |
D | README | 21 components are the biggest offenders in slurping up your battery time.
|
/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/python/cpython3/Doc/library/ |
D | tracemalloc.rst | 123 Code to display the traceback of the biggest memory block:: 135 # pick the biggest memory block 479 The result is sorted from the biggest to the smallest by: absolute value 532 The result is sorted from the biggest to the smallest by:
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizeV2.pbtxt | 73 The biggest difference between this and MIN_COMBINED is that the minimum range
|
/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/toolchain-utils/binary_search_tool/ |
D | MAINTENANCE | 80 The biggest benefit the compiler wrapper gives is: knowing for sure which
|
/external/mesa3d/docs/relnotes/ |
D | 3.5 | 17 The biggest change in Mesa 3.5 is a complete overhaul of the source
|
/external/mesa3d/src/compiler/nir/ |
D | README | 97 the GLSL IR one. The biggest difference is that, while the texture instruction
|
/external/llvm/docs/ |
D | InAlloca.rst | 90 The biggest design consideration for this feature is object lifetime.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count7.ll | 37 @biggest = external global i32 ; <i32*> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | trip-count7.ll | 36 @biggest = external global i32 ; <i32*> [#uses=0]
|
/external/tensorflow/tensorflow/docs_src/mobile/ |
D | optimizing.md | 19 microcontrollers. Other than those, the biggest constraint is usually the 138 One of the biggest differences between mobile and server development is the 372 The biggest cause of accuracy problems when running models on mobile apps is
|
/external/libxml2/os400/ |
D | README400 | 7 The biggest problem with OS/400 is EBCDIC. The current libxml2 implementation
|
/external/tensorflow/tensorflow/docs_src/tutorials/ |
D | linear.md | 51 having the biggest impact on a prediction.
|
/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…
|