comparetf2.c | 13 // __letf2 __gttf2 22 // __letf2(a,b) returns -1 if a < b 35 // Note that __letf2( ) and __getf2( ) are identical except in their handling of 51 COMPILER_RT_ABI enum LE_RESULT __letf2(fp_t a, fp_t b) { function in typeref:typename:COMPILER_RT_ABI enum LE_RESULT 84 FNALIAS(__cmptf2, __letf2); 123 return __letf2(a, b); 127 return __letf2(a, b); 131 return __letf2(a, b);
|