Searched refs:yy1 (Results 1 – 3 of 3) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/ld/ld128/ |
D | e_hypotl.c | 50 long double a,b,t1,t2,yy1,y2,w; in hypotl() local 107 yy1 = 0; in hypotl() 108 SET_LDOUBLE_MSW64(yy1,hb); in hypotl() 109 y2 = b - yy1; in hypotl() 113 w = sqrtl(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
|
D | e_powl.c | 146 long double yy1, t1, t2, r, s, t, u, v, w; in powl() local 378 yy1 = y; in powl() 379 o.value = yy1; in powl() 382 yy1 = o.value; in powl() 383 p_l = (y - yy1) * t1 + y * t2; in powl() 384 p_h = yy1 * t1; in powl()
|
/picolibc-3.5.0-3.4.0/newlib/libm/ld/ld80/ |
D | e_hypotl.c | 50 long double a,b,t1,t2,yy1,y2,w; in hypotl() local 110 SET_LDOUBLE_WORDS(yy1,eb,high,0); in hypotl() 111 y2 = b - yy1; in hypotl() 115 w = sqrtl(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
|