OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__fixsfdi
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
fixsfdi_test.c
27
int
test__fixsfdi
(float a, di_int expected)
function
41
if (
test__fixsfdi
(0.0F, 0))
44
if (
test__fixsfdi
(0.5F, 0))
46
if (
test__fixsfdi
(0.99F, 0))
48
if (
test__fixsfdi
(1.0F, 1))
50
if (
test__fixsfdi
(1.5F, 1))
52
if (
test__fixsfdi
(1.99F, 1))
54
if (
test__fixsfdi
(2.0F, 2))
56
if (
test__fixsfdi
(2.01F, 2))
58
if (
test__fixsfdi
(-0.5F, 0)
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
fixsfdi_test.c
27
int
test__fixsfdi
(float a, di_int expected)
function
41
if (
test__fixsfdi
(0.0F, 0))
44
if (
test__fixsfdi
(0.5F, 0))
46
if (
test__fixsfdi
(0.99F, 0))
48
if (
test__fixsfdi
(1.0F, 1))
50
if (
test__fixsfdi
(1.5F, 1))
52
if (
test__fixsfdi
(1.99F, 1))
54
if (
test__fixsfdi
(2.0F, 2))
56
if (
test__fixsfdi
(2.01F, 2))
58
if (
test__fixsfdi
(-0.5F, 0)
[
all
...]
Completed in 775 milliseconds