inexact 235 arch/m68k/fpsp040/fpsp.h .set inex2_bit,1 | inexact result 2 inexact 236 arch/m68k/fpsp040/fpsp.h .set inex1_bit,0 | inexact result 1 inexact 242 arch/m68k/fpsp040/fpsp.h .set ainex_bit,3 | accrued inexact inexact 264 arch/m68k/fpsp040/fpsp.h .set ainex_mask,0x00000008 | accrued inexact inexact 1621 arch/m68k/ifpsp060/src/fpsp.S # if a disabled overflow occurred and inexact was enabled but the result inexact 12203 arch/m68k/ifpsp060/src/fpsp.S # if underflow or inexact is enabled, then go calculate the EXOP first. inexact 12983 arch/m68k/ifpsp060/src/fpsp.S # if underflow or inexact is enabled, go calculate EXOP first. inexact 13599 arch/m68k/ifpsp060/src/fpsp.S # if underflow or inexact is enabled, go calculate EXOP first. inexact 15679 arch/m68k/ifpsp060/src/fpsp.S # if underflow or inexact is enabled, go calculate EXOP first. inexact 1620 arch/m68k/ifpsp060/src/pfpsp.S # if a disabled overflow occurred and inexact was enabled but the result inexact 8634 arch/m68k/ifpsp060/src/pfpsp.S # if underflow or inexact is enabled, then go calculate the EXOP first. inexact 9414 arch/m68k/ifpsp060/src/pfpsp.S # if underflow or inexact is enabled, go calculate EXOP first. inexact 10030 arch/m68k/ifpsp060/src/pfpsp.S # if underflow or inexact is enabled, go calculate EXOP first. inexact 12110 arch/m68k/ifpsp060/src/pfpsp.S # if underflow or inexact is enabled, go calculate EXOP first. inexact 88 arch/parisc/math-emu/cnv_float.h #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ inexact 92 arch/parisc/math-emu/cnv_float.h inexact = guard | sticky; \ inexact 95 arch/parisc/math-emu/cnv_float.h #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ inexact 100 arch/parisc/math-emu/cnv_float.h inexact = Dallp2(srcB) << 3; \ inexact 101 arch/parisc/math-emu/cnv_float.h guard = inexact >> 31; \ inexact 102 arch/parisc/math-emu/cnv_float.h sticky = inexact << 1; \ inexact 105 arch/parisc/math-emu/cnv_float.h if (inexact) { \ inexact 135 arch/parisc/math-emu/cnv_float.h sticky = inexact; \ inexact 136 arch/parisc/math-emu/cnv_float.h inexact |= guard; \ inexact 143 arch/parisc/math-emu/cnv_float.h inexact = Dallp2(srcB) << (2 + exp); \ inexact 144 arch/parisc/math-emu/cnv_float.h guard = inexact >> 31; \ inexact 145 arch/parisc/math-emu/cnv_float.h sticky = inexact << 1; \ inexact 156 arch/parisc/math-emu/cnv_float.h inexact = Dallp1(srcA) << (34 + exp); \ inexact 157 arch/parisc/math-emu/cnv_float.h guard = inexact >> 31; \ inexact 158 arch/parisc/math-emu/cnv_float.h sticky = (inexact << 1) | Dallp2(srcB); \ inexact 159 arch/parisc/math-emu/cnv_float.h inexact |= Dallp2(srcB); \ inexact 164 arch/parisc/math-emu/cnv_float.h inexact = Dallp1(srcA) | Dallp2(srcB); \ inexact 171 arch/parisc/math-emu/cnv_float.h sticky = inexact; \ inexact 489 arch/parisc/math-emu/dbl_float.h #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ inexact 511 arch/parisc/math-emu/dbl_float.h inexact = guard | sticky; \ inexact 517 arch/parisc/math-emu/dbl_float.h inexact = sticky; \ inexact 95 arch/parisc/math-emu/decode_exc.c boolean inexact; inexact 212 arch/parisc/math-emu/decode_exc.c if (Ibit(Fpu_register[exception_index])) inexact = TRUE; inexact 213 arch/parisc/math-emu/decode_exc.c else inexact = FALSE; inexact 226 arch/parisc/math-emu/decode_exc.c sgl_denormalize(&Fpu_sgl(target),&inexact,Rounding_mode()); inexact 239 arch/parisc/math-emu/decode_exc.c &inexact,Rounding_mode()); inexact 242 arch/parisc/math-emu/decode_exc.c if (inexact) Set_underflowflag(); inexact 249 arch/parisc/math-emu/decode_exc.c if (inexact && Is_inexacttrap_enabled()) { inexact 268 arch/parisc/math-emu/decode_exc.c if (inexact) Set_inexactflag(); inexact 48 arch/parisc/math-emu/denormal.c boolean guardbit = FALSE, stickybit, inexact; inexact 54 arch/parisc/math-emu/denormal.c Sgl_denormalize(opnd,exponent,guardbit,stickybit,inexact); inexact 55 arch/parisc/math-emu/denormal.c if (inexact) { inexact 77 arch/parisc/math-emu/denormal.c *inexactflag = inexact; inexact 89 arch/parisc/math-emu/denormal.c boolean guardbit = FALSE, stickybit, inexact; inexact 96 arch/parisc/math-emu/denormal.c Dbl_denormalize(opndp1,opndp2,exponent,guardbit,stickybit,inexact); inexact 97 arch/parisc/math-emu/denormal.c if (inexact) { inexact 120 arch/parisc/math-emu/denormal.c *inexactflag = inexact; inexact 47 arch/parisc/math-emu/dfadd.c register boolean inexact = FALSE; inexact 448 arch/parisc/math-emu/dfadd.c inexact = TRUE; inexact 491 arch/parisc/math-emu/dfadd.c if (inexact) inexact 499 arch/parisc/math-emu/dfadd.c inexact = TRUE; inexact 506 arch/parisc/math-emu/dfadd.c if(inexact) inexact 43 arch/parisc/math-emu/dfdiv.c register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; inexact 249 arch/parisc/math-emu/dfdiv.c inexact = guardbit | stickybit; inexact 254 arch/parisc/math-emu/dfdiv.c if (inexact && (dest_exponent > 0 || Is_underflowtrap_enabled())) { inexact 286 arch/parisc/math-emu/dfdiv.c if (inexact) inexact 295 arch/parisc/math-emu/dfdiv.c inexact = TRUE; inexact 308 arch/parisc/math-emu/dfdiv.c if (inexact) inexact 317 arch/parisc/math-emu/dfdiv.c if (dest_exponent == 0 && inexact) { inexact 350 arch/parisc/math-emu/dfdiv.c stickybit = inexact; inexact 352 arch/parisc/math-emu/dfdiv.c stickybit,inexact); inexact 355 arch/parisc/math-emu/dfdiv.c if (inexact) { inexact 382 arch/parisc/math-emu/dfdiv.c if (inexact) { inexact 46 arch/parisc/math-emu/dfmpy.c register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; inexact 241 arch/parisc/math-emu/dfmpy.c inexact = guardbit | stickybit; inexact 249 arch/parisc/math-emu/dfmpy.c if (inexact && (dest_exponent>0 || Is_underflowtrap_enabled())) { inexact 281 arch/parisc/math-emu/dfmpy.c if (inexact) inexact 287 arch/parisc/math-emu/dfmpy.c inexact = TRUE; inexact 303 arch/parisc/math-emu/dfmpy.c if (inexact) inexact 312 arch/parisc/math-emu/dfmpy.c if (dest_exponent == 0 && inexact) { inexact 345 arch/parisc/math-emu/dfmpy.c stickybit = inexact; inexact 347 arch/parisc/math-emu/dfmpy.c stickybit,inexact); inexact 350 arch/parisc/math-emu/dfmpy.c if (inexact) { inexact 376 arch/parisc/math-emu/dfmpy.c if (inexact) { inexact 48 arch/parisc/math-emu/dfsub.c register boolean inexact = FALSE, underflowtrap; inexact 451 arch/parisc/math-emu/dfsub.c inexact = TRUE; inexact 494 arch/parisc/math-emu/dfsub.c if (inexact) inexact 502 arch/parisc/math-emu/dfsub.c inexact = TRUE; inexact 509 arch/parisc/math-emu/dfsub.c if(inexact) inexact 136 arch/parisc/math-emu/fcnvff.c register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; inexact 184 arch/parisc/math-emu/fcnvff.c Dbl_to_sgl_mantissa(srcp1,srcp2,dest_mantissa,inexact,guardbit, inexact 194 arch/parisc/math-emu/fcnvff.c Dbl_to_sgl_mantissa(srcp1,srcp2,dest_mantissa,inexact, inexact 202 arch/parisc/math-emu/fcnvff.c dest_mantissa,inexact,guardbit,stickybit,lsb_odd, inexact 209 arch/parisc/math-emu/fcnvff.c if (inexact) { inexact 248 arch/parisc/math-emu/fcnvff.c if (inexact) inexact 255 arch/parisc/math-emu/fcnvff.c inexact = TRUE; inexact 275 arch/parisc/math-emu/fcnvff.c if (inexact) inexact 284 arch/parisc/math-emu/fcnvff.c if (inexact && is_tiny) Set_underflowflag(); inexact 292 arch/parisc/math-emu/fcnvff.c if (inexact) inexact 54 arch/parisc/math-emu/fcnvfu.c register boolean inexact = FALSE; inexact 97 arch/parisc/math-emu/fcnvfu.c inexact = TRUE; inexact 119 arch/parisc/math-emu/fcnvfu.c inexact = TRUE; inexact 134 arch/parisc/math-emu/fcnvfu.c inexact = FALSE; inexact 146 arch/parisc/math-emu/fcnvfu.c inexact = FALSE; inexact 155 arch/parisc/math-emu/fcnvfu.c if (inexact) { inexact 175 arch/parisc/math-emu/fcnvfu.c register boolean inexact = FALSE; inexact 218 arch/parisc/math-emu/fcnvfu.c inexact = TRUE; inexact 240 arch/parisc/math-emu/fcnvfu.c inexact = TRUE; inexact 255 arch/parisc/math-emu/fcnvfu.c inexact = FALSE; inexact 268 arch/parisc/math-emu/fcnvfu.c inexact = FALSE; inexact 276 arch/parisc/math-emu/fcnvfu.c if (inexact) { inexact 293 arch/parisc/math-emu/fcnvfu.c register boolean inexact = FALSE; inexact 336 arch/parisc/math-emu/fcnvfu.c inexact = TRUE; inexact 367 arch/parisc/math-emu/fcnvfu.c inexact = TRUE; inexact 380 arch/parisc/math-emu/fcnvfu.c inexact = FALSE; inexact 392 arch/parisc/math-emu/fcnvfu.c inexact = FALSE; inexact 399 arch/parisc/math-emu/fcnvfu.c if (inexact) { inexact 416 arch/parisc/math-emu/fcnvfu.c register boolean inexact = FALSE; inexact 461 arch/parisc/math-emu/fcnvfu.c inexact = TRUE; inexact 481 arch/parisc/math-emu/fcnvfu.c inexact = TRUE; inexact 496 arch/parisc/math-emu/fcnvfu.c inexact = FALSE; inexact 511 arch/parisc/math-emu/fcnvfu.c inexact = FALSE; inexact 517 arch/parisc/math-emu/fcnvfu.c if (inexact) { inexact 53 arch/parisc/math-emu/fcnvfx.c register boolean inexact = FALSE; inexact 88 arch/parisc/math-emu/fcnvfx.c inexact = TRUE; inexact 112 arch/parisc/math-emu/fcnvfx.c inexact = TRUE; inexact 130 arch/parisc/math-emu/fcnvfx.c if (inexact) { inexact 150 arch/parisc/math-emu/fcnvfx.c register boolean inexact = FALSE; inexact 194 arch/parisc/math-emu/fcnvfx.c inexact = TRUE; inexact 225 arch/parisc/math-emu/fcnvfx.c inexact = TRUE; inexact 251 arch/parisc/math-emu/fcnvfx.c if (inexact) { inexact 271 arch/parisc/math-emu/fcnvfx.c register boolean inexact = FALSE; inexact 307 arch/parisc/math-emu/fcnvfx.c inexact = TRUE; inexact 344 arch/parisc/math-emu/fcnvfx.c inexact = TRUE; inexact 362 arch/parisc/math-emu/fcnvfx.c if (inexact) { inexact 382 arch/parisc/math-emu/fcnvfx.c register boolean inexact = FALSE; inexact 426 arch/parisc/math-emu/fcnvfx.c inexact = TRUE; inexact 457 arch/parisc/math-emu/fcnvfx.c inexact = TRUE; inexact 483 arch/parisc/math-emu/fcnvfx.c if (inexact) { inexact 57 arch/parisc/math-emu/fmpyfadd.c boolean inexact = FALSE, is_tiny = FALSE; inexact 625 arch/parisc/math-emu/fmpyfadd.c inexact = TRUE; inexact 666 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 673 arch/parisc/math-emu/fmpyfadd.c inexact = TRUE; inexact 685 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 692 arch/parisc/math-emu/fmpyfadd.c else if (inexact && is_tiny) Set_underflowflag(); inexact 696 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 716 arch/parisc/math-emu/fmpyfadd.c boolean inexact = FALSE, is_tiny = FALSE; inexact 1285 arch/parisc/math-emu/fmpyfadd.c inexact = TRUE; inexact 1326 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 1333 arch/parisc/math-emu/fmpyfadd.c inexact = TRUE; inexact 1343 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 1350 arch/parisc/math-emu/fmpyfadd.c else if (inexact && is_tiny) Set_underflowflag(); inexact 1354 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 1374 arch/parisc/math-emu/fmpyfadd.c boolean inexact = FALSE, is_tiny = FALSE; inexact 1927 arch/parisc/math-emu/fmpyfadd.c inexact = TRUE; inexact 1967 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 1974 arch/parisc/math-emu/fmpyfadd.c inexact = TRUE; inexact 1984 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 1991 arch/parisc/math-emu/fmpyfadd.c else if (inexact && is_tiny) Set_underflowflag(); inexact 1995 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 2015 arch/parisc/math-emu/fmpyfadd.c boolean inexact = FALSE, is_tiny = FALSE; inexact 2569 arch/parisc/math-emu/fmpyfadd.c inexact = TRUE; inexact 2609 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 2616 arch/parisc/math-emu/fmpyfadd.c inexact = TRUE; inexact 2626 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 2633 arch/parisc/math-emu/fmpyfadd.c else if (inexact && is_tiny) Set_underflowflag(); inexact 2637 arch/parisc/math-emu/fmpyfadd.c if (inexact) inexact 42 arch/parisc/math-emu/frnd.c register boolean inexact = FALSE; inexact 81 arch/parisc/math-emu/frnd.c inexact = TRUE; inexact 107 arch/parisc/math-emu/frnd.c inexact = TRUE; inexact 126 arch/parisc/math-emu/frnd.c if (inexact) { inexact 147 arch/parisc/math-emu/frnd.c register boolean inexact = FALSE; inexact 187 arch/parisc/math-emu/frnd.c inexact = TRUE; inexact 215 arch/parisc/math-emu/frnd.c inexact = TRUE; inexact 234 arch/parisc/math-emu/frnd.c if (inexact) { inexact 48 arch/parisc/math-emu/sfadd.c register boolean inexact = FALSE; inexact 443 arch/parisc/math-emu/sfadd.c inexact = TRUE; inexact 486 arch/parisc/math-emu/sfadd.c if (inexact) inexact 495 arch/parisc/math-emu/sfadd.c inexact = TRUE; inexact 501 arch/parisc/math-emu/sfadd.c if(inexact) inexact 42 arch/parisc/math-emu/sfdiv.c register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; inexact 243 arch/parisc/math-emu/sfdiv.c inexact = guardbit | stickybit; inexact 248 arch/parisc/math-emu/sfdiv.c if (inexact && (dest_exponent > 0 || Is_underflowtrap_enabled())) { inexact 280 arch/parisc/math-emu/sfdiv.c if (inexact) inexact 289 arch/parisc/math-emu/sfdiv.c inexact = TRUE; inexact 302 arch/parisc/math-emu/sfdiv.c if (inexact) inexact 311 arch/parisc/math-emu/sfdiv.c if (dest_exponent == 0 && inexact) { inexact 344 arch/parisc/math-emu/sfdiv.c stickybit = inexact; inexact 345 arch/parisc/math-emu/sfdiv.c Sgl_denormalize(opnd3,dest_exponent,guardbit,stickybit,inexact); inexact 348 arch/parisc/math-emu/sfdiv.c if (inexact) { inexact 374 arch/parisc/math-emu/sfdiv.c if (inexact) { inexact 45 arch/parisc/math-emu/sfmpy.c register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; inexact 227 arch/parisc/math-emu/sfmpy.c inexact = guardbit | stickybit; inexact 235 arch/parisc/math-emu/sfmpy.c if (inexact && (dest_exponent>0 || Is_underflowtrap_enabled())) { inexact 267 arch/parisc/math-emu/sfmpy.c if (inexact) inexact 273 arch/parisc/math-emu/sfmpy.c inexact = TRUE; inexact 289 arch/parisc/math-emu/sfmpy.c if (inexact) inexact 298 arch/parisc/math-emu/sfmpy.c if (dest_exponent == 0 && inexact) { inexact 331 arch/parisc/math-emu/sfmpy.c stickybit = inexact; inexact 332 arch/parisc/math-emu/sfmpy.c Sgl_denormalize(opnd3,dest_exponent,guardbit,stickybit,inexact); inexact 335 arch/parisc/math-emu/sfmpy.c if (inexact) { inexact 362 arch/parisc/math-emu/sfmpy.c if (inexact) { inexact 47 arch/parisc/math-emu/sfsub.c register boolean inexact = FALSE, underflowtrap; inexact 446 arch/parisc/math-emu/sfsub.c inexact = TRUE; inexact 489 arch/parisc/math-emu/sfsub.c if (inexact) inexact 498 arch/parisc/math-emu/sfsub.c inexact = TRUE; inexact 504 arch/parisc/math-emu/sfsub.c if(inexact) inexact 289 arch/parisc/math-emu/sgl_float.h #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ inexact 294 arch/parisc/math-emu/sgl_float.h inexact = guard | sticky; \ inexact 300 arch/parisc/math-emu/sgl_float.h inexact = sticky; \