HomeSort by relevance Sort by last modified time
    Searched full:smaller (Results 301 - 325 of 6318) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Transforms/SLPVectorizer/AArch64/
minimum-sizes.ll 7 ; should not compute a smaller size for %k.13 since it is in a use-def cycle
  /external/llvm/test/Transforms/SROA/
dbg-single-piece.ll 12 ; (as long as that piece is smaller than the whole thing)
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap09.c 55 {mapsize - 8192, "ftruncate mmaped file to a smaller size"},
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
7-1.c 82 ("Test FAILED: A pending signal was delivered even though a smaller one is still pending.\n");
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
DeltaOptions.java 27 * FLAC will give much smaller result at much better compression speed.
  /external/mesa3d/src/gallium/
README.portability 16 * Cast explicitly when converting to integer types of smaller sizes.
  /external/owasp/sanitizer/src/tests/org/owasp/html/
StylingPolicyTest.java 147 assertSanitizedCss("font-size:smaller", "font-size: smaller");
148 assertSanitizedCss("font:smaller", "font: smaller");
  /external/python/cpython2/Lib/test/
test_bsddb3.py 39 # Since this is run at most once between each test module, use a smaller
test_bufio.py 46 # than that, and a string one smaller than that. Try this with all
  /external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
ffi.c 43 promotes integral arguments smaller than int size to 32 bits.
46 aligned to 32 bits even if all their fields have a smaller natural
106 /* Copy the argument, promoting integral types smaller than a
235 /* Arguments smaller than an int are promoted to int. */
  /external/python/cpython3/Lib/test/
test_bufio.py 46 # than that, and a string one smaller than that. Try this with all
test_dict.py 498 smaller = fn({1:1, 2:2})
503 self.assertTrue(smaller < larger)
504 self.assertTrue(smaller <= larger)
505 self.assertTrue(larger > smaller)
506 self.assertTrue(larger >= smaller)
508 self.assertFalse(smaller >= larger)
509 self.assertFalse(smaller > larger)
510 self.assertFalse(larger <= smaller)
511 self.assertFalse(larger < smaller)
513 self.assertFalse(smaller < larger3
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/nios2/
ffi.c 43 promotes integral arguments smaller than int size to 32 bits.
46 aligned to 32 bits even if all their fields have a smaller natural
106 /* Copy the argument, promoting integral types smaller than a
235 /* Arguments smaller than an int are promoted to int. */
  /external/skia/bench/
BlurRoundRectBench.cpp 85 // Same radii, much smaller rectangle
  /external/skia/gm/
textblobcolortrans.cpp 22 // correctly. With smaller atlas sizes, it can also trigger regeneration of texture coords on
tosrgb_colorfilter.cpp 32 // NarrowGamut RGB (an artifically smaller than sRGB gamut)
  /external/skia/src/gpu/
GrYUVProvider.h 65 * recommendation (but not smaller).
  /external/skqp/bench/
BlurRoundRectBench.cpp 85 // Same radii, much smaller rectangle
  /external/skqp/gm/
textblobcolortrans.cpp 22 // correctly. With smaller atlas sizes, it can also trigger regeneration of texture coords on
tosrgb_colorfilter.cpp 32 // NarrowGamut RGB (an artifically smaller than sRGB gamut)
  /external/skqp/src/gpu/
GrYUVProvider.h 65 * recommendation (but not smaller).
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
BasicProfilerDemo.java 33 * integers. We need to transform that array into a smaller array containing
  /external/sonic/
sonic.1 21 voice sound like a larger or smaller person, but introduces little distortion.
  /external/swiftshader/docs/
Subzero.md 9 SwiftShader contains a fork of the Subzero source code (at the time of writing they are in sync). It is an alternative JIT compiler back-end, with LLVM still being the default for CMake builds. To build SwiftShader with Subzero instead of LLVM, specify -DREACTOR_BACKEND=Subzero in your CMake command (or change LLVM to Subzero in the CMake GUI). For Chrome builds that use the BUILD.gn files, Subzero is the default as it produces significantly smaller binaries than with LLVM.
  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
negintconst.ll 3 ; Test that a negative constant smaller than 64 bits (e.g., int)

Completed in 2582 milliseconds

<<11121314151617181920>>