OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__floatsisfvfp
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/libbcc/runtime/test/Unit/
floatsisfvfp_test.c
22
int
test__floatsisfvfp
(int a)
function
27
printf("error in
test__floatsisfvfp
(%d) = %f, expected %f\n",
36
if (
test__floatsisfvfp
(0))
38
if (
test__floatsisfvfp
(1))
40
if (
test__floatsisfvfp
(-1))
42
if (
test__floatsisfvfp
(0x7FFFFFFF))
44
if (
test__floatsisfvfp
(0x80000000))
Completed in 573 milliseconds