/external/guava/android/guava/src/com/google/common/math/ |
D | ToDoubleRounder.java | 81 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 88 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 92 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 110 roundCeilingAsDouble = Math.nextUp(roundArbitrarily); in roundToDouble()
|
D | LongMath.java | 1277 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 1284 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 1288 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 1306 roundCeilingAsDouble = Math.nextUp(roundArbitrarily); in roundToDouble()
|
D | DoubleUtils.java | 40 return -Math.nextUp(-d); in nextDown()
|
/external/guava/guava/src/com/google/common/math/ |
D | ToDoubleRounder.java | 81 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 88 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 92 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 110 roundCeilingAsDouble = Math.nextUp(roundArbitrarily); in roundToDouble()
|
D | LongMath.java | 1277 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 1284 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 1288 return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : Math.nextUp(roundArbitrarily); in roundToDouble() 1306 roundCeilingAsDouble = Math.nextUp(roundArbitrarily); in roundToDouble()
|
D | DoubleUtils.java | 40 return -Math.nextUp(-d); in nextDown()
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | BigDecimalMathTest.java | 138 .setExpectation(Math.nextUp(twoToThe53), CEILING, UP, HALF_UP) in testRoundToDouble_maxPreciselyRepresentablePlusOne() 149 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOne() 160 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOneHalf() 171 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP, HALF_DOWN, HALF_UP, HALF_EVEN) in testRoundToDouble_twoToThe54PlusThree()
|
D | DoubleMathTest.java | 504 trueLog2 = StrictMath.nextUp(trueLog2); 511 > StrictMath.abs(StrictMath.pow(2.0, StrictMath.nextUp(trueLog2)) - d)) { 512 trueLog2 = StrictMath.nextUp(trueLog2);
|
D | BigIntegerMathTest.java | 625 .setExpectation(Math.nextUp(twoToThe53), CEILING, UP, HALF_UP) 637 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) 649 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP, HALF_DOWN, HALF_UP, HALF_EVEN)
|
/external/guava/android/guava-tests/test/com/google/common/math/ |
D | BigDecimalMathTest.java | 138 .setExpectation(Math.nextUp(twoToThe53), CEILING, UP, HALF_UP) in testRoundToDouble_maxPreciselyRepresentablePlusOne() 149 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOne() 160 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOneHalf() 171 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP, HALF_DOWN, HALF_UP, HALF_EVEN) in testRoundToDouble_twoToThe54PlusThree()
|
D | DoubleMathTest.java | 504 trueLog2 = StrictMath.nextUp(trueLog2); 511 > StrictMath.abs(StrictMath.pow(2.0, StrictMath.nextUp(trueLog2)) - d)) { 512 trueLog2 = StrictMath.nextUp(trueLog2);
|
D | BigIntegerMathTest.java | 625 .setExpectation(Math.nextUp(twoToThe53), CEILING, UP, HALF_UP) 637 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) 649 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP, HALF_DOWN, HALF_UP, HALF_EVEN)
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/ |
D | OpenLoopClient.java | 211 private static final double DELAY_EPSILON = Math.nextUp(0d);
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 641 Iterator &up() { Pos = DS.nextUp(Pos); return *this; } in up() 677 unsigned nextUp(unsigned P) const;
|
D | RDFGraph.cpp | 795 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp() function in DataFlowGraph::DefStack
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFGraph.h | 679 Iterator &up() { Pos = DS.nextUp(Pos); return *this; } in up() 725 unsigned nextUp(unsigned P) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 679 Iterator &up() { Pos = DS.nextUp(Pos); return *this; } in up() 725 unsigned nextUp(unsigned P) const;
|
D | RDFGraph.cpp | 717 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp() function in DataFlowGraph::DefStack
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 656 public static double nextUp(final double a) { in nextUp() method in FastMath 664 public static float nextUp(final float a) { in nextUp() method in FastMath
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFGraph.cpp | 717 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp() function in DataFlowGraph::DefStack
|