comparetf2.c | 12 // __eqtf2 __getf2 __unordtf2 27 // __getf2(a,b) returns -1 if a < b 35 // Note that __letf2( ) and __getf2( ) are identical except in their handling of 94 COMPILER_RT_ABI enum GE_RESULT __getf2(fp_t a, fp_t b) { function in typeref:typename:COMPILER_RT_ABI enum GE_RESULT 135 return __getf2(a, b);
|