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