OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__fixunsxfsi
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
fixunsxfsi_test.c
31
int
test__fixunsxfsi
(long double a, su_int expected)
function
46
if (
test__fixunsxfsi
(0.0, 0))
49
if (
test__fixunsxfsi
(0.5, 0))
51
if (
test__fixunsxfsi
(0.99, 0))
53
if (
test__fixunsxfsi
(1.0, 1))
55
if (
test__fixunsxfsi
(1.5, 1))
57
if (
test__fixunsxfsi
(1.99, 1))
59
if (
test__fixunsxfsi
(2.0, 2))
61
if (
test__fixunsxfsi
(2.01, 2))
63
if (
test__fixunsxfsi
(-0.5, 0)
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
fixunsxfsi_test.c
31
int
test__fixunsxfsi
(long double a, su_int expected)
function
46
if (
test__fixunsxfsi
(0.0, 0))
49
if (
test__fixunsxfsi
(0.5, 0))
51
if (
test__fixunsxfsi
(0.99, 0))
53
if (
test__fixunsxfsi
(1.0, 1))
55
if (
test__fixunsxfsi
(1.5, 1))
57
if (
test__fixunsxfsi
(1.99, 1))
59
if (
test__fixunsxfsi
(2.0, 2))
61
if (
test__fixunsxfsi
(2.01, 2))
63
if (
test__fixunsxfsi
(-0.5, 0)
[
all
...]
Completed in 178 milliseconds