/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Mod.java | 28 if (Nat.isOne(len, x)) in invert() 43 if (Nat.isOne(len, u)) in invert() 68 if (Nat.isOne(uvLen, u)) in invert() 80 if (Nat.isOne(uvLen, v)) in invert()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECPoint.java | 221 || zs[0].isOne(); in isNormalized() 247 if (Z1.isOne()) in normalize() 557 if (!Z.isOne()) in satisfiesCurveEquation() 571 if (!Z.isOne()) in satisfiesCurveEquation() 714 boolean Z1IsOne = Z1.isOne(); in add() 715 boolean Z2IsOne = Z2.isOne(); in add() 757 boolean Z1IsOne = Z1.isOne(); in add() 800 boolean Z2IsOne = Z2.isOne(); in add() 917 boolean Z1IsOne = Z1.isOne(); in twice() 947 boolean Z1IsOne = Z1.isOne(); in twice() [all …]
|
D | ECFieldElement.java | 32 public boolean isOne() in isOne() method in ECFieldElement 235 if (this.isZero() || this.isOne()) // earlier JDK compatibility in sqrt() 620 public boolean isOne() in isOne() method in ECFieldElement.Fp.F2m 622 return x.isOne(); in isOne() 796 return (x.isZero() || x.isOne()) ? this : squarePow(m - 1); in sqrt()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP521R1FieldElement.java | 41 public boolean isOne() in isOne() method in SecP521R1FieldElement 43 return Nat.isOne(17, x); in isOne() 135 if (Nat.isZero(17, x1) || Nat.isOne(17, x1)) in sqrt()
|
D | SecP192R1FieldElement.java | 41 public boolean isOne() in isOne() method in SecP192R1FieldElement 43 return Nat192.isOne(x); in isOne() 135 if (Nat192.isZero(x1) || Nat192.isOne(x1)) in sqrt()
|
D | SecP256R1FieldElement.java | 41 public boolean isOne() in isOne() method in SecP256R1FieldElement 43 return Nat256.isOne(x); in isOne() 134 if (Nat256.isZero(x1) || Nat256.isOne(x1)) in sqrt()
|
D | SecP224R1FieldElement.java | 42 public boolean isOne() in isOne() method in SecP224R1FieldElement 44 return Nat224.isOne(x); in isOne() 133 if (Nat224.isZero(c) || Nat224.isOne(c)) in sqrt() 194 return Nat224.isOne(t1); in isSquare()
|
D | SecP384R1FieldElement.java | 41 public boolean isOne() in isOne() method in SecP384R1FieldElement 43 return Nat.isOne(12, x); in isOne() 134 if (Nat.isZero(12, x1) || Nat.isOne(12, x1)) in sqrt()
|
D | SecP256K1FieldElement.java | 41 public boolean isOne() in isOne() method in SecP256K1FieldElement 43 return Nat256.isOne(x); in isOne() 143 if (Nat256.isZero(x1) || Nat256.isOne(x1)) in sqrt()
|
D | SecP192K1FieldElement.java | 41 public boolean isOne() in isOne() method in SecP192K1FieldElement 43 return Nat192.isOne(x); in isOne() 142 if (Nat192.isZero(x1) || Nat192.isOne(x1)) in sqrt()
|
D | SecP224K1FieldElement.java | 45 public boolean isOne() in isOne() method in SecP224K1FieldElement 47 return Nat224.isOne(x); in isOne() 149 if (Nat224.isZero(x1) || Nat224.isOne(x1)) in sqrt()
|
D | SecP256R1Point.java | 96 boolean Z1IsOne = Z1.isOne(); in add() 115 boolean Z2IsOne = Z2.isOne(); in add() 219 boolean Z1IsOne = Z1.isOne(); in twice()
|
D | SecP192R1Point.java | 97 boolean Z1IsOne = Z1.isOne(); in add() 116 boolean Z2IsOne = Z2.isOne(); in add() 221 boolean Z1IsOne = Z1.isOne(); in twice()
|
D | SecP224R1Point.java | 96 boolean Z1IsOne = Z1.isOne(); in add() 115 boolean Z2IsOne = Z2.isOne(); in add() 219 boolean Z1IsOne = Z1.isOne(); in twice()
|
D | SecP256K1Point.java | 98 boolean Z1IsOne = Z1.isOne(); in add() 117 boolean Z2IsOne = Z2.isOne(); in add() 246 if (!Z1.isOne()) in twice()
|
D | SecP224K1Point.java | 98 boolean Z1IsOne = Z1.isOne(); in add() 117 boolean Z2IsOne = Z2.isOne(); in add() 246 if (!Z1.isOne()) in twice()
|
D | SecP192K1Point.java | 98 boolean Z1IsOne = Z1.isOne(); in add() 117 boolean Z2IsOne = Z2.isOne(); in add() 246 if (!Z1.isOne()) in twice()
|
D | SecP384R1Point.java | 96 boolean Z1IsOne = Z1.isOne(); in add() 115 boolean Z2IsOne = Z2.isOne(); in add() 220 boolean Z1IsOne = Z1.isOne(); in twice()
|
D | SecP521R1Point.java | 94 boolean Z1IsOne = Z1.isOne(); in add() 113 boolean Z2IsOne = Z2.isOne(); in add() 214 boolean Z1IsOne = Z1.isOne(); in twice()
|
/external/compiler-rt/lib/BlocksRuntime/ |
D | Block_private.h | 138 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool i… 145 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool …
|
D | runtime.c | 213 static void *(*_Block_allocator)(const unsigned long, const bool isOne, const bool isObject) = _Blo… 231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC() argument 254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC5() argument
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringSyntaxChecker.cpp | 68 inline bool isOne(const Expr *E) { in isOne() function in __anondc78de270111::WalkAST 121 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts())) in containsBadStrncatPattern()
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJScalingFactor.java | 90 public boolean isOne() { in isOne() method in TJScalingFactor
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | PredicatesTest.java | 427 Predicate<Integer> isOne = Predicates.equalTo(1); in testIsEqualTo_apply() local 429 assertTrue(isOne.apply(1)); in testIsEqualTo_apply() 430 assertFalse(isOne.apply(2)); in testIsEqualTo_apply() 431 assertFalse(isOne.apply(null)); in testIsEqualTo_apply()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 629 if (StepValue && (StepValue->isOne() || StepValue->isMinusOne())) in getConsecutiveDirection() 641 if (!StepValue->isOne()) in transform() 650 else if (!StepValue->isOne()) in transform()
|