Searched
full:small (Results
2076 -
2100 of
8773) sorted by null
<<81828384858687888990>>
/external/compiler-rt/lib/builtins/ |
clzsi2.c | 25 si_int t = ((x & 0xFFFF0000) == 0) << 4; /* if (x is small) t = 16 else 0 */
|
ctzsi2.c | 25 si_int t = ((x & 0x0000FFFF) == 0) << 4; /* if (x has no small bits) t = 16 else 0 */
|
/external/compiler-rt/lib/builtins/i386/ |
floatundisf.S | 10 // a write-small read-large stall, so the software implementation here is
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stacktrace_libcdep.cc | 78 // Avoid doing any work for small max_depth.
|
/external/compiler-rt/test/asan/TestCases/ |
stack-use-after-return.cc | 7 // Regression test for a CHECK failure with small stack size and large frame.
|
/external/deqp/doc/testspecs/GL3/ |
stress.conditional_render.txt | 46 limited within a small region of the screen. Passing query geometry is evenly
|
/external/e2fsprogs/intl/ |
xsize.h | 36 returns a piece of memory that is way too small, and the program then
|
/external/eigen/Eigen/src/Core/ |
Redux.h | 238 else // too small to vectorize anything. 239 // since this is dynamic-size hence inefficient anyway for such small sizes, don't try to optimize. 279 else // too small to vectorize anything. 280 // since this is dynamic-size hence inefficient anyway for such small sizes, don't try to optimize.
|
/external/eigen/bench/spbench/ |
sp_solver.cpp | 0 // Small bench routine for Eigen available in Eigen
|
/external/eigen/unsupported/doc/examples/ |
PolynomialSolver1.cpp | 38 cout << "Using double's almost always solves the problem for small degrees: " << endl;
|
/external/fio/os/ |
os-mac.h | 31 * OSX has a pitifully small shared memory segment by default,
|
/external/freetype/include/config/ |
ftheader.h | 555 * store small glyph bitmaps, as it will use less memory. 571 * `small bitmaps' API of the FreeType~2 cache sub-system. 573 * It is used to define a cache for small glyph bitmaps in a relatively 579 * small bitmaps-related cache declarations.
|
/external/freetype/include/ |
fterrors.h | 23 /* strings with a small macro trick explained below. */
|
/external/freetype/include/internal/ |
ftcalc.h | 130 * very small.
|
/external/freetype/src/cache/ |
ftcmanag.h | 25 /* callback. However, the manager maintains a small cache of FT_Face */
|
/external/freetype/src/cff/ |
cfftypes.h | 195 /* small cache for format 3 only */
|
/external/icu/icu4c/source/common/ |
unisetspan.h | 134 // Memory for small numbers and lengths of strings.
|
ustrcase_locale.cpp | 50 // We only care about a small set of language subtags,
|
/external/icu/icu4c/source/i18n/unicode/ |
upluralrules.h | 22 * values onto a small set of keywords. Rules are constructed from a text
|
/external/icu/icu4c/source/layout/ |
ThaiLayoutEngine.h | 72 * A small integer indicating which Thai encoding
|
/external/icu/icu4c/source/test/cintltst/ |
cdateintervalformattest.c | 48 /* Just a small set of tests for now, the real functionality is tested in the C++ tests */
|
/external/icu/icu4c/source/test/intltest/ |
apicoll.h | 175 // If this is too small for the test data, just increase it.
|
/external/iproute2/man/man8/ |
tc-drr.8 | 28 to the deficit counter. If the counter is too small, it is increased by
|
/external/jpeg/ |
structure.doc | 100 code should distinguish "small" objects (kept in near data space) from 185 It also permits a small reduction in file size, because the compressor can 601 choice costs only a small amount of memory and has several benefits: [all...] |
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
InternalState.java | 25 * contains a small integer identifier (from 1 to 255) to allow for
|
Completed in 402 milliseconds
<<81828384858687888990>>