Home
last modified time | relevance | path

Searched refs:twice (Results 1 – 25 of 848) sorted by relevance

12345678910>>...34

/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/
Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp35 struct twice struct
68 test(Iter(ia), Iter(ia), 0, std::plus<>(), twice(), 0); in test()
69 test(Iter(ia), Iter(ia), 1, std::multiplies<>(), twice(), 1); in test()
70 test(Iter(ia), Iter(ia+1), 0, std::multiplies<>(), twice(), 0); in test()
71 test(Iter(ia), Iter(ia+1), 2, std::plus<>(), twice(), 4); in test()
72 test(Iter(ia), Iter(ia+2), 0, std::plus<>(), twice(), 6); in test()
73 test(Iter(ia), Iter(ia+2), 3, std::multiplies<>(), twice(), 24); in test()
74 test(Iter(ia), Iter(ia+sa), 4, std::multiplies<>(), twice(), 184320); // 64 * 2880 in test()
75 test(Iter(ia), Iter(ia+sa), 4, std::plus<>(), twice(), 46); in test()
116 unsigned res = std::transform_reduce(v.begin(), v.end(), 1U, std::multiplies<>(), twice()); in main()
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.reduce/
Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp38 struct twice struct
71 test(Iter(ia), Iter(ia), 0, std::plus<>(), twice(), 0); in test()
72 test(Iter(ia), Iter(ia), 1, std::multiplies<>(), twice(), 1); in test()
73 test(Iter(ia), Iter(ia+1), 0, std::multiplies<>(), twice(), 0); in test()
74 test(Iter(ia), Iter(ia+1), 2, std::plus<>(), twice(), 4); in test()
75 test(Iter(ia), Iter(ia+2), 0, std::plus<>(), twice(), 6); in test()
76 test(Iter(ia), Iter(ia+2), 3, std::multiplies<>(), twice(), 24); in test()
77 test(Iter(ia), Iter(ia+sa), 4, std::multiplies<>(), twice(), 184320); // 64 * 2880 in test()
78 test(Iter(ia), Iter(ia+sa), 4, std::plus<>(), twice(), 46); in test()
122 unsigned res = std::transform_reduce(v.begin(), v.end(), 1U, std::multiplies<>(), twice()); in test()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DWNafPreCompInfo.java31 protected ECPoint twice = null; field in WNafPreCompInfo
92 return twice; in getTwice()
95 public void setTwice(ECPoint twice) in setTwice() argument
97 this.twice = twice; in setTwice()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DWNafPreCompInfo.java29 protected ECPoint twice = null; field in WNafPreCompInfo
90 return twice; in getTwice()
93 public void setTwice(ECPoint twice) in setTwice() argument
95 this.twice = twice; in setTwice()
/external/rust/crates/pin-project-lite/tests/ui/
Doverlapping_lifetime_names.stderr29 error[E0263]: lifetime name `'__pin` declared twice in the same scope
34 | | ^^^^^^ declared twice
41 error[E0263]: lifetime name `'__pin` declared twice in the same scope
46 | | ^^^^^^ declared twice
53 error[E0263]: lifetime name `'__pin` declared twice in the same scope
58 | | ^^^^^^ declared twice
65 error[E0263]: lifetime name `'__pin` declared twice in the same scope
70 | | ^^^^^^ declared twice
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
DWNafPreCompInfo.java31 protected ECPoint twice = null; field in WNafPreCompInfo
92 return twice; in getTwice()
95 public void setTwice(ECPoint twice) in setTwice() argument
97 this.twice = twice; in setTwice()
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DFunctionWithDefaultMethod.java30 default T twice(T input) { in twice() method
50 public Integer twice(Integer input) { in twice() method in FunctionWithDefaultMethod.DoubleInts
63 return inc(add)::twice; in incTwice()
67 return new DoubleInts2()::twice; in times5()
/external/python/cpython3/Modules/clinic/
D_testmultiphase.c.h51 int n, int twice);
60 int twice = 0; in _testmultiphase_StateAccessType_increment_count_clinic() local
63 &n, &twice)) { in _testmultiphase_StateAccessType_increment_count_clinic()
66 return_value = _testmultiphase_StateAccessType_increment_count_clinic_impl(self, cls, n, twice); in _testmultiphase_StateAccessType_increment_count_clinic()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP256K1Point.java39 return twice(); in add()
106 return this.twice(); in add()
153 public ECPoint twice() in twice() method in SecP256K1Point
203 SecP256K1Field.twice(Y1.x, Z3.x); in twice()
224 return twice(); in twicePlus()
233 return twice().add(b); in twicePlus()
244 return twice().add(this); in threeTimes()
DSecP192K1Point.java39 return twice(); in add()
106 return this.twice(); in add()
153 public ECPoint twice() in twice() method in SecP192K1Point
203 SecP192K1Field.twice(Y1.x, Z3.x); in twice()
224 return twice(); in twicePlus()
233 return twice().add(b); in twicePlus()
244 return twice().add(this); in threeTimes()
DSecP224K1Point.java39 return twice(); in add()
106 return this.twice(); in add()
153 public ECPoint twice() in twice() method in SecP224K1Point
203 SecP224K1Field.twice(Y1.x, Z3.x); in twice()
224 return twice(); in twicePlus()
233 return twice().add(b); in twicePlus()
244 return twice().add(this); in threeTimes()
DSecP256R1Point.java38 return twice(); in add()
105 return this.twice(); in add()
151 public ECPoint twice() in twice() method in SecP256R1Point
214 SecP256R1Field.twice(Y1.x, Z3.x); in twice()
235 return twice(); in twicePlus()
244 return twice().add(b); in twicePlus()
255 return twice().add(this); in threeTimes()
DSecP521R1Point.java37 return twice(); in add()
103 return this.twice(); in add()
147 public ECPoint twice() in twice() method in SecP521R1Point
209 SecP521R1Field.twice(Y1.x, Z3.x); in twice()
230 return twice(); in twicePlus()
239 return twice().add(b); in twicePlus()
250 return twice().add(this); in threeTimes()
DSecP384R1Point.java38 return twice(); in add()
105 return this.twice(); in add()
152 public ECPoint twice() in twice() method in SecP384R1Point
215 SecP384R1Field.twice(Y1.x, Z3.x); in twice()
236 return twice(); in twicePlus()
245 return twice().add(b); in twicePlus()
256 return twice().add(this); in threeTimes()
DSecP224R1Point.java38 return twice(); in add()
105 return this.twice(); in add()
151 public ECPoint twice() in twice() method in SecP224R1Point
214 SecP224R1Field.twice(Y1.x, Z3.x); in twice()
235 return twice(); in twicePlus()
244 return twice().add(b); in twicePlus()
255 return twice().add(this); in threeTimes()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP256K1Point.java43 return twice(); in add()
110 return this.twice(); in add()
157 public ECPoint twice() in twice() method in SecP256K1Point
207 SecP256K1Field.twice(Y1.x, Z3.x); in twice()
228 return twice(); in twicePlus()
237 return twice().add(b); in twicePlus()
248 return twice().add(this); in threeTimes()
DSecP224K1Point.java43 return twice(); in add()
110 return this.twice(); in add()
157 public ECPoint twice() in twice() method in SecP224K1Point
207 SecP224K1Field.twice(Y1.x, Z3.x); in twice()
228 return twice(); in twicePlus()
237 return twice().add(b); in twicePlus()
248 return twice().add(this); in threeTimes()
DSecP192K1Point.java43 return twice(); in add()
110 return this.twice(); in add()
157 public ECPoint twice() in twice() method in SecP192K1Point
207 SecP192K1Field.twice(Y1.x, Z3.x); in twice()
228 return twice(); in twicePlus()
237 return twice().add(b); in twicePlus()
248 return twice().add(this); in threeTimes()
DSecP384R1Point.java42 return twice(); in add()
109 return this.twice(); in add()
156 public ECPoint twice() in twice() method in SecP384R1Point
219 SecP384R1Field.twice(Y1.x, Z3.x); in twice()
240 return twice(); in twicePlus()
249 return twice().add(b); in twicePlus()
260 return twice().add(this); in threeTimes()
DSecP192R1Point.java43 return twice(); in add()
110 return this.twice(); in add()
157 public ECPoint twice() in twice() method in SecP192R1Point
220 SecP192R1Field.twice(Y1.x, Z3.x); in twice()
241 return twice(); in twicePlus()
250 return twice().add(b); in twicePlus()
261 return twice().add(this); in threeTimes()
DSecP224R1Point.java42 return twice(); in add()
109 return this.twice(); in add()
155 public ECPoint twice() in twice() method in SecP224R1Point
218 SecP224R1Field.twice(Y1.x, Z3.x); in twice()
239 return twice(); in twicePlus()
248 return twice().add(b); in twicePlus()
259 return twice().add(this); in threeTimes()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/custom/sec/
DSecP192K1Point.java43 return twice(); in add()
110 return this.twice(); in add()
157 public ECPoint twice() in twice() method in SecP192K1Point
207 SecP192K1Field.twice(Y1.x, Z3.x); in twice()
228 return twice(); in twicePlus()
237 return twice().add(b); in twicePlus()
248 return twice().add(this); in threeTimes()
DSecP224K1Point.java43 return twice(); in add()
110 return this.twice(); in add()
157 public ECPoint twice() in twice() method in SecP224K1Point
207 SecP224K1Field.twice(Y1.x, Z3.x); in twice()
228 return twice(); in twicePlus()
237 return twice().add(b); in twicePlus()
248 return twice().add(this); in threeTimes()
DSecP192R1Point.java43 return twice(); in add()
110 return this.twice(); in add()
157 public ECPoint twice() in twice() method in SecP192R1Point
220 SecP192R1Field.twice(Y1.x, Z3.x); in twice()
241 return twice(); in twicePlus()
250 return twice().add(b); in twicePlus()
261 return twice().add(this); in threeTimes()
DSecP224R1Point.java42 return twice(); in add()
109 return this.twice(); in add()
155 public ECPoint twice() in twice() method in SecP224R1Point
218 SecP224R1Field.twice(Y1.x, Z3.x); in twice()
239 return twice(); in twicePlus()
248 return twice().add(b); in twicePlus()
259 return twice().add(this); in threeTimes()

12345678910>>...34