OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__muldf3vfp
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
muldf3vfp_test.c
22
int
test__muldf3vfp
(double a, double b)
function
27
printf("error in
test__muldf3vfp
(%f, %f) = %f, expected %f\n",
36
if (
test__muldf3vfp
(0.5, 10.0))
38
if (
test__muldf3vfp
(-0.5, -2.0))
40
if (
test__muldf3vfp
(HUGE_VALF, 0.25))
42
if (
test__muldf3vfp
(-0.125, HUGE_VALF))
44
if (
test__muldf3vfp
(0.0, -0.0))
/frameworks/compile/libbcc/runtime/test/Unit/
muldf3vfp_test.c
22
int
test__muldf3vfp
(double a, double b)
function
27
printf("error in
test__muldf3vfp
(%f, %f) = %f, expected %f\n",
36
if (
test__muldf3vfp
(0.5, 10.0))
38
if (
test__muldf3vfp
(-0.5, -2.0))
40
if (
test__muldf3vfp
(HUGE_VALF, 0.25))
42
if (
test__muldf3vfp
(-0.125, HUGE_VALF))
44
if (
test__muldf3vfp
(0.0, -0.0))
Completed in 1037 milliseconds