Searched refs:y1 (Results 1 - 19 of 19) sorted by relevance

/bionic/libc/arch-mips/string/
H A Dmemcmp.c159 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; local
162 if (x1 != y1)
163 return do_by_bitfields (x1, y1);
171 y0 = b[4]; y1 = b[5]; y2 = b[6]; y3 = b[7];
174 if (x1 != y1)
175 return do_by_bitfields (x1, y1);
188 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; local
191 if (x1 != y1)
192 return do_by_bitfields (x1, y1);
247 reg_t y0 = b[0], y1 local
285 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; local
[all...]
H A Dmemcpy.c157 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; local
160 a[1].uli = y1;
177 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3];
179 a[1].uli = y1;
H A Dmemmove.c162 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; \
165 a[1].uli = y1; \
176 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; \
178 a[1].uli = y1; \
/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
112 y1 = 0;
113 SET_HIGH_WORD(y1,hb);
114 y2 = b - y1;
118 w = sqrt(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
108 y1 = b;
110 uv.e = y1; uv.bits.manl = 0; y1 = uv.e;
111 y2 = b - y1;
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_hypotf.c25 float a,b,t1,t2,y1,y2,w; local
73 SET_FLOAT_WORD(y1,hb&0xfffff000);
74 y2 = b - y1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_pow.c100 double y1,t1,t2,r,s,t,u,v,w; local
256 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
257 y1 = y;
258 SET_LOW_WORD(y1,0);
259 p_l = (y-y1)*t1+y*t2;
260 p_h = y1*t1;
H A De_powf.c59 float y1,t1,t2,r,s,sn,t,u,v,w; local
202 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
204 SET_FLOAT_WORD(y1,is&0xfffff000);
205 p_l = (y-y1)*t1+y*t2;
206 p_h = y1*t1;
H A Dmath_private.h705 #define __ieee754_y1 y1
/bionic/libc/kernel/uapi/linux/dvb/
H A Dosd.h51 int y1; member in struct:osd_cmd_s
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/dvb/
H A Dosd.h51 int y1; member in struct:osd_cmd_s
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/dvb/
H A Dosd.h51 int y1; member in struct:osd_cmd_s
/bionic/tests/headers/posix/
H A Dmath_h.c342 FUNCTION(y1, double (*f)(double));
/bionic/libc/include/
H A Dmath.h336 double y1(double __x);
/bionic/tools/versioner/current/
H A Dmath.h336 double y1(double __x);
/bionic/tests/
H A Dmath_test.cpp1391 TEST(MATH_TEST, y1) {
1392 ASSERT_DOUBLE_EQ(-HUGE_VAL, y1(0.0));
1393 ASSERT_DOUBLE_EQ(-0.78121282130028868, y1(1.0));
/bionic/libc/kernel/uapi/drm/
H A Ddrm.h55 unsigned short y1; member in struct:drm_clip_rect
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Ddrm.h55 unsigned short y1; member in struct:drm_clip_rect
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Ddrm.h55 unsigned short y1; member in struct:drm_clip_rect

Completed in 316 milliseconds