HomeSort by relevance Sort by last modified time
    Searched refs:thirteen (Results 1 - 3 of 3) 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/mjsunit/harmony/
regexp-property-scripts.js 20 "It was a bright day in April, and the clocks were striking thirteen");
  /external/v8/test/cctest/
test-api.cc 5100 Local<Value> thirteen = CompileRun("this[13]"); local
    [all...]

Completed in 76 milliseconds