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

  /external/compiler-rt/test/Unit/
eqdf2vfp_test.c 23 int test__eqdf2vfp(double a, double b) function
37 if (test__eqdf2vfp(0.0, 0.0))
39 if (test__eqdf2vfp(1.0, 1.0))
41 if (test__eqdf2vfp(0.0, 1.0))
43 if (test__eqdf2vfp(-1.0, -1.0))
45 if (test__eqdf2vfp(-1.0, 0.0))
47 if (test__eqdf2vfp(HUGE_VAL, 1.0))
49 if (test__eqdf2vfp(1.0, HUGE_VAL))
  /frameworks/compile/libbcc/runtime/test/Unit/
eqdf2vfp_test.c 23 int test__eqdf2vfp(double a, double b) function
37 if (test__eqdf2vfp(0.0, 0.0))
39 if (test__eqdf2vfp(1.0, 1.0))
41 if (test__eqdf2vfp(0.0, 1.0))
43 if (test__eqdf2vfp(-1.0, -1.0))
45 if (test__eqdf2vfp(-1.0, 0.0))
47 if (test__eqdf2vfp(HUGE_VAL, 1.0))
49 if (test__eqdf2vfp(1.0, HUGE_VAL))

Completed in 1705 milliseconds