/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | DfpMath.java | 159 result[0] = base[0].getOne(); in splitPow() 199 result[0] = base[0].getOne().divide(result[0]); in splitPow() 215 Dfp result = base.getOne(); in pow() 250 result = base.getOne().divide(result); in pow() 292 Dfp y = a.getOne(); in expInternal() 293 Dfp x = a.getOne(); in expInternal() 294 Dfp fact = a.getOne(); in expInternal() 516 final Dfp one = x.getOne(); in pow() 678 Dfp fact = a[0].getOne(); in sinInternal() 702 final Dfp one = a[0].getOne(); in cosInternal() [all …]
|
D | Dfp.java | 301 …xdfp = xdfp.divide(new Dfp(field, 4503599627370496l)).add(field.getOne()); // Divide by 2^52, the… in Dfp() 652 public Dfp getOne() { in getOne() method in Dfp 653 return field.getOne(); in getOne() 1011 result = result.add(getOne()); in trunc() 1021 a = newInstance(getOne()); in trunc() 1028 a = newInstance(getOne()); in trunc() 1086 Dfp d = newInstance(getOne()); in power10K() 1112 Dfp d = newInstance(getOne()); in power10() 2257 inc = newInstance(getOne()); in nextAfter() 2267 inc = newInstance(getOne()); in nextAfter() [all …]
|
D | DfpField.java | 406 public Dfp getOne() {
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | FieldLUDecompositionImpl.java | 165 cachedL.setEntry(i, i, field.getOne()); in getL() 192 cachedP.setEntry(i, pivot[i], field.getOne()); in getP() 209 T determinant = even ? field.getOne() : field.getZero().subtract(field.getOne()); in getDeterminant() 424 final T one = field.getOne(); in getInverse()
|
D | ArrayFieldVector.java | 450 final T one = field.getOne(); in mapInv() 459 final T one = field.getOne(); in mapInvToSelf()
|
D | MatrixUtils.java | 163 final T one = field.getOne(); in createFieldIdentityMatrix()
|
D | SparseFieldVector.java | 371 setEntry(i, field.getOne().divide(getEntry(i))); in mapInvToSelf()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
D | Field.java | 49 T getOne(); in getOne() method
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
D | ComplexField.java | 51 public Complex getOne() { in getOne() method in ComplexField
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
D | FractionField.java | 51 public Fraction getOne() { in getOne() method in FractionField
|
D | BigFractionField.java | 51 public BigFraction getOne() { in getOne() method in BigFractionField
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | BigRealField.java | 51 public BigReal getOne() { in getOne() method in BigRealField
|
/external/llvm/unittests/Support/ |
D | BranchProbabilityTest.cpp | 29 EXPECT_EQ(1u << 31, BP::getOne().getNumerator()); in TEST() 30 EXPECT_EQ(1u << 31, BP::getOne().getDenominator()); in TEST() 122 EXPECT_EQ(BP::getOne(), BP(0, 7).getCompl()); in TEST()
|
/external/llvm/include/llvm/Support/ |
D | BranchProbability.h | 51 static BranchProbability getOne() { return BranchProbability(D); } in getOne() function
|
D | ScaledNumber.h | 522 static ScaledNumber getOne() { return ScaledNumber(1, 0); } in getOne() function
|
/external/guice/extensions/mini/test/com/google/inject/mini/ |
D | MiniGuiceTest.java | 127 @Provides @Named("one") A getOne() { in testBindingAnnotations()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 796 SE->getAddExpr(BECount, SE->getOne(IntPtr), SCEV::FlagNUW); in processLoopStridedStore() 927 SE->getAddExpr(BECount, SE->getOne(IntPtrTy), SCEV::FlagNUW); in processLoopStoreOfLoopLoad()
|
D | LoopRerollPass.cpp | 1720 const SCEV *IterCount = SE->getAddExpr(LIBETC, SE->getOne(LIBETC->getType())); in runOnLoop()
|
/external/llvm/lib/CodeGen/ |
D | MachineBlockPlacement.cpp | 444 auto AdjustedSumProb = BranchProbability::getOne(); in collectViableSuccessors() 477 SuccProb = BranchProbability::getOne(); in getAdjustedProbability()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 294 const SCEV *LessOne = SE->getMinusSCEV(S, SE->getOne(S->getType())); in eliminateIVRemainder()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 590 ExitCount = SE->getAddExpr(ExitCount, SE->getOne(CountType)); in convertToCTRLoop()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 902 One = SE.getOne(Denominator->getType()); in SCEVDivision() 2225 const SCEV *One = getOne(Ty); in getAddExpr() 4294 const SCEV *One = getOne(I->getType()); in createNodeForSelectOrPHI() 4308 const SCEV *One = getOne(I->getType()); in createNodeForSelectOrPHI() 5305 const SCEV *TCMul = getAddExpr(ExitCount, getOne(ExitCount->getType())); in getSmallConstantTripMultiple() 7909 getAddRecExpr(getZero(Ty), getOne(Ty), L, NoWrapFlags); in isLoopBackedgeGuardedByCond() 8582 const SCEV *One = getOne(Stride->getType()); in doesIVOverflowOnLT() 8608 const SCEV *One = getOne(Stride->getType()); in doesIVOverflowOnGT() 8631 const SCEV *One = getOne(Step->getType()); in computeBECount()
|
D | DependenceAnalysis.cpp | 375 A = SE->getOne(D->getType()); in setDistance() 2744 Bound[K].Iterations, SE->getOne(Bound[K].Iterations->getType())); in findBoundsLT() 2788 Bound[K].Iterations, SE->getOne(Bound[K].Iterations->getType())); in findBoundsGT()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1257 const SCEV *getOne(Type *Ty) { return getConstant(Ty, 1); }
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 26 static ConstantInt *getOne(Constant *C) { in getOne() function 788 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS; in FoldICmpDivCst()
|