Searched defs:y2 (Results 1 - 5 of 5) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_hypot.c33 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
35 * y1= y with lower 32 bits chopped, y2 = y-y1.
57 double a,b,t1,t2,y1,y2,w; local
114 y2 = b - y1;
118 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_hypotf.c25 float a,b,t1,t2,y1,y2,w; local
74 y2 = b - y1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_hypotl.c51 long double a=x,b=y,t1,t2,y1,y2,w; local
111 y2 = b - y1;
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_log10.c44 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y,y2; local
76 y2 = y*log10_2hi;
85 w = y2 + val_hi;
86 val_lo += (y2 - w) + val_hi;
/bionic/libc/kernel/uapi/drm/
H A Ddrm.h62 unsigned short y2; member in struct:drm_clip_rect

Completed in 183 milliseconds