Lines Matching refs:exponent
58 bicw3 $0x807f,%r0,%r2 # mask off the exponent of x
68 bicw3 $0x807f,%r0,%r2 # mask off the exponent of x
90 bicl3 $0xffff807f,4(%ap),%r0 # mask off the exponent of x
92 ashl $-7,%r0,%r0 # get the bias exponent
93 subl2 $129,%r0 # get the unbias exponent
191 movw $0x1c80,-4(%fp) #nx := 57 (exponent field)
204 bicw3 $0x807f,%r0,%r8 #xexp= exponent of x
205 bicw3 $0x807f,%r2,%r9 #yexp= exponent fo y
207 subw2 $0x0c80,%r8 #k=xexp-yexp-25(exponent bit field)
240 bicw3 $0x807f,%r0,%r8 #%r8=exponent of x
241 bicw2 $0x7f80,%r0 #clear the exponent of x
247 bisw2 %r8,%r0 /* put %r8 into x's exponent field */