Searched refs:test__ltdf2vfp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
H A D | ltdf2vfp_test.c | 23 int test__ltdf2vfp(double a, double b) in test__ltdf2vfp() function 37 if (test__ltdf2vfp(0.0, 0.0)) in main() 39 if (test__ltdf2vfp(1.0, 1.0)) in main() 41 if (test__ltdf2vfp(-1.0, -1.0)) in main() 43 if (test__ltdf2vfp(HUGE_VAL, 1.0)) in main() 45 if (test__ltdf2vfp(1.0, HUGE_VAL)) in main()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
H A D | ltdf2vfp_test.c | 23 int test__ltdf2vfp(double a, double b) in test__ltdf2vfp() function 37 if (test__ltdf2vfp(0.0, 0.0)) in main() 39 if (test__ltdf2vfp(1.0, 1.0)) in main() 41 if (test__ltdf2vfp(-1.0, -1.0)) in main() 43 if (test__ltdf2vfp(HUGE_VAL, 1.0)) in main() 45 if (test__ltdf2vfp(1.0, HUGE_VAL)) in main()
|