HomeSort by: relevance | last modified time | path
    Searched defs:test__mulsf3vfp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
mulsf3vfp_test.c 22 int test__mulsf3vfp(float a, float b) function in typeref:typename:int
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))
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
mulsf3vfp_test.c 23 int test__mulsf3vfp(float a, float b) function in typeref:typename:int
28 printf("error in test__mulsf3vfp(%f, %f) = %f, expected %f\n",
37 if (test__mulsf3vfp(0.5, 10.0))
39 if (test__mulsf3vfp(-0.5, -2.0))
41 if (test__mulsf3vfp(HUGE_VALF, 0.25))
43 if (test__mulsf3vfp(-0.125, HUGE_VALF))
45 if (test__mulsf3vfp(0.0, -0.0))

Completed in 12 milliseconds