Lines Matching refs:inexact
439 set inex2_bit, 1 # inexact result 2
440 set inex1_bit, 0 # inexact result 1
442 set aiop_bit, 7 # accrued inexact operation bit
446 set ainex_bit, 3 # accrued inexact bit
474 set ainex_mask, 0x00000008 # accrued inexact
524 set INEX_VEC, 0xc4 # inexact vector offset
6673 #Returns PI and inexact exception
6716 # Notes: This will always generate one exception -- inexact. #
6835 # or underflow. The inexact exception is not generated in #
6836 # 6.4. Although one can argue that the inexact flag #
6844 # Notes: For non-zero X, the inexact exception will always be #
6875 # with an inexact result. Thus, 9.5 always raises the #
6876 # inexact together with either overflow or underflow. #
6976 # straightforward 8.2 generates the inexact exception as #
7006 # Notes: 10.2 will always create an inexact and return -1 + tiny #
10047 # result would be inexact for the given precision. make a copy of the
10132 # occurred and has been logged. Now we need to see if an inexact #
10150 # t_inx2(): Handle inexact 060FPLSP exception during emulation. #
10151 # t_pinx2(): Handle inexact 060FPLSP exception for "+" results. #
10152 # t_minx2(): Handle inexact 060FPLSP exception for "-" results. #
10165 # 060FPLSP should be inexact. So, if inexact is enabled, then we create #
10188 btst &inex2_bit,FPCR_ENABLE(%a6) # is inexact enabled?