Lines Matching refs:res1
216 double x1 = 0.0L, y1 = 0.0L, res1, dd1;
326 HI(&res1) = HI(&dres1) & 0xffffff00;
329 LO(&res1) = 0;
332 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1;
335 res1 = sqrt (res1);
339 res1 = scl1 * res1;
343 *pz1 = res1;
416 HI(&res1) = HI(&dres1) & 0xffffff00;
417 LO(&res1) = 0;
418 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1;
419 res1 = sqrt (res1);
421 res1 = scl1 * res1;
423 *pz1 = res1;