/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
divsf3vfp_test.c | 22 int test__divsf3vfp(float a, float b) function in typeref:typename:int 27 printf("error in test__divsf3vfp(%f, %f) = %f, expected %f\n", 36 if (test__divsf3vfp(1.0, 1.0)) 38 if (test__divsf3vfp(12345.678, 1.23)) 40 if (test__divsf3vfp(0.0, HUGE_VALF)) 42 if (test__divsf3vfp(10.0, -2.0))
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
divsf3vfp_test.c | 23 int test__divsf3vfp(float a, float b) function in typeref:typename:int 28 printf("error in test__divsf3vfp(%f, %f) = %f, expected %f\n", 37 if (test__divsf3vfp(1.0, 1.0)) 39 if (test__divsf3vfp(12345.678, 1.23)) 41 if (test__divsf3vfp(0.0, HUGE_VALF)) 43 if (test__divsf3vfp(10.0, -2.0))
|