OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__floatundisf
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
floatundisf_test.c
27
int
test__floatundisf
(du_int a, float expected)
function
42
if (
test__floatundisf
(0, 0.0F))
45
if (
test__floatundisf
(1, 1.0F))
47
if (
test__floatundisf
(2, 2.0F))
50
if (
test__floatundisf
(0x7FFFFF8000000000ULL, 0x1.FFFFFEp+62F))
52
if (
test__floatundisf
(0x7FFFFF0000000000ULL, 0x1.FFFFFCp+62F))
55
if (
test__floatundisf
(0x8000008000000000ULL, 0x1p+63F))
57
if (
test__floatundisf
(0x8000010000000000LL, 0x1.000002p+63F))
60
if (
test__floatundisf
(0x8000000000000000LL, 0x1p+63F))
62
if (
test__floatundisf
(0x8000000000000001LL, 0x1p+63F)
[
all
...]
/frameworks/compile/libbcc/runtime/test/Unit/
floatundisf_test.c
27
int
test__floatundisf
(du_int a, float expected)
function
42
if (
test__floatundisf
(0, 0.0F))
45
if (
test__floatundisf
(1, 1.0F))
47
if (
test__floatundisf
(2, 2.0F))
50
if (
test__floatundisf
(0x7FFFFF8000000000ULL, 0x1.FFFFFEp+62F))
52
if (
test__floatundisf
(0x7FFFFF0000000000ULL, 0x1.FFFFFCp+62F))
55
if (
test__floatundisf
(0x8000008000000000ULL, 0x1p+63F))
57
if (
test__floatundisf
(0x8000010000000000LL, 0x1.000002p+63F))
60
if (
test__floatundisf
(0x8000000000000000LL, 0x1p+63F))
62
if (
test__floatundisf
(0x8000000000000001LL, 0x1p+63F)
[
all
...]
Completed in 104 milliseconds