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