Home
last modified time | relevance | path

Searched refs:lastBitMask (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.c1001 lastBitMask = 1; in float32_round_to_int()
1002 lastBitMask <<= 0x96 - aExp; in float32_round_to_int()
1003 roundBitsMask = lastBitMask - 1; in float32_round_to_int()
1006 z += lastBitMask>>1; in float32_round_to_int()
1896 lastBitMask = 1; in float64_round_to_int()
1897 lastBitMask <<= 0x433 - aExp; in float64_round_to_int()
1898 roundBitsMask = lastBitMask - 1; in float64_round_to_int()
1902 z += lastBitMask>>1; in float64_round_to_int()
2712 lastBitMask = 1; in floatx80_round_to_int()
2713 lastBitMask <<= 0x403E - aExp; in floatx80_round_to_int()
[all …]