OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__floatuntisf
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
floatuntisf_test.c
29
int
test__floatuntisf
(tu_int a, float expected)
function
51
if (
test__floatuntisf
(0, 0.0F))
54
if (
test__floatuntisf
(1, 1.0F))
56
if (
test__floatuntisf
(2, 2.0F))
58
if (
test__floatuntisf
(20, 20.0F))
61
if (
test__floatuntisf
(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62F))
63
if (
test__floatuntisf
(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62F))
66
if (
test__floatuntisf
(make_ti(0x8000008000000000LL, 0), 0x1.000001p+127F))
68
if (
test__floatuntisf
(make_ti(0x8000000000000800LL, 0), 0x1.0p+127F))
70
if (
test__floatuntisf
(make_ti(0x8000010000000000LL, 0), 0x1.000002p+127F)
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
floatuntisf_test.c
29
int
test__floatuntisf
(tu_int a, float expected)
function
51
if (
test__floatuntisf
(0, 0.0F))
54
if (
test__floatuntisf
(1, 1.0F))
56
if (
test__floatuntisf
(2, 2.0F))
58
if (
test__floatuntisf
(20, 20.0F))
61
if (
test__floatuntisf
(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62F))
63
if (
test__floatuntisf
(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62F))
66
if (
test__floatuntisf
(make_ti(0x8000008000000000LL, 0), 0x1.000001p+127F))
68
if (
test__floatuntisf
(make_ti(0x8000000000000800LL, 0), 0x1.0p+127F))
70
if (
test__floatuntisf
(make_ti(0x8000010000000000LL, 0), 0x1.000002p+127F)
[
all
...]
Completed in 68 milliseconds