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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rx/
H A Drx-abi-functions.c47 int _COM_CMPEQf (double, double) __attribute__ ((weak, alias ("_COM_CMPEQd")));
59 int _COM_CMPEQd (double a, double b) __attribute__ ((weak, alias ("_COM_CMPEQf")));
69 int _COM_CMPEQf (float a, float b) { return __eqsf2 (a, b) == 0; } function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rx/
H A Drx-abi-functions.c47 int _COM_CMPEQf (double, double) __attribute__ ((weak, alias ("_COM_CMPEQd")));
59 int _COM_CMPEQd (double a, double b) __attribute__ ((weak, alias ("_COM_CMPEQf")));
69 int _COM_CMPEQf (float a, float b) { return __eqsf2 (a, b) == 0; } function

Completed in 190 milliseconds