/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
D | transform_reduce_iter_iter_init_bop_uop.pass.cpp | 35 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/ |
D | transform_reduce_iter_iter_init_bop_uop.pass.cpp | 38 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/ |
D | WNafPreCompInfo.java | 31 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/ |
D | WNafPreCompInfo.java | 29 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/ |
D | overlapping_lifetime_names.stderr | 29 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/ |
D | WNafPreCompInfo.java | 31 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/ |
D | FunctionWithDefaultMethod.java | 30 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.h | 51 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/ |
D | SecP256K1Point.java | 39 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()
|
D | SecP192K1Point.java | 39 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()
|
D | SecP224K1Point.java | 39 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()
|
D | SecP256R1Point.java | 38 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()
|
D | SecP521R1Point.java | 37 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()
|
D | SecP384R1Point.java | 38 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()
|
D | SecP224R1Point.java | 38 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/ |
D | SecP256K1Point.java | 43 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()
|
D | SecP224K1Point.java | 43 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()
|
D | SecP192K1Point.java | 43 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()
|
D | SecP384R1Point.java | 42 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()
|
D | SecP192R1Point.java | 43 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()
|
D | SecP224R1Point.java | 42 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/ |
D | SecP192K1Point.java | 43 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()
|
D | SecP224K1Point.java | 43 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()
|
D | SecP192R1Point.java | 43 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()
|
D | SecP224R1Point.java | 42 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()
|