OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__aeabi_cfcmpeq
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/Unit/arm/
aeabi_cfcmpeq_test.c
24
int
test__aeabi_cfcmpeq
(float a, float b, int expected)
function
40
if (
test__aeabi_cfcmpeq
(1.0, 1.0, 1))
42
if (
test__aeabi_cfcmpeq
(1234.567, 765.4321, 0))
44
if (
test__aeabi_cfcmpeq
(-123.0, -678.0, 0))
46
if (
test__aeabi_cfcmpeq
(0.0, -0.0, 1))
48
if (
test__aeabi_cfcmpeq
(1.0, NAN, 0))
50
if (
test__aeabi_cfcmpeq
(NAN, 1.0, 0))
52
if (
test__aeabi_cfcmpeq
(NAN, NAN, 0))
54
if (
test__aeabi_cfcmpeq
(INFINITY, 1.0, 0))
56
if (
test__aeabi_cfcmpeq
(0.0, INFINITY, 0)
[
all
...]
Completed in 71 milliseconds