Home
last modified time | relevance | path

Searched refs:larger (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/external/icu/icu4c/source/data/rbnf/
Dfi.txt45 "%%spellout-ordinal-larger:",
66 "20: <%%spellout-ordinal-larger<kymmenes[>>];",
68 "200: <%%spellout-ordinal-larger<sadas[>>];",
70 "2000: <%%spellout-ordinal-larger<tuhannes[>>];",
72 "2000000: <%%spellout-ordinal-larger< miljoonas[>>];",
74 "2000000000: <%%spellout-ordinal-larger< miljardis[>>];",
76 "2000000000000: <%%spellout-ordinal-larger< biljoonas[ >>];",
Dhu.txt74 "3: =%%spellout-ordinal-larger=;",
77 "1: =%%spellout-ordinal-larger=;",
80 "1: =%%spellout-ordinal-larger=;",
81 "%%spellout-ordinal-larger:",
115 "3: =%%spellout-ordinal-verbose-larger=;",
118 "1: =%%spellout-ordinal-verbose-larger=;",
121 "1: =%%spellout-ordinal-verbose-larger=;",
122 "%%spellout-ordinal-verbose-larger:",
123 "0: =%%spellout-ordinal-larger=;",
Dko.txt143 "50: =%%spellout-ordinal-sinokorean-count-larger=;",
144 "%%spellout-ordinal-sinokorean-count-larger:",
178 "50: =%%spellout-ordinal-native-count-larger=;",
179 "%%spellout-ordinal-native-count-larger:",
203 "100: =%%spellout-ordinal-sinokorean-count-larger=\uC9F8;",
/external/skia/tests/
DPDFJpegEmbedTest.cpp25 static bool is_subset_of(SkData* smaller, SkData* larger) { in is_subset_of() argument
26 SkASSERT(smaller && larger); in is_subset_of()
27 if (smaller->size() > larger->size()) { in is_subset_of()
31 size_t size_diff = larger->size() - size; in is_subset_of()
33 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) { in is_subset_of()
DPathOpsExtendedTest.cpp170 SkRect larger = one.getBounds(); in scaleMatrix() local
171 larger.join(two.getBounds()); in scaleMatrix()
172 SkScalar largerWidth = larger.width(); in scaleMatrix()
176 SkScalar largerHeight = larger.height(); in scaleMatrix()
239 SkRect larger = bounds1; in drawAsciiPaths() local
240 larger.join(bounds2); in drawAsciiPaths()
243 int bitWidth = SkScalarCeilToInt(larger.width()) + 2; in drawAsciiPaths()
247 int bitHeight = SkScalarCeilToInt(larger.height()) + 2; in drawAsciiPaths()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DTimeUnit.java56 public TimeUnit larger() { in larger() method in TimeUnit
/external/llvm/examples/Kaleidoscope/MCJIT/
DREADME.txt12 standalone manner, independent of the larger LLVM build infrastructure.
/external/lzma/
Dhistory.txt87 - now it supports files larger than 4 GB.
107 files larger than 2 GB with HC4 match finder (-mfhc4).
184 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
/external/llvm/test/Transforms/GlobalOpt/
D2008-01-13-OutOfRangeSROA.ll3 ; The 'X' indices could be larger than 31. Do not SROA the outer indices of this array.
/external/llvm/test/Transforms/Inline/
Dptr-diff.ll60 ; The inttoptrs are free since it is a smaller integer to a larger
81 ; The inttoptrs have a cost since it is a larger integer to a smaller
Dinline-optsize.ll11 ; This function should be larger than the inline threshold for -Oz (25), but
/external/llvm/test/CodeGen/ARM/
D2013-05-13-AAPCS-byval-padding2.ll1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
D2013-05-13-AAPCS-byval-padding.ll1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
DREADME.txt12 standalone manner, independent of the larger LLVM build infrastructure. To build
/external/llvm/examples/Kaleidoscope/Orc/initial/
DREADME.txt12 standalone manner, independent of the larger LLVM build infrastructure. To build
/external/llvm/test/CodeGen/X86/GC/
Ddynamic-frame-size.ll10 ; 32 byte alignment (for the alloca) is larger than the default
/external/llvm/test/CodeGen/X86/
Dtest-nofold.ll21 ; movl $15, %ecx # bad: larger encoding
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
DREADME.txt15 standalone manner, independent of the larger LLVM build infrastructure. To build
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
DREADME.txt15 standalone manner, independent of the larger LLVM build infrastructure. To build
/external/llvm/test/Transforms/ConstantHoisting/X86/
Dlarge-immediate.ll20 ; Check that we don't hoist constants with a type larger than i128.
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.014 blocks and larger blocks (64K) to improve compression ratio by about 5 - 20%
122 The Squashfs 1.x filesystem is 12.6% larger than the new 2.0 filesystem.
123 The cloop filesystem is 1.1% larger than the Squashfs 2.0 filesystem.
/external/compiler-rt/lib/builtins/
Dfp_add_impl.inc52 // Swap a and b if necessary so that a has the larger absolute value.
69 // The sign of the result is the sign of the larger operand, a. If they
/external/compiler-rt/lib/tsan/rtl/
DMakefile.old19 CXXFLAGS+=-Wframe-larger-than=512
/external/libcxxabi/src/
Dfallback_malloc.ipp98 if (p->len > nelems) { // chunk is larger, shorten, and return the tail
146 p->len += cp->len; // make the free heap_node larger
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt16 standalone manner, independent of the larger LLVM build infrastructure. To build

12345678910>>...12