Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_log10.c44 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y,y2; in __ieee754_log10() local
76 y2 = y*log10_2hi; in __ieee754_log10()
85 w = y2 + val_hi; in __ieee754_log10()
86 val_lo += (y2 - w) + val_hi; in __ieee754_log10()
De_hypotf.c25 float a,b,t1,t2,y1,y2,w; in __ieee754_hypotf() local
74 y2 = b - y1; in __ieee754_hypotf()
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_hypotf()
De_hypot.c57 double a,b,t1,t2,y1,y2,w; in __ieee754_hypot() local
114 y2 = b - y1; in __ieee754_hypot()
118 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_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.h62 unsigned short y2; member