Home
last modified time | relevance | path

Searched refs:biggest (Results 1 – 25 of 63) sorted by relevance

123

/external/protobuf/src/google/protobuf/stubs/
Dint128_unittest.cc52 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/
Dmcleak.stdinB.gdb75 # output the 2 biggest leak records:
77 #output the biggest leak record:
79 # output the biggest definitely leaked record:
/external/llvm/test/CodeGen/AArch64/
Darm64-big-stack.ll7 ; shift left (up to 12). I.e., 16773120 is the biggest value.
Dglobal-merge-group-by-use.ll41 ; Sanity-check (don't worry about cost models) that we pick the biggest subset
/external/eigen/Eigen/src/QR/
DFullPivHouseholderQR.h477 RealScalar biggest(0);
494 if(k==0) biggest = biggest_in_corner;
497 if(internal::isMuchSmallerThan(biggest_in_corner, biggest, m_precision))
/external/tensorflow/
DWORKSPACE35 # # archtectures or the Android NDK will automatically select biggest
/external/dng_sdk/source/
Ddng_mosaic_info.cpp204 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/
Dsimd_quat.inl252 // X is biggest.
266 // Y is biggest.
277 // Z is biggest.
/external/autotest/client/profilers/powertop/src/
DREADME21 components are the biggest offenders in slurping up your battery time.
/external/shflags/doc/
DRELEASE_NOTES-1.0.3.txt17 This is a major bug fix release. The biggest fix is in how non-flag arguments are
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c102 off_t biggest = 0; variable
888 if (size > biggest) { in dotruncate()
889 biggest = size; in dotruncate()
/external/python/cpython3/Doc/library/
Dtracemalloc.rst123 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/
Dapi_def_QuantizeV2.pbtxt73 The biggest difference between this and MIN_COMBINED is that the minimum range
/external/mesa3d/docs/specs/
DEXT_shader_samples_identical.txt136 There are a number of challenges in providing raw MCS data. The biggest
/external/toolchain-utils/binary_search_tool/
DMAINTENANCE80 The biggest benefit the compiler wrapper gives is: knowing for sure which
/external/mesa3d/docs/relnotes/
D3.517 The biggest change in Mesa 3.5 is a complete overhaul of the source
/external/mesa3d/src/compiler/nir/
DREADME97 the GLSL IR one. The biggest difference is that, while the texture instruction
/external/llvm/docs/
DInAlloca.rst90 The biggest design consideration for this feature is object lifetime.
/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count7.ll37 @biggest = external global i32 ; <i32*> [#uses=0]
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dtrip-count7.ll36 @biggest = external global i32 ; <i32*> [#uses=0]
/external/tensorflow/tensorflow/docs_src/mobile/
Doptimizing.md19 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/
DREADME4007 The biggest problem with OS/400 is EBCDIC. The current libxml2 implementation
/external/tensorflow/tensorflow/docs_src/tutorials/
Dlinear.md51 having the biggest impact on a prediction.
/external/curl/packages/OS400/
DREADME.OS4007 The biggest problem with OS/400 is EBCDIC. Libcurl implements an internal
/external/eigen/doc/
DTutorialMatrixClass.dox242 …compile time. The biggest reason why you might want to do that is to avoid dynamic memory allocati…

123