/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | WNafPreCompInfo.java | 25 protected ECPoint twice = null; field in WNafPreCompInfo 49 return twice; in getTwice() 52 public void setTwice(ECPoint twice) in setTwice() argument 54 this.twice = twice; in setTwice()
|
D | ECPoint.java | 501 p = p.twice(); in timesPow2() 506 public abstract ECPoint twice(); in twice() method in ECPoint 510 return twice().add(b); in twicePlus() 675 return twice(); in add() 695 return twice(); in add() 730 return this.twice(); in add() 770 return twice(); in add() 823 return this.twice(); in add() 882 public ECPoint twice() in twice() method in ECPoint.Fp 1026 return twice(); in twicePlus() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP192R1Point.java | 80 return twice(); in add() 147 return this.twice(); in add() 194 public ECPoint twice() in twice() method in SecP192R1Point 257 SecP192R1Field.twice(Y1.x, Z3.x); in twice() 278 return twice(); in twicePlus() 287 return twice().add(b); in twicePlus() 298 return twice().add(this); in threeTimes()
|
D | SecP256K1Point.java | 81 return twice(); in add() 148 return this.twice(); in add() 195 public ECPoint twice() in twice() method in SecP256K1Point 245 SecP256K1Field.twice(Y1.x, Z3.x); in twice() 266 return twice(); in twicePlus() 275 return twice().add(b); in twicePlus() 286 return twice().add(this); in threeTimes()
|
D | SecP224K1Point.java | 81 return twice(); in add() 148 return this.twice(); in add() 195 public ECPoint twice() in twice() method in SecP224K1Point 245 SecP224K1Field.twice(Y1.x, Z3.x); in twice() 266 return twice(); in twicePlus() 275 return twice().add(b); in twicePlus() 286 return twice().add(this); in threeTimes()
|
D | SecP192K1Point.java | 81 return twice(); in add() 148 return this.twice(); in add() 195 public ECPoint twice() in twice() method in SecP192K1Point 245 SecP192K1Field.twice(Y1.x, Z3.x); in twice() 266 return twice(); in twicePlus() 275 return twice().add(b); in twicePlus() 286 return twice().add(this); in threeTimes()
|
D | SecP224R1Point.java | 79 return twice(); in add() 146 return this.twice(); in add() 192 public ECPoint twice() in twice() method in SecP224R1Point 255 SecP224R1Field.twice(Y1.x, Z3.x); in twice() 276 return twice(); in twicePlus() 285 return twice().add(b); in twicePlus() 296 return twice().add(this); in threeTimes()
|
D | SecP256R1Point.java | 79 return twice(); in add() 146 return this.twice(); in add() 192 public ECPoint twice() in twice() method in SecP256R1Point 255 SecP256R1Field.twice(Y1.x, Z3.x); in twice() 276 return twice(); in twicePlus() 285 return twice().add(b); in twicePlus() 296 return twice().add(this); in threeTimes()
|
D | SecP384R1Point.java | 79 return twice(); in add() 146 return this.twice(); in add() 193 public ECPoint twice() in twice() method in SecP384R1Point 256 SecP384R1Field.twice(Y1.x, Z3.x); in twice() 277 return twice(); in twicePlus() 286 return twice().add(b); in twicePlus() 297 return twice().add(this); in threeTimes()
|
D | SecP521R1Point.java | 78 return twice(); in add() 144 return this.twice(); in add() 188 public ECPoint twice() in twice() method in SecP521R1Point 250 SecP521R1Field.twice(Y1.x, Z3.x); in twice() 271 return twice(); in twicePlus() 280 return twice().add(b); in twicePlus() 291 return twice().add(this); in threeTimes()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Links, reference style.text | 16 Indented [twice][]. 24 [twice]: /url
|
/external/markdown/tests/markdown-test/ |
D | links-reference.txt | 16 Indented [twice][]. 24 [twice]: /url
|
/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
D | p1.cpp | 8 static T twice(U value) { in twice() function 16 return A<bool>::B<int>::twice(4); in foo()
|
/external/skia/samplecode/ |
D | SampleXfermodesBlur.cpp | 168 for (int twice = 0; twice < 2; twice++) { in onDrawContent() local 182 draw_mode(canvas, mode, twice ? 0x88 : 0xFF, r.fLeft, r.fTop); in onDrawContent()
|
/external/llvm/test/Other/ |
D | opt-twice.ll | 2 ; that the -run-twice options exists, generates output, and 4 ; RUN: opt -run-twice -deadargelim -S < %s | FileCheck %s
|
/external/clang/test/SemaCXX/ |
D | pragma-optimize.cpp | 46 template <typename T> T twice (T param); 80 return twice(par); in CREATE_FUNC()
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, reference style.text | 16 Indented [twice][]. 24 [twice]: /url
|
/external/google-breakpad/src/testing/test/ |
D | gmock_output_test_golden.txt | 24 Expected to be called twice, but has only 1 WillOnce(). 63 Actual: called twice - over-saturated and active 70 Actual: called twice - over-saturated and active 161 Expected: to be called twice 253 Actual: called twice - over-saturated and active 260 Actual: called twice - over-saturated and active 282 Expected to be called twice, but has only 1 WillOnce().
|
/external/gmock/test/ |
D | gmock_output_test_golden.txt | 24 Expected to be called twice, but has only 1 WillOnce(). 63 Actual: called twice - over-saturated and active 70 Actual: called twice - over-saturated and active 161 Expected: to be called twice 253 Actual: called twice - over-saturated and active 260 Actual: called twice - over-saturated and active 282 Expected to be called twice, but has only 1 WillOnce().
|
/external/zlib/src/examples/ |
D | README.examples | 17 - is approximately twice as fast as gzip -d 18 - also provides Unix uncompress functionality, again twice as fast
|
/external/clang/test/Index/ |
D | preamble-reparse-import.m-2.h | 2 #error parsed twice
|
D | preamble-reparse-import.m-1.h | 2 #error parsed twice
|
/external/mesa3d/src/glsl/glcpp/tests/ |
D | 101-macros-used-twice.c.expected | 8 twice
|
D | 101-macros-used-twice.c | 8 twice
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | twice.ll | 2 ; RUN: opt < %s -S -run-twice -asan
|