Lines Matching defs:st1_ptr
27 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign)
80 XSIG_LL(yaccum) = significand(st1_ptr);
90 significand(st1_ptr) = XSIG_LL(accumulator);
91 setexponent16(st1_ptr, expon_expon + exponent16(st1_ptr) + 1);
93 tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign ^ st1_sign);
107 FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest)
117 XSIG_LL(yaccum) = significand(st1_ptr);
122 exponent += exponent16(st1_ptr) + 1;
140 changesign(st1_ptr);