Lines Matching defs:st1_ptr
53 FPU_REG *st1_ptr, u_char st1_tag)
62 sign2 = getsign(st1_ptr);
71 exponent -= exponent(st1_ptr);
74 FPU_to_exp16(st1_ptr, st1_ptr);
75 exponent -= exponent16(st1_ptr);
79 ((st0_ptr->sigh < st1_ptr->sigh) ||
80 ((st0_ptr->sigh == st1_ptr->sigh) &&
81 (st0_ptr->sigl < st1_ptr->sigl))))) {
85 XSIG_LL(Denom) = significand(st1_ptr);
90 XSIG_LL(Numer) = significand(st1_ptr);
200 significand(st1_ptr) = XSIG_LL(accumulator);
201 setexponent16(st1_ptr, exponent);
203 tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign2);