Searched refs:denorm (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | tbldo.S | 63 .long sintd |$01-4 fint denorm inx 72 .long ssinhd |$02-4 fsinh denorm 81 .long snzrinx |$03-4 fintrz denorm inx 108 .long slognp1d |$06-4 flognp1 denorm 126 .long setoxm1d |$08-4 fetoxm1 denorm 135 .long stanhd |$09-4 ftanh denorm 144 .long satand |$0a-4 fatan denorm 162 .long sasind |$0c-4 fasin denorm 171 .long satanhd |$0d-4 fatanh denorm 180 .long ssind |$0e-4 fsin denorm [all …]
|
D | scale.S | 99 tstw %d1 |check for denorm 102 beqs denorm |if zero, result is denorm 123 denorm: label 129 blts nden_exit |if set, not denorm 149 beqs denorm |if zero, result is denorm 163 | The result exponent is below denorm value. Test for catastrophic 207 | mode is rp, and the zero is positive, return smallest denorm. 209 | negative denorm.
|
D | res_func.S | 38 |xref denorm 63 | ;else denorm 90 bne mon_dnrm |else denorm 92 bne normal |require normalization of denorm 605 | condition exists with a very large norm and a denorm. One 651 | if(both operands are denorm) 655 | else(dest is denorm) 661 | else(dest is denorm) 665 | if(both operands are denorm) 695 cmpb #0xff,DNRM_FLG(%a6) |if both ops denorm, [all …]
|
D | round.S | 281 | would go less than 0. In that case the number becomes a denorm - the 330 subl %d0,%d5 |make op a denorm by shifting bits 384 | set (otherwise this would have been tagged a zero not a denorm). 399 | denorm --- denormalize an intermediate result 419 .global denorm 420 denorm: label 446 | ; shifted off in denorm routine) 459 | ; shifted off in denorm routine) 515 movel %d1,%d0 |copy the denorm threshold 535 movew %d0,LOCAL_EX(%a0) |exponent = denorm threshold [all …]
|
D | x_unfl.S | 34 |xref denorm 161 | force the precision to extended for the denorm routine. Use 197 | WARNING: a0 and d0 are assumed to be intact between the denorm and 210 bsrl round |returns rounded denorm at (a0)
|
D | get_op.S | 48 | detects this and tags the number as a denorm. The routine 49 | res_func sees the denorm tag and converts the denorm to a
|
D | util.S | 476 | ;smallest +ext denorm 478 | ;smallest +sgl denorm 480 | ;smallest +dbl denorm 534 leal EXT_PSML,%a1 |answer is negative smallest denorm 549 leal EXT_PSML,%a1 |answer is positive smallest denorm
|
D | slog2.S | 123 bsr slognd | ...log(X), X denorm. 150 bsr slognd | ...log(X), X denorm.
|
D | bindec.S | 173 | to signal denorm. If the input is unnormalized, normalize 179 clrb BINDEC_FLG(%a6) |clr norm/denorm flag 184 | Normalize the denorm 202 st BINDEC_FLG(%a6) |set flag for denorm 243 tstb BINDEC_FLG(%a6) |check for denorm
|
D | do_func.S | 288 | ;00 = norm or denorm 437 bclrl #2,%d0 |alias denorm into norm 438 bclrl #2,%d1 |alias denorm into norm
|
D | slogn.S | 479 | Simply return the denorm
|
D | fpsp.h | 164 .set denorm_bit,7 | bit determines if denorm or unnorm
|
D | srem_mod.S | 384 bra t_avoid_unsupp |check for denorm as a
|
D | gen_except.S | 251 | x is an extended denorm can report an underflow exception.
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 1427 # or double precision denorm, inf, or nan, the operand needs to be 1480 bne.b fso_dbl_dnrm # it's a skewed denorm 3133 # denorm operand in the sgl or dbl format. NANs also become skewed, but can't 4481 short tbl_trans - tbl_trans # $01-5 fint denorm 4490 short ssinhd - tbl_trans # $02-5 fsinh denorm 4499 short tbl_trans - tbl_trans # $03-5 fintrz denorm 4508 short tbl_trans - tbl_trans # $04-5 fsqrt denorm 4526 short slognp1d - tbl_trans # $06-5 flognp1 denorm 4544 short setoxm1d - tbl_trans # $08-5 fetoxm1 denorm 4553 short stanhd - tbl_trans # $09-5 ftanh denorm [all …]
|
D | pfpsp.S | 1426 # or double precision denorm, inf, or nan, the operand needs to be 1479 bne.b fso_dbl_dnrm # it's a skewed denorm 3132 # denorm operand in the sgl or dbl format. NANs also become skewed, but can't 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 [all …]
|
D | fplsp.S | 8553 # Simply return the denorm 8559 # satanhd(): computes the inverse hyperbolic tangent of a denorm input # 8759 bsr slognd # log(X), X denorm. 8804 bsr slognd # log(X), X denorm. 9269 # multiply with a denorm which will cause an unimplemented data type 9798 bsr.l unnorm_fix # convert to norm,denorm,or zero 10893 # a0 = input operand has been converted to a norm, denorm, or # 10920 cmp.w %d0, %d1 # will denorm push exp < 0? 10921 bgt.b unnorm_nrm_zero # yes; denorm only until exp = 0
|