Home
last modified time | relevance | path

Searched refs:y1 (Results 1 – 18 of 18) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_hypot.c57 double a,b,t1,t2,y1,y2,w; in __ieee754_hypot() local
112 y1 = 0; in __ieee754_hypot()
113 SET_HIGH_WORD(y1,hb); in __ieee754_hypot()
114 y2 = b - y1; in __ieee754_hypot()
118 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_hypot()
De_hypotf.c25 float a,b,t1,t2,y1,y2,w; in __ieee754_hypotf() local
73 SET_FLOAT_WORD(y1,hb&0xfffff000); in __ieee754_hypotf()
74 y2 = b - y1; in __ieee754_hypotf()
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_hypotf()
De_hypotl.c51 long double a=x,b=y,t1,t2,y1,y2,w; in hypotl() local
108 y1 = b; in hypotl()
110 uv.e = y1; uv.bits.manl = 0; y1 = uv.e; in hypotl()
111 y2 = b - y1; in hypotl()
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
De_pow.c100 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local
257 y1 = y; in __ieee754_pow()
258 SET_LOW_WORD(y1,0); in __ieee754_pow()
259 p_l = (y-y1)*t1+y*t2; in __ieee754_pow()
260 p_h = y1*t1; in __ieee754_pow()
De_powf.c59 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local
204 SET_FLOAT_WORD(y1,is&0xfffff000); in __ieee754_powf()
205 p_l = (y-y1)*t1+y*t2; in __ieee754_powf()
206 p_h = y1*t1; in __ieee754_powf()
Dmath_private.h705 #define __ieee754_y1 y1
/bionic/libc/kernel/uapi/linux/dvb/
Dosd.h59 int y1; member
/bionic/libm/
Dlibm.arm64.map267 y1;
Dlibm.x86.map267 y1;
Dlibm.mips64.map267 y1;
Dlibm.x86_64.map267 y1;
Dlibm.mips.map267 y1;
Dlibm.arm.map267 y1;
Dlibm.map.txt266 y1;
/bionic/libm/include/
Dmath.h211 double y1(double);
/bionic/libc/kernel/uapi/drm/
Ddrm.h60 unsigned short y1; member
/bionic/tests/
Dmath_test.cpp1280 TEST(math, y1) { in TEST() argument
1281 ASSERT_DOUBLE_EQ(-HUGE_VAL, y1(0.0)); in TEST()
1282 ASSERT_DOUBLE_EQ(-0.78121282130028868, y1(1.0)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt1190 y1