Searched refs:twice (Results 1 - 25 of 49) sorted by relevance

12

/external/clang/test/Index/
H A Dpreamble-reparse-import.m-1.h2 #error parsed twice
H A Dpreamble-reparse-import.m-2.h2 #error parsed twice
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWNafPreCompInfo.java22 * Holds an <code>ECPoint</code> representing twice(this). Used for the
25 protected ECPoint twice = null; field in class:WNafPreCompInfo
49 return twice;
52 public void setTwice(ECPoint twice) argument
54 this.twice = twice;
H A DECPoint.java501 p = p.twice();
506 public abstract ECPoint twice(); method in class:ECPoint
510 return twice().add(b);
675 return twice();
695 return twice();
730 return this.twice();
770 return twice();
823 return this.twice();
882 public ECPoint twice() method in class:ECPoint.Fp
1026 return twice();
1880 public ECPoint twice() method in class:ECPoint.F2m
[all...]
/external/mesa3d/src/glsl/glcpp/tests/
H A D101-macros-used-twice.c8 twice
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp1.cpp8 static T twice(U value) { function in struct:A::B
16 return A<bool>::B<int>::twice(4);
/external/clang/test/SemaCXX/
H A Dpragma-optimize.cpp46 template <typename T> T twice (T param);
76 // This instantiation of the "twice" template function with a "float" type
80 return twice(par);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192K1Point.java81 return twice();
148 return this.twice();
195 public ECPoint twice() method in class:SecP192K1Point
245 SecP192K1Field.twice(Y1.x, Z3.x);
266 return twice();
275 return twice().add(b);
286 return twice().add(this);
H A DSecP192R1Point.java80 return twice();
147 return this.twice();
194 public ECPoint twice() method in class:SecP192R1Point
257 SecP192R1Field.twice(Y1.x, Z3.x);
278 return twice();
287 return twice().add(b);
298 return twice().add(this);
H A DSecP224K1Point.java81 return twice();
148 return this.twice();
195 public ECPoint twice() method in class:SecP224K1Point
245 SecP224K1Field.twice(Y1.x, Z3.x);
266 return twice();
275 return twice().add(b);
286 return twice().add(this);
H A DSecP224R1Point.java79 return twice();
146 return this.twice();
192 public ECPoint twice() method in class:SecP224R1Point
255 SecP224R1Field.twice(Y1.x, Z3.x);
276 return twice();
285 return twice().add(b);
296 return twice().add(this);
H A DSecP256K1Point.java81 return twice();
148 return this.twice();
195 public ECPoint twice() method in class:SecP256K1Point
245 SecP256K1Field.twice(Y1.x, Z3.x);
266 return twice();
275 return twice().add(b);
286 return twice().add(this);
H A DSecP256R1Point.java79 return twice();
146 return this.twice();
192 public ECPoint twice() method in class:SecP256R1Point
255 SecP256R1Field.twice(Y1.x, Z3.x);
276 return twice();
285 return twice().add(b);
296 return twice().add(this);
H A DSecP384R1Point.java79 return twice();
146 return this.twice();
193 public ECPoint twice() method in class:SecP384R1Point
256 SecP384R1Field.twice(Y1.x, Z3.x);
277 return twice();
286 return twice().add(b);
297 return twice().add(this);
H A DSecP521R1Point.java78 return twice();
144 return this.twice();
188 public ECPoint twice() method in class:SecP521R1Point
250 SecP521R1Field.twice(Y1.x, Z3.x);
271 return twice();
280 return twice().add(b);
291 return twice().add(this);
H A DSecP521R1Field.java134 public static void twice(int[] x, int[] z) method in class:SecP521R1Field
H A DSecP192K1Field.java169 public static void twice(int[] x, int[] z) method in class:SecP192K1Field
H A DSecP192R1Field.java238 public static void twice(int[] x, int[] z) method in class:SecP192R1Field
H A DSecP224K1Field.java170 public static void twice(int[] x, int[] z) method in class:SecP224K1Field
/external/skia/samplecode/
H A DSampleXfermodesBlur.cpp168 for (int twice = 0; twice < 2; twice++) {
182 draw_mode(canvas, mode, twice ? 0x88 : 0xFF, r.fLeft, r.fTop);
/external/valgrind/helgrind/tests/
H A Dbar_bad.stderr.exp21 initialise a barrier twice
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DELF_x64-64_PIC_relocations.s5 # Test that we can load this code twice at memory locations more than 2GB apart
/external/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc76 // was already set by normalize( ), but setting it twice won't hurt
H A Dfp_mul_impl.inc64 // denormal path it was already set by normalize( ), but setting it twice
/external/valgrind/drd/tests/
H A Dbar_bad.stderr.exp9 initialise a barrier twice

Completed in 880 milliseconds

12