Lines Matching defs:p_l
148 long double z, ax, z_h, z_l, p_h, p_l;
351 p_l = v - (p_h - u);
353 z_l = cp_l * p_h + p_l * cp + dp_l[k];
374 p_l = (y - yy1) * t1 + y * t2;
376 z = p_l + p_h;
387 if (p_l + ovt > z - p_h)
400 if (p_l <= z - p_h)
404 /* compute 2**(p_h+p_l) */
414 t = p_l + p_h;
420 v = (p_l - (t - p_h)) * lg2 + t * lg2_l;