Home
last modified time | relevance | path

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

/bionic/libc/arch-mips/string/
Dmemcmp.c159 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; in unaligned_words() local
162 if (x1 != y1) in unaligned_words()
163 return do_by_bitfields (x1, y1); in unaligned_words()
171 y0 = b[4]; y1 = b[5]; y2 = b[6]; y3 = b[7]; in unaligned_words()
174 if (x1 != y1) in unaligned_words()
175 return do_by_bitfields (x1, y1); in unaligned_words()
188 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; in unaligned_words() local
191 if (x1 != y1) in unaligned_words()
192 return do_by_bitfields (x1, y1); in unaligned_words()
247 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; in aligned_words() local
[all …]
Dmemcpy.c157 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; in unaligned_words() local
160 a[1].uli = y1; in unaligned_words()
177 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; in unaligned_words()
179 a[1].uli = y1; in unaligned_words()
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/
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.c104 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local
261 y1 = y; in __ieee754_pow()
262 SET_LOW_WORD(y1,0); in __ieee754_pow()
263 p_l = (y-y1)*t1+y*t2; in __ieee754_pow()
264 p_h = y1*t1; in __ieee754_pow()
De_powf.c62 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local
207 SET_FLOAT_WORD(y1,is&0xfffff000); in __ieee754_powf()
208 p_l = (y-y1)*t1+y*t2; in __ieee754_powf()
209 p_h = y1*t1; in __ieee754_powf()
Dmath_private.h853 #define __ieee754_y1 y1
/bionic/libc/kernel/uapi/linux/dvb/
Dosd.h51 int y1; member
/bionic/tests/headers/posix/
Dmath_h.c342 FUNCTION(y1, double (*f)(double)); in math_h()
/bionic/libc/kernel/uapi/drm/
Ddrm_mode.h468 __s32 y1; member
Ddrm.h56 unsigned short y1; member
/bionic/libc/include/
Dmath.h336 double y1(double __x);
/bionic/libm/
Dlibm.map.txt266 y1;
/bionic/tests/
Dmath_test.cpp1528 TEST(MATH_TEST, y1) { in TEST() argument
1529 ASSERT_DOUBLE_EQ(-HUGE_VAL, y1(0.0)); in TEST()
1530 ASSERT_DOUBLE_EQ(-0.78121282130028868, y1(1.0)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt1190 y1