OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__divdf3vfp
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/libbcc/runtime/test/Unit/
divdf3vfp_test.c
22
int
test__divdf3vfp
(double a, double b)
function
27
printf("error in
test__divdf3vfp
(%f, %f) = %f, expected %f\n",
36
if (
test__divdf3vfp
(1.0, 1.0))
38
if (
test__divdf3vfp
(12345.678, 1.23))
40
if (
test__divdf3vfp
(-10.0, 0.25))
42
if (
test__divdf3vfp
(10.0, -2.0))
Completed in 458 milliseconds