Searched refs:test__divsf3vfp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
H A D | divsf3vfp_test.c | 22 int test__divsf3vfp(float a, float b) in test__divsf3vfp() function 36 if (test__divsf3vfp(1.0, 1.0)) in main() 38 if (test__divsf3vfp(12345.678, 1.23)) in main() 40 if (test__divsf3vfp(0.0, HUGE_VALF)) in main() 42 if (test__divsf3vfp(10.0, -2.0)) in main()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
H A D | divsf3vfp_test.c | 23 int test__divsf3vfp(float a, float b) in test__divsf3vfp() function 37 if (test__divsf3vfp(1.0, 1.0)) in main() 39 if (test__divsf3vfp(12345.678, 1.23)) in main() 41 if (test__divsf3vfp(0.0, HUGE_VALF)) in main() 43 if (test__divsf3vfp(10.0, -2.0)) in main()
|