Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-netbsd/lib/libm/complex/
Dcephes_subrl.c92 long double f, x, x2, y, y2, rn, t; in _ctansl() local
103 y2 = 1.0; in _ctansl()
113 y2 *= y; in _ctansl()
114 t = y2 + x2; in _ctansl()
123 y2 *= y; in _ctansl()
124 t = y2 - x2; in _ctansl()
/bionic/libm/upstream-freebsd/lib/msun/src/
De_log10.c44 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y,y2; in log10() local
76 y2 = y*log10_2hi; in log10()
85 w = y2 + val_hi; in log10()
86 val_lo += (y2 - w) + val_hi; in log10()
De_hypotf.c25 float a,b,t1,t2,y1,y2,w; in hypotf() local
74 y2 = b - y1; in hypotf()
77 w = sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b))); in hypotf()
De_hypot.c57 double a,b,t1,t2,y1,y2,w; in hypot() local
114 y2 = b - y1; in hypot()
118 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b))); in hypot()
De_hypotl.c51 long double a=x,b=y,t1,t2,y1,y2,w; in hypotl() local
111 y2 = b - y1; in hypotl()
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
/bionic/libc/kernel/uapi/drm/
Ddrm_mode.h487 __s32 y2; member
Ddrm.h47 unsigned short y2; member