/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfConvert.cpp | 68 isInfinity (float f) in isInfinity() function 93 if (h.isInfinity()) in halfToUint() 106 if (isInfinity (f) || f > UINT_MAX) in floatToUint()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECPoint.java | 70 …rn h == null || h.equals(ECConstants.ONE) || !ECAlgorithms.referenceMultiply(this, h).isInfinity(); in satisfiesCofactor() 220 || isInfinity() in isNormalized() 232 if (this.isInfinity()) in normalize() 285 public boolean isInfinity() in isInfinity() method in ECPoint 300 if (isInfinity()) in isValid() 326 return isInfinity() in scaleX() 333 return isInfinity() in scaleY() 347 boolean i1 = isInfinity(), i2 = other.isInfinity(); in equals() 407 if (!this.isInfinity()) in hashCode() 422 if (this.isInfinity()) in toString() [all …]
|
D | AbstractECMultiplier.java | 10 if (sign == 0 || p.isInfinity()) in multiply()
|
D | ECCurve.java | 215 if (p.isInfinity()) in importPoint() 436 if (type != 0x00 && p.isInfinity()) in decodePoint() 631 …f (this != p.getCurve() && this.getCoordinateSystem() == ECCurve.COORD_JACOBIAN && !p.isInfinity()) in importPoint()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP192R1Point.java | 70 if (this.isInfinity()) in add() 74 if (b.isInfinity()) in add() 196 if (this.isInfinity()) in twice() 272 if (this.isInfinity()) in twicePlus() 276 if (b.isInfinity()) in twicePlus() 292 if (this.isInfinity() || this.y.isZero()) in threeTimes() 303 if (this.isInfinity()) in negate()
|
D | SecP256R1Point.java | 69 if (this.isInfinity()) in add() 73 if (b.isInfinity()) in add() 194 if (this.isInfinity()) in twice() 270 if (this.isInfinity()) in twicePlus() 274 if (b.isInfinity()) in twicePlus() 290 if (this.isInfinity() || this.y.isZero()) in threeTimes() 301 if (this.isInfinity()) in negate()
|
D | SecP192K1Point.java | 71 if (this.isInfinity()) in add() 75 if (b.isInfinity()) in add() 197 if (this.isInfinity()) in twice() 260 if (this.isInfinity()) in twicePlus() 264 if (b.isInfinity()) in twicePlus() 280 if (this.isInfinity() || this.y.isZero()) in threeTimes() 291 if (this.isInfinity()) in negate()
|
D | SecP384R1Point.java | 69 if (this.isInfinity()) in add() 73 if (b.isInfinity()) in add() 195 if (this.isInfinity()) in twice() 271 if (this.isInfinity()) in twicePlus() 275 if (b.isInfinity()) in twicePlus() 291 if (this.isInfinity() || this.y.isZero()) in threeTimes() 302 if (this.isInfinity()) in negate()
|
D | SecP256K1Point.java | 71 if (this.isInfinity()) in add() 75 if (b.isInfinity()) in add() 197 if (this.isInfinity()) in twice() 260 if (this.isInfinity()) in twicePlus() 264 if (b.isInfinity()) in twicePlus() 280 if (this.isInfinity() || this.y.isZero()) in threeTimes() 291 if (this.isInfinity()) in negate()
|
D | SecP224K1Point.java | 71 if (this.isInfinity()) in add() 75 if (b.isInfinity()) in add() 197 if (this.isInfinity()) in twice() 260 if (this.isInfinity()) in twicePlus() 264 if (b.isInfinity()) in twicePlus() 280 if (this.isInfinity() || this.y.isZero()) in threeTimes() 291 if (this.isInfinity()) in negate()
|
D | SecP224R1Point.java | 69 if (this.isInfinity()) in add() 73 if (b.isInfinity()) in add() 194 if (this.isInfinity()) in twice() 270 if (this.isInfinity()) in twicePlus() 274 if (b.isInfinity()) in twicePlus() 290 if (this.isInfinity() || this.y.isZero()) in threeTimes() 301 if (this.isInfinity()) in negate()
|
D | SecP521R1Point.java | 68 if (this.isInfinity()) in add() 72 if (b.isInfinity()) in add() 190 if (this.isInfinity()) in twice() 265 if (this.isInfinity()) in twicePlus() 269 if (b.isInfinity()) in twicePlus() 285 if (this.isInfinity() || this.y.isZero()) in threeTimes() 326 if (this.isInfinity()) in negate()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/ |
D | ECDHBasicAgreement.java | 50 if (peerPoint.isInfinity()) { in calculateAgreement() 65 if (P.isInfinity()) in calculateAgreement()
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 414 bool isFinite() const { return !isNaN() && !isInfinity(); } in isFinite() 424 bool isInfinity() const { return category == fcInfinity; } in isInfinity() function 519 if (Arg.isInfinity()) in ilogb()
|
/external/opencv3/3rdparty/openexr/Half/ |
D | half.h | 183 bool isInfinity () const; 702 half::isInfinity () const in isInfinity() function
|
D | halfFunction.h | 160 else if (x.isInfinity()) in halfFunction()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
D | ECDSASigner.java | 167 if (point.isInfinity()) in verifySignature()
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 76 EXPECT_TRUE(test.isInfinity()); in TEST() 98 EXPECT_TRUE(test.isInfinity() && test.isNegative()); in TEST() 105 EXPECT_TRUE(test.isInfinity() && !test.isNegative()); in TEST() 115 EXPECT_TRUE(!test.isInfinity() && !test.isNegative()); in TEST() 129 EXPECT_TRUE(test.isInfinity() && test.isNegative()); in TEST() 841 EXPECT_TRUE(APFloat(APFloat::IEEEdouble, "99e99999").isInfinity()); in TEST() 842 EXPECT_TRUE(APFloat(APFloat::IEEEdouble, "-99e99999").isInfinity()); in TEST() 1573 TEST(APFloatTest, isInfinity) { in TEST() argument 1575 EXPECT_FALSE(t.isInfinity()); in TEST() 1576 EXPECT_TRUE(APFloat::getInf(APFloat::IEEEsingle, false).isInfinity()); in TEST() [all …]
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1845 if (LHS.isInfinity() || LHS.isNaN()) { in handleFloatFloatBinOp() 6682 Success(Val.isInfinity() ? (Val.isNegative() ? -1 : 1) : 0, E); in VisitCallExpr() 6688 Success(Val.isInfinity() ? 1 : 0, E); in VisitCallExpr() 8436 if (A.isInfinity() || B.isInfinity()) { in VisitBinaryOperator() 8438 APFloat(A.getSemantics(), A.isInfinity() ? 1 : 0), A); in VisitBinaryOperator() 8440 APFloat(B.getSemantics(), B.isInfinity() ? 1 : 0), B); in VisitBinaryOperator() 8447 if (C.isInfinity() || D.isInfinity()) { in VisitBinaryOperator() 8449 APFloat(C.getSemantics(), C.isInfinity() ? 1 : 0), C); in VisitBinaryOperator() 8451 APFloat(D.getSemantics(), D.isInfinity() ? 1 : 0), D); in VisitBinaryOperator() 8458 if (!Recalc && (AC.isInfinity() || BD.isInfinity() || in VisitBinaryOperator() [all …]
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 279 bool isInfinity() const { return Val.isInfinity(); } in isInfinity() function
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1467 bool isInfinity() const { return Value->isInfinity(); }
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 934 if (C1 && C1->isInfinity()) { in visitCallInst() 957 if (C1 && C1->isInfinity()) { in visitCallInst()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
D | univ.py | 571 def isInfinity(self): return self._value in self._inf member in Real
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1828 if (!C1 || !C1->isInfinity() || C1->isNegative()) in performAndCombine() 1974 if (APF.isInfinity() && !APF.isNegative()) { in performSetCCCombine()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1470 if (Op->getValueAPF().isNaN() || Op->getValueAPF().isInfinity()) in ConstantFoldScalarCall()
|