Home
last modified time | relevance | path

Searched refs:adder (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_scope.py13 def adder(y): function
15 return adder
27 def adder(y): function
29 return adder
41 def adder(y): function
44 return adder
57 def adder(y): function
59 return adder
64 adder = make_adder4()
65 self.assertEqual(adder(
88 def adder(y): global() function
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringRange.java52 * @param adder adds each pair to the output. See the {@link Adder} interface.
56 public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreCompact) { in compact() argument
73 adder.add(start, end == null ? null in compact()
83 adder.add(start, end == null ? null in compact()
99 adder.add(ranges.start(), ranges.end(shorterPairs)); in compact()
108 * @param adder adds each pair to the output. See the {@link Adder} interface.
111 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) { in compact() argument
112 compact(source,adder,shorterPairs,false); in compact()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DStringRange.java59 * @param adder adds each pair to the output. See the {@link Adder} interface.
63 public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreCompact) { in compact() argument
80 adder.add(start, end == null ? null in compact()
90 adder.add(start, end == null ? null in compact()
106 adder.add(ranges.start(), ranges.end(shorterPairs)); in compact()
115 * @param adder adds each pair to the output. See the {@link Adder} interface.
118 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) { in compact() argument
119 compact(source,adder,shorterPairs,false); in compact()
/third_party/backends/backend/
H A Dplustek-pp_p48xx.c114 ULong adder, ul, cntr; in p48xxDoTest() local
133 adder = 0; in p48xxDoTest()
143 buffer[ul] = ul + adder + _START_VAL; in p48xxDoTest()
182 if( buffer[ul] != ul + adder + _START_VAL ) in p48xxDoTest()
193 adder += _TEST_SZ / sizeof(ULong); in p48xxDoTest()
/third_party/lzma/C/
H A DPpmd7.c801 unsigned i, adder, sumFreq, escFreq; in Ppmd7_Rescale() local
819 if (p->OrderFall == 0), adder = 0 : it's allowed to remove symbol from MAX Order context in Ppmd7_Rescale()
820 if (p->OrderFall != 0), adder = 1 : it's NOT allowed to remove symbol from NON-MAX Order context in Ppmd7_Rescale()
823 adder = (p->OrderFall != 0); in Ppmd7_Rescale()
826 adder |= (p->MaxOrder == 0); // we don't remove symbols from order-0 context in Ppmd7_Rescale()
829 sumFreq = (sumFreq + 4 + adder) >> 1; in Ppmd7_Rescale()
837 freq = (freq + adder) >> 1; in Ppmd7_Rescale()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1054 uint32_t adder; in TestOpenVsOpenRules() local
1084 adder = 1; in TestOpenVsOpenRules()
1087 adder = 10; in TestOpenVsOpenRules()
1090 for(x = 0; x < numLocales; x+=adder){ in TestOpenVsOpenRules()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 35 milliseconds