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

  /frameworks/compile/libbcc/runtime/test/Unit/
subsf3vfp_test.c 22 int test__subsf3vfp(float a, float b) function
27 printf("error in test__subsf3vfp(%f, %f) = %f, expected %f\n",
36 if (test__subsf3vfp(1.0, 1.0))
38 if (test__subsf3vfp(1234.567, 765.4321))
40 if (test__subsf3vfp(-123.0, -678.0))
42 if (test__subsf3vfp(0.0, -0.0))
  /external/compiler-rt/test/Unit/
subsf3vfp_test.c 22 int test__subsf3vfp(float a, float b) function
27 printf("error in test__subsf3vfp(%f, %f) = %f, expected %f\n",
36 if (test__subsf3vfp(1.0, 1.0))
38 if (test__subsf3vfp(1234.567, 765.4321))
40 if (test__subsf3vfp(-123.0, -678.0))
42 if (test__subsf3vfp(0.0, -0.0))

Completed in 2959 milliseconds