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

  /external/v8/test/mjsunit/compiler/
math-floor-global.js 34 function testFloor(expect, input) {
50 testFloor(0, 0);
51 testFloor(0, zero());
52 testFloor(-0, -0);
53 testFloor(Infinity, Infinity);
54 testFloor(-Infinity, -Infinity);
55 testFloor(NaN, NaN);
68 testFloor(0, 0.1);
69 testFloor(0, 0.49999999999999994);
70 testFloor(0, 0.5)
    [all...]
math-floor-local.js 33 function testFloor(expect, input) {
50 testFloor(0, 0);
51 testFloor(0, zero());
52 testFloor(-0, -0);
53 testFloor(Infinity, Infinity);
54 testFloor(-Infinity, -Infinity);
55 testFloor(NaN, NaN);
68 testFloor(0, 0.1);
69 testFloor(0, 0.49999999999999994);
70 testFloor(0, 0.5)
    [all...]
  /external/v8/test/mjsunit/
math-floor.js 32 function testFloor(expect, input) {
48 testFloor(0, 0);
49 testFloor(0, zero());
50 testFloor(-0, -0);
51 testFloor(Infinity, Infinity);
52 testFloor(-Infinity, -Infinity);
53 testFloor(NaN, NaN);
66 testFloor(0, 0.1);
67 testFloor(0, 0.49999999999999994);
68 testFloor(0, 0.5)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
FloatMathTest.java 33 public void testFloor() {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetNavigationTester.java 176 public void testFloor() {
MapNavigationTester.java 196 public void testFloor() {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetNavigationTester.java 195 public void testFloor() {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 292 milliseconds