int _COM_CMPLTd (double a, double b) { return __ltdf2 (a, b) == -1; }
Example #2
0
int __aeabi_dcmplt(double a, double b)
{
	return __ltdf2(a, b);
}