Home
last modified time | relevance | path

Searched refs:test__divdf3vfp (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Ddivdf3vfp_test.c23 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/
Ddivdf3vfp_test.c13 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()