OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__floattisf
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/Unit/
floattisf_test.c
29
int
test__floattisf
(ti_int a, float expected)
function
51
if (
test__floattisf
(0, 0.0F))
54
if (
test__floattisf
(1, 1.0F))
56
if (
test__floattisf
(2, 2.0F))
58
if (
test__floattisf
(-1, -1.0F))
60
if (
test__floattisf
(-2, -2.0F))
63
if (
test__floattisf
(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62F))
65
if (
test__floattisf
(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62F))
68
if (
test__floattisf
(make_ti(0xFFFFFFFFFFFFFFFFLL, 0x8000008000000000LL),
71
if (
test__floattisf
(make_ti(0xFFFFFFFFFFFFFFFFLL, 0x8000010000000000LL)
[
all
...]
Completed in 3541 milliseconds