Searched refs:roundword (Results 1 – 4 of 4) 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 …]
569 java.lang.String roundword=null; in toString() local582 roundword=ROUNDWORDS[r]; in toString()587 …="+digits+" "+"form="+formstr+" "+"lostDigits="+(lostDigits?"1":"0")+" "+"roundingMode="+roundword; in toString()
549 java.lang.String roundword=null; in toString() local562 roundword=ROUNDWORDS[r]; in toString()567 …="+digits+" "+"form="+formstr+" "+"lostDigits="+(lostDigits?"1":"0")+" "+"roundingMode="+roundword; in toString()
570 java.lang.String roundword=null; in toString() local583 roundword=ROUNDWORDS[r]; in toString()588 …="+digits+" "+"form="+formstr+" "+"lostDigits="+(lostDigits?"1":"0")+" "+"roundingMode="+roundword; in toString()