Lines Matching refs:fp_mant
85 * We keep x->fp_mant in locals for the same reason.
163 x3 = x->fp_mant[3];
164 x2 = x->fp_mant[2];
165 x1 = x->fp_mant[1];
166 x0 = x->fp_mant[0];
193 if ((m = y->fp_mant[3]) == 0) {
201 if ((m = y->fp_mant[2]) == 0) {
209 if ((m = y->fp_mant[1]) == 0) {
217 m = y->fp_mant[0]; /* definitely != 0 */
236 x->fp_mant[3] = a3;
237 x->fp_mant[2] = a2;
238 x->fp_mant[1] = a1;
239 x->fp_mant[0] = a0;