Searched refs:test__aeabi_cfcmpeq (Results 1 - 1 of 1) sorted by relevance
/external/compiler-rt/test/builtins/Unit/arm/ |
H A D | 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. [all...] |
Completed in 264 milliseconds