Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_hypot.c57 double a,b,t1,t2,y1,y2,w; in hypot() local
112 y1 = 0; in hypot()
113 SET_HIGH_WORD(y1,hb); in hypot()
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
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_hypotf.c25 float a,b,t1,t2,y1,y2,w; in hypotf() local
73 SET_FLOAT_WORD(y1,hb&0xfffff000); in hypotf()
74 y2 = b - y1; in hypotf()
77 w = sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b))); in hypotf()
De_pow.c104 double y1,t1,t2,r,s,t,u,v,w; in pow() local
261 y1 = y; in pow()
262 SET_LOW_WORD(y1,0); in pow()
263 p_l = (y-y1)*t1+y*t2; in pow()
264 p_h = y1*t1; in pow()
De_powf.c62 float y1,t1,t2,r,s,sn,t,u,v,w; in powf() local
207 SET_FLOAT_WORD(y1,is&0xfffff000); in powf()
208 p_l = (y-y1)*t1+y*t2; in powf()
209 p_h = y1*t1; in powf()
De_jn.c236 if(n==1) return(sign*y1(x)); in yn()
263 b = y1(x); in yn()
De_j1.c143 y1(double x) in y1() function
/bionic/libc/kernel/uapi/linux/dvb/
Dosd.h39 int y1; member
/bionic/tests/headers/posix/
Dmath_h.c342 FUNCTION(y1, double (*f)(double)); in math_h()
/bionic/libm/
Dlibm.map.txt266 y1;
/bionic/libc/kernel/uapi/drm/
Ddrm_mode.h485 __s32 y1; member
Ddrm.h45 unsigned short y1; member
/bionic/libc/include/
Dmath.h333 double y1(double __x);
/bionic/tests/
Dmath_test.cpp1599 TEST(math_h, y1) { in TEST() argument
1600 ASSERT_DOUBLE_EQ(-HUGE_VAL, y1(0.0)); in TEST()
1601 ASSERT_DOUBLE_EQ(-0.78121282130028868, y1(1.0)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt1190 y1