Searched refs:guardbit (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/arch/hppa/spmath/ |
H A D | sfmpy.c | 30 register int inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local 211 guardbit = Sbit24(opnd3); 212 inexact = guardbit | stickybit; 232 if (guardbit && 304 if (guardbit && (stickybit || 319 Sgl_denormalize(opnd3,dest_exponent,guardbit,stickybit,inexact); 333 if (guardbit && (stickybit ||
|
H A D | sfdiv.c | 30 register int inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local 228 if (Sgl_iszero_sign(opnd1)) guardbit = TRUE; 231 inexact = guardbit | stickybit; 248 if (guardbit && 319 if (guardbit && (stickybit || 334 Sgl_denormalize(opnd3,dest_exponent,guardbit,stickybit,inexact); 350 if (guardbit && (stickybit ||
|
H A D | dfmpy.c | 32 register int inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local 226 guardbit = (Dallp2(opnd3p2) << 24) >> 31; 227 inexact = guardbit | stickybit; 247 if (guardbit && 321 if (guardbit && (stickybit || 336 Dbl_denormalize(opnd3p1,opnd3p2,dest_exponent,guardbit, 353 if (guardbit && (stickybit ||
|
H A D | dfdiv.c | 32 register int inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local 235 if (Dbl_iszero_sign(opnd1p1)) guardbit = TRUE; 238 inexact = guardbit | stickybit; 255 if (guardbit && (stickybit || 329 if (guardbit && (stickybit || 344 Dbl_denormalize(opnd3p1,opnd3p2,dest_exponent,guardbit, 361 if (guardbit && (stickybit ||
|
H A D | fcnvff.c | 118 register int inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local 166 Dbl_to_sgl_mantissa(srcp1,srcp2,dest_mantissa,inexact,guardbit, 177 guardbit,stickybit,lsb_odd); 184 dest_mantissa,inexact,guardbit,stickybit,lsb_odd, 200 if (guardbit) {
|
H A D | sfsqrt.c | 31 register int guardbit = FALSE, even_exponent; local 125 guardbit = Sgl_lowmantissa(result); 136 if (guardbit) {
|
H A D | dfsqrt.c | 32 register int guardbit = FALSE, even_exponent; local 134 guardbit = Dbl_lowmantissap2(resultp2); 145 if (guardbit) {
|