Home
last modified time | relevance | path

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

12345678910>>...17

/external/icu/icu4c/source/data/rbnf/
Dfi.txt579 "%%spellout-ordinal-larger:",
600 "20: <%%spellout-ordinal-larger<\u00ADkymmenes[\u00AD>>];",
602 "200: <%%spellout-ordinal-larger<\u00ADsadas[\u00AD>>];",
604 "2000: <%%spellout-ordinal-larger<\u00ADtuhannes[\u00AD>>];",
606 "2000000: <%%spellout-ordinal-larger< miljoonas[\u00AD>>];",
608 "2000000000: <%%spellout-ordinal-larger< miljardis[\u00AD>>];",
610 "2000000000000: <%%spellout-ordinal-larger< biljoonas[ >>];",
612 "%%spellout-ordinal-genitive-larger:",
633 "20: <%%spellout-ordinal-genitive-larger<\u00ADkymmenennen[\u00AD>>];",
635 "200: <%%spellout-ordinal-genitive-larger<\u00ADsadannen[\u00AD>>];",
[all …]
Dhu.txt68 "3: =%%spellout-ordinal-larger=;",
71 "1: =%%spellout-ordinal-larger=;",
74 "1: =%%spellout-ordinal-larger=;",
75 "%%spellout-ordinal-larger:",
109 "3: =%%spellout-ordinal-verbose-larger=;",
112 "1: =%%spellout-ordinal-verbose-larger=;",
115 "1: =%%spellout-ordinal-verbose-larger=;",
116 "%%spellout-ordinal-verbose-larger:",
117 "0: =%%spellout-ordinal-larger=;",
Dko.txt137 "50: =%%spellout-ordinal-sinokorean-count-larger=;",
138 "%%spellout-ordinal-sinokorean-count-larger:",
172 "50: =%%spellout-ordinal-native-count-larger=;",
173 "%%spellout-ordinal-native-count-larger:",
197 "100: =%%spellout-ordinal-sinokorean-count-larger=\uC9F8;",
/external/curl/lib/
Dsplay.c48 N.smaller = N.larger = NULL; in Curl_splay()
58 t->smaller = y->larger; in Curl_splay()
59 y->larger = t; in Curl_splay()
69 if(t->larger == NULL) in Curl_splay()
71 if(compare(i, t->larger->key) > 0) { in Curl_splay()
72 y = t->larger; /* rotate larger */ in Curl_splay()
73 t->larger = y->smaller; in Curl_splay()
76 if(t->larger == NULL) in Curl_splay()
79 l->larger = t; /* link larger */ in Curl_splay()
81 t = t->larger; in Curl_splay()
[all …]
Dsplay.h28 struct Curl_tree *larger; /* larger node */ member
/external/ltp/runtest/
Ddio10 ## Run the tests with larger buffersize
18 ### Run the tests with larger iterations
25 ## Run the tests with larger offset - 1MB
31 ## Run the tests with larger offset - 100 MB
37 ### Run tests with larger vector array
58 ### Run the tests with raw device and larger iterations
65 ## Run the tests with raw device and larger offset - 100 MB
Dstress.part159 ## Run the tests with larger buffersize
67 ### Run the tests with larger iterations
74 ## Run the tests with larger offset - 1MB
80 ## Run the tests with larger offset - 100 MB
86 ### Run tests with larger vector array
107 ### Run the tests with raw device and larger iterations
114 ## Run the tests with raw device and larger offset - 100 MB
/external/skia/tests/
DPathOpsExtendedTest.cpp191 SkRect larger = one.getBounds(); in scaleMatrix() local
192 larger.join(two.getBounds()); in scaleMatrix()
193 SkScalar largerWidth = larger.width(); in scaleMatrix()
197 SkScalar largerHeight = larger.height(); in scaleMatrix()
205 larger.fLeft *= hScale; in scaleMatrix()
206 larger.fRight *= hScale; in scaleMatrix()
207 larger.fTop *= vScale; in scaleMatrix()
208 larger.fBottom *= vScale; in scaleMatrix()
209 SkScalar dx = -16000 > larger.fLeft ? -16000 - larger.fLeft in scaleMatrix()
210 : 16000 < larger.fRight ? 16000 - larger.fRight : 0; in scaleMatrix()
[all …]
DPDFJpegEmbedTest.cpp17 static bool is_subset_of(SkData* smaller, SkData* larger) { in is_subset_of() argument
18 SkASSERT(smaller && larger); in is_subset_of()
19 if (smaller->size() > larger->size()) { in is_subset_of()
23 size_t size_diff = larger->size() - size; in is_subset_of()
25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) { in is_subset_of()
/external/curl/tests/data/
Dtest59931 this data is slightly larger than the first piece
53 this data is slightly larger than the first piece
68 # Bug 3510057 pointed out that when following a location to a larger chunked
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-i64offset.ll3 ; Verify that pointer offsets larger than 32 bits work correctly.
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
Dcoverage.txt6 50 - This test case needs to be much larger.
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DTimeUnit.java61 public TimeUnit larger() { in larger() method in TimeUnit
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DTimeUnit.java59 public TimeUnit larger() { in larger() method in TimeUnit
/external/swiftshader/third_party/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/examples/Kaleidoscope/MCJIT/
DREADME.txt12 standalone manner, independent of the larger LLVM build infrastructure.
/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
/external/llvm/test/Transforms/GlobalOpt/
D2008-01-13-OutOfRangeSROA.ll3 ; The 'X' indices could be larger than 31. Do not SROA the outer
/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/test/CodeGen/X86/GC/
Ddynamic-frame-size.ll10 ; 32 byte alignment (for the alloca) is larger than the default
/external/curl/tests/unit/
Dunit1309.c45 splayprint(t->larger, d+1, output); in splayprint()
/external/llvm/test/CodeGen/X86/
Dtest-nofold.ll21 ; movl $15, %ecx # bad: larger encoding
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dtest-nofold.ll21 ; movl $15, %ecx # bad: larger encoding
/external/llvm/test/Transforms/ConstantHoisting/X86/
Dlarge-immediate.ll20 ; Check that we don't hoist constants with a type larger than i128.

12345678910>>...17