HomeSort by relevance Sort by last modified time
    Searched defs:twice (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p1.cpp 8 static T twice(U value) { function in struct:A::B
16 return A<bool>::B<int>::twice(4);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 116 public abstract ECPoint twice(); method in class:ECPoint
259 return this.twice();
275 public ECPoint twice() method in class:ECPoint.Fp
279 // Twice identity element (point at infinity) is identity
484 return (ECPoint.F2m)this.twice();
533 * @see org.bouncycastle.math.ec.ECPoint#twice()
535 public ECPoint twice() method in class:ECPoint.F2m
539 // Twice identity element (point at infinity) is identity
  /external/skia/legacy/src/core/
SkBlitter_4444.cpp 94 int twice = count >> 1; local
95 while (--twice >= 0) {
113 int twice = count >> 1; local
115 while (--twice >= 0) {
  /external/skia/src/core/
SkBlitter_4444.cpp 94 int twice = count >> 1; local
95 while (--twice >= 0) {
113 int twice = count >> 1; local
115 while (--twice >= 0) {
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 196 milliseconds