Searched refs:roundword (Results 1 – 5 of 5) sorted by relevance
16 uint32 xh, xl, roundword; in test_rint() local45 roundword = 0; in test_rint()47 if (roundword & 1) in test_rint()48 roundword |= 2; /* preserve sticky bit */ in test_rint()49 roundword = (roundword >> 1) | ((xl & 1) << 31); in test_rint()53 if (roundword && roundup) { in test_rint()79 uint32 x, roundword; in test_rintf() local105 roundword = 0; in test_rintf()107 if (roundword & 1) in test_rintf()108 roundword |= 2; /* preserve sticky bit */ in test_rintf()[all …]
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 …]
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()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...