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

/barrelfish-master/lib/compiler-rt/test/
H A Dnegsf2vfp_test.c23 int test__negsf2vfp(float a) function
28 printf("error in test__negsf2vfp(%f) = %f, expected %f\n",
37 if (test__negsf2vfp(1.0))
39 if (test__negsf2vfp(HUGE_VALF))
41 if (test__negsf2vfp(0.0))
43 if (test__negsf2vfp(-1.0))

Completed in 25 milliseconds