OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__fixunssfdi
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/Unit/
fixunssfdi_test.c
29
int
test__fixunssfdi
(float a, du_int expected)
function
44
if (
test__fixunssfdi
(0.0F, 0))
47
if (
test__fixunssfdi
(0.5F, 0))
49
if (
test__fixunssfdi
(0.99F, 0))
51
if (
test__fixunssfdi
(1.0F, 1))
53
if (
test__fixunssfdi
(1.5F, 1))
55
if (
test__fixunssfdi
(1.99F, 1))
57
if (
test__fixunssfdi
(2.0F, 2))
59
if (
test__fixunssfdi
(2.01F, 2))
61
if (
test__fixunssfdi
(-0.5F, 0)
[
all
...]
Completed in 2241 milliseconds