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