HomeSort by relevance Sort by last modified time
    Searched refs:thirteen (Results 1 - 2 of 2) sorted by null

  /external/crcalc/tests/src/com/hp/creals/
CRTest.java 93 CR thirteen = CR.valueOf(13); local
94 check_eq(one.divide(thirteen).multiply(thirteen), one,
96 check(thirteen.floatValue() == 13.0, "floatValue failed");
97 check(thirteen.intValue() == 13, "intValue failed");
98 check(thirteen.longValue() == 13, "longValue failed");
99 check(thirteen.doubleValue() == 13.0, "doubleValue failed");
133 CR sqrt13 = thirteen.sqrt();
134 check_eq(sqrt13.multiply(sqrt13), thirteen, "sqrt(13)*sqrt(13) failed"); local
  /external/v8/test/cctest/
test-api.cc 4912 Local<Value> thirteen = CompileRun("this[13]"); local
    [all...]

Completed in 159 milliseconds