Lines Matching refs:threshold
414 | is then loaded with the denormalized exponent threshold for the
428 clrl %d1 |load d1 with ext threshold
440 movew #dbl_thresh,%d1 |put copy of threshold in d1
442 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp
453 movew #sgl_thresh,%d1 |put copy of threshold in d1
455 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp
475 movew %d1,LOCAL_EX(%a0) |load exp with threshold
485 | dnrm_lp --- normalize exponent/mantissa to specified threshold
490 | d1{15:0} denormalization threshold
514 movel %d1,%d0 |copy the denorm threshold
515 subw LOCAL_EX(%a0),%d1 |d1 = threshold - uns exponent
534 movew %d0,LOCAL_EX(%a0) |exponent = denorm threshold
563 movew %d0,LOCAL_EX(%a0) |unsigned exponent = threshold
594 | d1 >= 64 Force the exponent to be the denorm threshold with the
610 | return a zero with the given threshold.