Searched refs:test__aeabi_cfcmple (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/compiler-rt/test/arm/
H A Daeabi_cfcmple_test.c30 int test__aeabi_cfcmple(float a, float b, int expected) function
73 if (test__aeabi_cfcmple(1.0, 1.0, 0))
75 if (test__aeabi_cfcmple(1234.567, 765.4321, 1))
77 if (test__aeabi_cfcmple(765.4321, 1234.567, -1))
79 if (test__aeabi_cfcmple(-123.0, -678.0, 1))
81 if (test__aeabi_cfcmple(-678.0, -123.0, -1))
83 if (test__aeabi_cfcmple(0.0, -0.0, 0))
85 if (test__aeabi_cfcmple(1.0, NAN, 1))
87 if (test__aeabi_cfcmple(NAN, 1.0, 1))
89 if (test__aeabi_cfcmple(NA
[all...]

Completed in 54 milliseconds