Lines Matching refs:D2ON28
109 double D2ON28 = ((double*)LCONST)[0]; /* 2 ** 28 */ in __vhypot() local
154 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
156 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
196 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
198 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
222 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
224 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
282 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
284 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
308 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
310 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
327 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
328 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
351 double D2ON28 = ((double*)LCONST)[0]; /* 2 ** 28 */ in __vhypot_n() local
376 x_hi0 = (x0 + D2ON28) - D2ON28; in __vhypot_n()
377 y_hi0 = (y0 + D2ON28) - D2ON28; in __vhypot_n()