Searched refs:test__divdf3vfp (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | divdf3vfp_test.c | 23 int test__divdf3vfp(double a, double b) in test__divdf3vfp() function 37 if (test__divdf3vfp(1.0, 1.0)) in main() 39 if (test__divdf3vfp(12345.678, 1.23)) in main() 41 if (test__divdf3vfp(-10.0, 0.25)) in main() 43 if (test__divdf3vfp(10.0, -2.0)) in main()
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | divdf3vfp_test.c | 13 int test__divdf3vfp(double a, double b) in test__divdf3vfp() function 27 if (test__divdf3vfp(1.0, 1.0)) in main() 29 if (test__divdf3vfp(12345.678, 1.23)) in main() 31 if (test__divdf3vfp(-10.0, 0.25)) in main() 33 if (test__divdf3vfp(10.0, -2.0)) in main()
|