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

  /external/compiler-rt/test/Unit/
lesf2vfp_test.c 23 int test__lesf2vfp(float a, float b) function
37 if (test__lesf2vfp(0.0, 0.0))
39 if (test__lesf2vfp(1.0, 1.0))
41 if (test__lesf2vfp(-1.0, -2.0))
43 if (test__lesf2vfp(-2.0, -1.0))
45 if (test__lesf2vfp(HUGE_VALF, 1.0))
47 if (test__lesf2vfp(1.0, HUGE_VALF))
  /frameworks/compile/libbcc/runtime/test/Unit/
lesf2vfp_test.c 23 int test__lesf2vfp(float a, float b) function
37 if (test__lesf2vfp(0.0, 0.0))
39 if (test__lesf2vfp(1.0, 1.0))
41 if (test__lesf2vfp(-1.0, -2.0))
43 if (test__lesf2vfp(-2.0, -1.0))
45 if (test__lesf2vfp(HUGE_VALF, 1.0))
47 if (test__lesf2vfp(1.0, HUGE_VALF))

Completed in 554 milliseconds