HomeSort by relevance Sort by last modified time
    Searched defs:rounded (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java 64 BigDecimal rounded = bigDecimal.round(new MathContext(2, RoundingMode.FLOOR)); local
65 assertEquals("0.99", rounded.toString());
  /external/v8/tools/
generate-ten-powers.scm 79 (define (rounded-/bx x y)
112 (v (rounded-/bx two^e ten^i))
  /external/v8/src/mips/
simulator-mips.cc 957 bool Simulator::set_fcsr_round_error(double original, double rounded) {
959 rounded > LONG_MAX ||
960 rounded < LONG_MIN) {
963 } else if (original != static_cast<double>(rounded)) {
1681 double rounded = fs > 0 ? floor(fs + 0.5) : ceil(fs - 0.5); local
1700 double rounded = floor(fs); local
1710 double rounded = ceil(fs); local
1732 double rounded = fs > 0 ? floor(fs + 0.5) : ceil(fs - 0.5); local
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 

Completed in 5312 milliseconds