Searched refs:lt128 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.c | 3147 if ( lt128( alternateASig0, alternateASig1, aSig0, aSig1 ) in floatx80_rem() 3333 aSign ? lt128( b.high, b.low, a.high, a.low ) in floatx80_lt() 3334 : lt128( a.high, a.low, b.high, b.low ); in floatx80_lt() 3429 aSign ? lt128( b.high, b.low, a.high, a.low ) in floatx80_lt_quiet() 3430 : lt128( a.high, a.low, b.high, b.low ); in floatx80_lt_quiet()
|
H A D | softfloat-macros | 734 INLINE flag lt128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 650 static inline bool lt128(uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1) in lt128() function
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 1056 ret = lt128(a0, a1, b0, b1); in frac128_div() 1277 if (lt128(t0, t1, a0, a1) || in frac64_modrem()
|