Lines Matching refs:st0_ptr
52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag,
61 sign1 = getsign(st0_ptr);
64 exponent = exponent(st0_ptr);
67 FPU_to_exp16(st0_ptr, st0_ptr);
68 exponent = exponent16(st0_ptr);
79 ((st0_ptr->sigh < st1_ptr->sigh) ||
80 ((st0_ptr->sigh == st1_ptr->sigh) &&
81 (st0_ptr->sigl < st1_ptr->sigl))))) {
84 XSIG_LL(Numer) = significand(st0_ptr);
91 XSIG_LL(Denom) = significand(st0_ptr);