OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__floatdixf
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
floatdixf_test.c
28
int
test__floatdixf
(di_int a, long double expected)
function
45
if (
test__floatdixf
(0, 0.0))
48
if (
test__floatdixf
(1, 1.0))
50
if (
test__floatdixf
(2, 2.0))
52
if (
test__floatdixf
(20, 20.0))
54
if (
test__floatdixf
(-1, -1.0))
56
if (
test__floatdixf
(-2, -2.0))
58
if (
test__floatdixf
(-20, -20.0))
61
if (
test__floatdixf
(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
63
if (
test__floatdixf
(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62)
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
floatdixf_test.c
28
int
test__floatdixf
(di_int a, long double expected)
function
45
if (
test__floatdixf
(0, 0.0))
48
if (
test__floatdixf
(1, 1.0))
50
if (
test__floatdixf
(2, 2.0))
52
if (
test__floatdixf
(20, 20.0))
54
if (
test__floatdixf
(-1, -1.0))
56
if (
test__floatdixf
(-2, -2.0))
58
if (
test__floatdixf
(-20, -20.0))
61
if (
test__floatdixf
(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62))
63
if (
test__floatdixf
(0x7FFFFFFFFFFFF800LL, 0x1.FFFFFFFFFFFFEp+62)
[
all
...]
Completed in 130 milliseconds