Searched refs:roundword (Results 1 – 1 of 1) sorted by relevance
15 uint32 xh, xl, roundword; in test_rint() local44 roundword = 0; in test_rint()46 if (roundword & 1) in test_rint()47 roundword |= 2; /* preserve sticky bit */ in test_rint()48 roundword = (roundword >> 1) | ((xl & 1) << 31); in test_rint()52 if (roundword && roundup) { in test_rint()78 uint32 x, roundword; in test_rintf() local104 roundword = 0; in test_rintf()106 if (roundword & 1) in test_rintf()107 roundword |= 2; /* preserve sticky bit */ in test_rintf()[all …]