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

/barrelfish-master/lib/compiler-rt/test/
H A Ddivdf3vfp_test.c23 int test__divdf3vfp(double a, double b) function
28 printf("error in test__divdf3vfp(%f, %f) = %f, expected %f\n",
37 if (test__divdf3vfp(1.0, 1.0))
39 if (test__divdf3vfp(12345.678, 1.23))
41 if (test__divdf3vfp(-10.0, 0.25))
43 if (test__divdf3vfp(10.0, -2.0))

Completed in 28 milliseconds