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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rx/
H A Drx-abi-functions.c46 int _COM_CMPGEf (double, double) __attribute__ ((weak, alias ("_COM_CMPGEd")));
58 int _COM_CMPGEd (double a, double b) __attribute__ ((weak, alias ("_COM_CMPGEf")));
68 int _COM_CMPGEf (float a, float b) { return __gesf2 (a, b) != -1; } function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rx/
H A Drx-abi-functions.c46 int _COM_CMPGEf (double, double) __attribute__ ((weak, alias ("_COM_CMPGEd")));
58 int _COM_CMPGEd (double a, double b) __attribute__ ((weak, alias ("_COM_CMPGEf")));
68 int _COM_CMPGEf (float a, float b) { return __gesf2 (a, b) != -1; } function

Completed in 80 milliseconds