Searched refs:y1 (Results 1 – 10 of 10) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_hypot.c | 57 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()
|
D | e_hypotf.c | 25 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()
|
D | e_hypotl.c | 51 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()
|
D | e_pow.c | 100 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()
|
D | e_powf.c | 59 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()
|
D | math_private.h | 693 #define __ieee754_y1 y1
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | osd.h | 59 int y1; member
|
/bionic/libm/include/ |
D | math.h | 256 double y1(double);
|
/bionic/tests/ |
D | math_test.cpp | 1249 TEST(math, y1) { in TEST() argument 1250 ASSERT_DOUBLE_EQ(-HUGE_VAL, y1(0.0)); in TEST() 1251 ASSERT_DOUBLE_EQ(-0.78121282130028868, y1(1.0)); in TEST()
|
/bionic/libc/kernel/uapi/drm/ |
D | drm.h | 60 unsigned short y1; member
|