Home
last modified time | relevance | path

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

12

/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/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/autotest/client/profilers/powertop/src/
DREADME21 components are the biggest offenders in slurping up your battery time.
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_quat.inl252 // X is biggest.
266 // Y is biggest.
277 // Z is biggest.
/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/mesa3d/docs/specs/
DEXT_shader_samples_identical.txt136 There are a number of challenges in providing raw MCS data. The biggest
/external/mesa3d/docs/relnotes/
D3.517 The biggest change in Mesa 3.5 is a complete overhaul of the source
/external/toolchain-utils/binary_search_tool/
DMAINTENANCE80 The biggest benefit the compiler wrapper gives is: knowing for sure which
/external/llvm/docs/
DInAlloca.rst90 The biggest design consideration for this feature is object lifetime.
/external/mesa3d/src/compiler/nir/
DREADME97 the GLSL IR one. The biggest difference is that, while the texture instruction
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dtrip-count7.ll36 @biggest = external global i32 ; <i32*> [#uses=0]
/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count7.ll37 @biggest = external global i32 ; <i32*> [#uses=0]
/external/libxml2/os400/
DREADME4007 The biggest problem with OS/400 is EBCDIC. The current libxml2 implementation
/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…
/external/python/cpython2/Lib/idlelib/
DChangeLog130 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/
DFILEFORMAT9 the end of lines are the biggest differences).
/external/python/cpython2/Doc/howto/
Dpyporting.rst202 ``bytes`` type in Python 2 is an alias for). Usually the biggest issue is
Dcurses.rst63 easy to transfer that knowledge to Python. The biggest difference is that the
/external/python/cpython2/Doc/faq/
Dgeneral.rst80 was one of its biggest problems. I had some experience with using Modula-2+

12