OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__floattixf
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
floattixf_test.c
30
int
test__floattixf
(ti_int a, long double expected)
function
52
if (
test__floattixf
(0, 0.0))
55
if (
test__floattixf
(1, 1.0))
57
if (
test__floattixf
(2, 2.0))
59
if (
test__floattixf
(20, 20.0))
61
if (
test__floattixf
(-1, -1.0))
63
if (
test__floattixf
(-2, -2.0))
65
if (
test__floattixf
(-20, -20.0))
68
if (
test__floattixf
(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
70
if (
test__floattixf
(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62)
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
floattixf_test.c
30
int
test__floattixf
(ti_int a, long double expected)
function
52
if (
test__floattixf
(0, 0.0))
55
if (
test__floattixf
(1, 1.0))
57
if (
test__floattixf
(2, 2.0))
59
if (
test__floattixf
(20, 20.0))
61
if (
test__floattixf
(-1, -1.0))
63
if (
test__floattixf
(-2, -2.0))
65
if (
test__floattixf
(-20, -20.0))
68
if (
test__floattixf
(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
70
if (
test__floattixf
(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62)
[
all
...]
Completed in 80 milliseconds