OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__fixunstfdi
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/Unit/
fixunstfdi_test.c
30
int
test__fixunstfdi
(long double a, du_int expected)
function
48
if (
test__fixunstfdi
(0.0, 0))
51
if (
test__fixunstfdi
(0.5, 0))
53
if (
test__fixunstfdi
(0.99, 0))
55
if (
test__fixunstfdi
(1.0, 1))
57
if (
test__fixunstfdi
(1.5, 1))
59
if (
test__fixunstfdi
(1.99, 1))
61
if (
test__fixunstfdi
(2.0, 2))
63
if (
test__fixunstfdi
(2.01, 2))
65
if (
test__fixunstfdi
(-0.5, 0)
[
all
...]
Completed in 190 milliseconds