Searched defs:test__mulsf3vfp (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/test/Unit/
H A Dmulsf3vfp_test.c22 int test__mulsf3vfp(float a, float b) function
27 printf("error in test__mulsf3vfp(%f, %f) = %f, expected %f\n",
36 if (test__mulsf3vfp(0.5, 10.0))
38 if (test__mulsf3vfp(-0.5, -2.0))
40 if (test__mulsf3vfp(HUGE_VALF, 0.25))
42 if (test__mulsf3vfp(-0.125, HUGE_VALF))
44 if (test__mulsf3vfp(0.0, -0.0))

Completed in 176 milliseconds