Searched defs:__lesf2 (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/
H A Dcomparesf2.c13 // __lesf2 __gtsf2
22 // __lesf2(a,b) returns -1 if a < b
35 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
50 enum LE_RESULT __lesf2(fp_t a, fp_t b) { function
120 return __lesf2(a, b);
124 return __lesf2(a, b);
128 return __lesf2(a, b);

Completed in 88 milliseconds