Searched
full:largest (Results
626 -
650 of
1679) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 184 /* Largest integer not greater than X. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 184 /* Largest integer not greater than X. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 184 /* Largest integer not greater than X. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
random.py | 839 largest = -1e10 846 largest = max(x, largest) 852 (avg, stddev, smallest, largest)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
random.py | 839 largest = -1e10 846 largest = max(x, largest) 852 (avg, stddev, smallest, largest)
|
/system/extras/showslab/ |
showslab.c | 43 unsigned long max_obj_size; /* size of largest object */
|
/external/llvm/unittests/ADT/ |
APFloatTest.cpp | 210 // * nextUp(+Largest Denormal) -> +Smallest Normal. 211 // * nextDown(-Largest Denormal) -> -Smallest Normal. 212 // * nextUp(-Smallest Normal) -> -Largest Denormal. 213 // * nextDown(+Smallest Normal) -> +Largest Denormal. 215 // nextUp(+Largest Denormal) -> +Smallest Normal. 223 // nextDown(-Largest Denormal) -> -Smallest Normal. 241 // nextDown(+Smallest Normal) -> +Largest Denormal. 287 // * nextUp(-Largest Denormal) -> -Largest Denormal + inc. 288 // * nextDown(+Largest Denormal) -> +Largest Denormal - inc [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebSettingsTest.java | 455 mSettings.setTextSize(TextSize.LARGEST); 456 assertEquals(TextSize.LARGEST, mSettings.getTextSize()); [all...] |
/external/chromium_org/base/metrics/ |
histogram.cc | 390 // nearly the largest bucket range without sliding over the histogram. 398 // Calculate largest print width needed for any of our bucket range displays.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_graph_view.js | 519 // Find largest value. 537 * |max_| will be set to the value of the largest label, which
|
/external/chromium_org/google_apis/drive/ |
drive_api_parser.h | 46 // Returns the largest change ID number. 816 // Returns the largest change ID number.
|
gdata_wapi_parser.h | 648 // The largest changestamp. Next time the resource list should be fetched 742 // of icon. Icons are returned in a sorted list, from smallest to largest.
|
/external/chromium_org/gpu/command_buffer/client/ |
fenced_allocator_test.cc | 261 // Check that the new largest free size takes into account the unused block. 280 // Check that the new largest free size takes into account the unused blocks.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderReplaced.cpp | 440 // wide to fit the device, UAs should use the width of the largest rectangle that has a 2:1 ratio and fits the device instead. 480 // of the largest rectangle that has a 2:1 ratio, has a height not greater than 150px, and has a width not greater than the device width.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_conv.c | 210 * So multiply by the largest power two we get away with, and when 213 * The largest power of two factor we can get away is
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 568 /* What is the largest power-of-two boundary this triangle crosses: 573 /* The largest dimension of the rasterized area of the triangle
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_types.cpp | 713 * structure is <N>, where <N> is the largest base alignment 829 * structure is <N>, where <N> is the largest base alignment
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/ |
rc4-586.pl | 56 # in comparison to largest 8KB block size. Above improvement 57 # coefficients are for the largest block size.
|
/external/clang/lib/AST/ |
RecordLayoutBuilder.cpp | 76 /// ComputeEmptySubobjectSizes - Compute the size of the largest base or 119 /// This holds the size of the largest empty subobject (either a base 154 // Otherwise, we get the largest empty subobject for the decl. 180 // Otherwise, we get the largest empty subobject for the decl. 282 // subobjects with offsets less than the size of the largest empty 453 // subobjects with offsets less than the size of the largest empty 526 // subobjects with offsets less than the size of the largest empty [all...] |
/external/dnsmasq/src/ |
dnsmasq.h | 156 memory for the largest packet, and the largest record so the
|
/external/eigen/Eigen/src/Cholesky/ |
LDLT.h | 269 // Find largest diagonal element 278 // to the largest overall, the algorithm bails.
|
/external/llvm/include/llvm/ADT/ |
APFloat.h | 254 /// Returns the largest finite number in the given semantics. 407 /// Returns true if and only if the number has the largest possible finite
|
/external/llvm/include/llvm/Support/ |
MathExtras.h | 535 // The largest power of 2 that divides both A and B. 577 /// value of the largest negative number is undefined, as with "abs".
|
/external/llvm/lib/Support/ |
ConstantRange.cpp | 160 /// getUnsignedMax - Return the largest unsigned value contained in the 178 /// getSignedMax - Return the largest signed value contained in the
|
/external/llvm/lib/Target/Mips/ |
Mips16InstrInfo.cpp | 183 // returns largest possible n bit unsigned integer 225 // returns largest possible n bit unsigned integer
|
Completed in 1441 milliseconds
<<21222324252627282930>>