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

/external/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_cfcmple_test.c27 int test__aeabi_cfcmple(float a, float b, int expected) function
70 if (test__aeabi_cfcmple(1.0, 1.0, 0))
72 if (test__aeabi_cfcmple(1234.567, 765.4321, 1))
74 if (test__aeabi_cfcmple(765.4321, 1234.567, -1))
76 if (test__aeabi_cfcmple(-123.0, -678.0, 1))
78 if (test__aeabi_cfcmple(-678.0, -123.0, -1))
80 if (test__aeabi_cfcmple(0.0, -0.0, 0))
82 if (test__aeabi_cfcmple(1.0, NAN, 1))
84 if (test__aeabi_cfcmple(NAN, 1.0, 1))
86 if (test__aeabi_cfcmple(NA
[all...]

Completed in 2586 milliseconds