• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/

Lines Matching refs:denorm

1426 # or double precision denorm, inf, or nan, the operand needs to be
1479 bne.b fso_dbl_dnrm # it's a skewed denorm
2338 mov.w &0x3c01,%d1 # pass denorm threshold
2339 bsr.l dnrm_lp # denorm it
3132 # denorm operand in the sgl or dbl format. NANs also become skewed, but can't
3328 # denorm operand in the sgl or dbl format. NANs also become skewed and must be
5440 bsr.l norm # normalize the denorm; result is new exp
5476 bsr.l norm # normalize the denorm; result is new exp
5552 bsr.l norm # normalize denorm
5613 bsr.l norm # normalize denorm
5678 bsr.l norm # normalize denorm
5857 # all bit would have been shifted off during the denorm so simply
5897 mov.l %d1, %d0 # copy the denorm threshold
5916 # %d0 = denorm threshold
5939 mov.w %d0, FTEMP_EX(%a0) # exponent = denorm threshold
5968 # %d0 = denorm threshold
5991 mov.w %d0, FTEMP_EX(%a0) # exponent = denorm threshold
6028 # %d0 = denorm threshold
6032 mov.w %d0, FTEMP_EX(%a0) # insert denorm threshold
6496 # a0 = input operand has been converted to a norm, denorm, or #
6523 cmp.w %d0, %d1 # will denorm push exp < 0?
6524 bgt.b unnorm_nrm_zero # yes; denorm only until exp = 0
6817 # unf_res4() for fsglmul/fsgldiv forces the denorm to extended #
6838 bsr.l _denorm # denorm result
6848 bsr.l _round # round the denorm
6900 bsr.l _denorm # denorm result
6908 bsr.l _round # round the denorm
7088 # the source is a denorm and if underflow is enabled, an EXOP must be #
7392 # so, denorm and round and then use generic store single routine to
7621 # so, denorm and round and then use generic store double routine to
7773 tst.b FTEMP_HI(%a0) # is number a denorm?
7775 subq.w &0x1,%d0 # yes; denorm bias = DBL_BIAS - 1
7838 tst.b FTEMP_HI(%a0) # is number a denorm?
7840 subq.w &0x1,%d0 # yes; denorm bias = SGL_BIAS - 1
7883 # bindec is currently scrambling FP_SRC for denorm inputs.
8397 # Multiply: (Zero x Zero) || (Zero x norm) || (Zero x denorm)
8415 # Multiply: (inf x inf) || (inf x norm) || (inf x denorm)
8455 # norm() - normalize mantissa for EXOP on denorm #
9230 # norm() - normalize a denorm to provide EXOP #
9849 # norm() - normalize denorm mantissa to provide EXOP #
9866 # Simply clear sign for extended precision norm. Ext prec denorm #
13579 # to signal denorm. If the input is unnormalized, normalize
13586 clr.b BINDEC_FLG(%a6) # clr norm/denorm flag
13591 # Normalize the denorm
13609 st BINDEC_FLG(%a6) # set flag for denorm
13650 tst.b BINDEC_FLG(%a6) # check for denorm
13896 tst.b BINDEC_FLG(%a6) # check for denorm
14266 tst.b BINDEC_FLG(%a6) # check for denorm