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

  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p1.cpp 7 static T twice(U value) { function in struct:A::B
15 return A<bool>::B<int>::twice(4);
  /external/bouncycastle/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/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) {

Completed in 1084 milliseconds