Searched defs:getOne (Results 1 - 14 of 14) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DField.java49 T getOne(); method in interface:Field
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplexField.java51 public Complex getOne() { method in class:ComplexField
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DBigFractionField.java51 public BigFraction getOne() { method in class:BigFractionField
H A DFractionField.java51 public Fraction getOne() { method in class:FractionField
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DBigRealField.java51 public BigReal getOne() { method in class:BigRealField
/external/llvm/include/llvm/Support/
H A DBranchProbability.h51 static BranchProbability getOne() { return BranchProbability(D); } function in class:llvm::BranchProbability
H A DScaledNumber.h522 static ScaledNumber getOne() { return ScaledNumber(1, 0); } function in class:llvm::ScaledNumber
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java301 xdfp = xdfp.divide(new Dfp(field, 4503599627370496l)).add(field.getOne()); // Divide by 2^52, then add one
652 public Dfp getOne() { method in class:Dfp
653 return field.getOne();
1011 result = result.add(getOne());
1021 a = newInstance(getOne());
1028 a = newInstance(getOne());
1086 Dfp d = newInstance(getOne());
1112 Dfp d = newInstance(getOne());
2257 inc = newInstance(getOne());
2267 inc = newInstance(getOne());
[all...]
H A DDfpField.java406 public Dfp getOne() { method in class:DfpField
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1257 const SCEV *getOne(Type *Ty) { return getConstant(Ty, 1); } function in class:llvm::ScalarEvolution
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp26 static ConstantInt *getOne(Constant *C) { function
788 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp40 static ConstantInt *getOne(Constant *C) { function
1229 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 385 milliseconds