Searched refs:test__addsf3vfp (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
H A Daddsf3vfp_test.c22 int test__addsf3vfp(float a, float b) function
27 printf("error in test__addsf3vfp(%f, %f) = %f, expected %f\n",
36 if (test__addsf3vfp(1.0, 1.0))
38 if (test__addsf3vfp(HUGE_VALF, HUGE_VALF))
40 if (test__addsf3vfp(0.0, HUGE_VALF))
42 if (test__addsf3vfp(0.0, -0.0))

Completed in 58 milliseconds