Home
last modified time | relevance | path

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

12345678910>>...18

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DWNafPreCompInfo.java25 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()
DECPoint.java501 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/
DSecP192K1Point.java81 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()
DSecP256K1Point.java81 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()
DSecP224K1Point.java81 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()
DSecP192R1Point.java80 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()
DSecP256R1Point.java79 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()
DSecP224R1Point.java79 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()
DSecP384R1Point.java79 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()
DSecP521R1Point.java78 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/
DLinks, reference style.text16 Indented [twice][].
24 [twice]: /url
/external/markdown/tests/markdown-test/
Dlinks-reference.txt16 Indented [twice][].
24 [twice]: /url
/external/skia/samplecode/
DSampleXfermodesBlur.cpp142 for (int twice = 0; twice < 2; twice++) { in onDrawContent() local
154 draw_mode(canvas, gModes[i], twice ? 0x88 : 0xFF, r.fLeft, r.fTop); in onDrawContent()
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp1.cpp8 static T twice(U value) { in twice() function
17 return A<bool>::B<int>::twice(4); in foo()
/external/llvm/test/Other/
Dopt-twice.ll2 ; that the -run-twice options exists, generates output, and
4 ; RUN: opt -run-twice -deadargelim -S < %s | FileCheck %s
/external/clang/test/SemaCXX/
Dpragma-optimize.cpp46 template <typename T> T twice (T param);
80 return twice(par); in CREATE_FUNC()
/external/markdown/MarkdownTest/Tests_2007/
DLinks, reference style.text16 Indented [twice][].
24 [twice]: /url
/external/google-breakpad/src/testing/test/
Dgmock_output_test_golden.txt24 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/autotest/client/site_tests/security_NetworkListeners/
Dcontrol.bvt-arc17 # that will make it run twice in release builders. However, the CQ
23 # cost of running twice in release builders is low enough, so that's
/external/clang/test/Analysis/
DDeallocUseAfterFreeErrors.m217 // Warn about calling [super dealloc] twice due to missing return statement.
237 // Warn about calling [super dealloc] twice in two different methods.
264 // a false positive that [super dealloc] is called twice if each object instance
292 // Do not warn about calling [super dealloc] twice if +dealloc is a class
315 // Do not warn about calling [super dealloc] twice if when the analyzer has
341 // Treat calling [super dealloc] twice as as a sink.
/external/python/cpython2/PC/VC6/
Drt.bat5 @rem -q "quick" -- normally the tests are run twice, the first time
13 @rem twice, and
/external/v8/testing/gmock/test/
Dgmock_output_test_golden.txt24 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/googletest/googlemock/test/
Dgmock_output_test_golden.txt24 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/python/cpython2/PC/VS8.0/
Drt.bat6 rem -q "quick" -- normally the tests are run twice, the first time
14 rem twice, and
/external/zlib/src/examples/
DREADME.examples17 - is approximately twice as fast as gzip -d
18 - also provides Unix uncompress functionality, again twice as fast

12345678910>>...18