MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / softfloat_le128

Function softfloat_le128

lib/softfloat/source/s_le128.c:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#ifndef softfloat_le128
42
43bool softfloat_le128( uint64_t a64, uint64_t a0, uint64_t b64, uint64_t b0 )
44{
45
46 return (a64 < b64) || ((a64 == b64) && (a0 <= b0));
47
48}
49
50#endif
51

Callers 1

extF80_divFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected