Searched defs:x2 (Results 1 - 13 of 13) sorted by relevance

/bionic/libm/upstream-netbsd/lib/libm/complex/
H A Dcatanl.c48 long double a, t, x, x2, y; local
56 x2 = x * x;
57 a = 1.0L - x2 - (y * y);
65 a = x2 + (t * t);
70 a = (x2 + (t * t))/a;
H A Dcephes_subrl.c92 long double f, x, x2, y, y2, rn, t; local
102 x2 = 1.0;
112 x2 *= x;
114 t = y2 + x2;
122 x2 *= x;
124 t = y2 - x2;
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dsmisc.c181 ULong *x, *x0, x1, x2; local
189 x1 = x2 = x[n];
192 if (x1 != x2)
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_coshl.c88 long double hi,lo,x2,x4; local
104 x2 = x*x;
106 x4 = x2*x2;
107 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) +
108 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2
[all...]
H A De_sinhl.c87 long double hi,lo,x2,x4; local
107 x2 = x*x;
109 x4 = x2*x2;
110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
111 ((S9*x2 + S7)*x2 + S5)*(x2*
[all...]
H A Ds_tanhl.c115 long double hi,lo,s,x2,x4,z; local
137 x2 = x*x;
139 x4 = x2*x2;
140 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) +
141 ((T11*x2 + T9)*x4 + (T7*x2
[all...]
/bionic/libc/arch-mips/string/
H A Dmemcmp.c158 reg_t x2 = a[2].uli, x3 = a[3].uli; local
164 if (x2 != y2)
165 return do_by_bitfields (x2, y2);
170 x2 = a[6].uli; x3 = a[7].uli;
176 if (x2 != y2)
177 return do_by_bitfields (x2, y2);
187 reg_t x2 = a[2].uli, x3 = a[3].uli; local
193 if (x2 != y2)
194 return do_by_bitfields (x2, y2);
246 reg_t x0 = a[0], x1 = a[1], x2 local
284 reg_t x0 = a[0], x1 = a[1], x2 = a[2], x3 = a[3]; local
[all...]
H A Dmemcpy.c247 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; local
251 a[2] = x2;
267 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3];
270 a[2] = x2;
/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
125 x2 = j2;
142 QUARTERROUND( x2, x6,x10,x14)
146 QUARTERROUND( x2, x7, x8,x13)
151 x2 = PLUS(x2,j2);
169 x2 = XOR(x2,U8TO32_LITTLE(m + 8));
193 U32TO8_LITTLE(c + 8,x2);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_expl.c203 long double x_lo, x2; local
236 x2 = x * x;
245 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 +
251 q = x * x2 * D3 + x2 * x2 * (D4 + x * (D5 + x * (D6 +
/bionic/libc/kernel/uapi/drm/
H A Ddrm.h56 unsigned short x2; member in struct:drm_clip_rect
351 #define DRM_CAP_VBLANK_HIGH_CRTC 0x2
356 #define DRM_PRIME_CAP_EXPORT 0x2
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Ddrm.h56 unsigned short x2; member in struct:drm_clip_rect
351 #define DRM_CAP_VBLANK_HIGH_CRTC 0x2
356 #define DRM_PRIME_CAP_EXPORT 0x2
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Ddrm.h56 unsigned short x2; member in struct:drm_clip_rect
351 #define DRM_CAP_VBLANK_HIGH_CRTC 0x2
356 #define DRM_PRIME_CAP_EXPORT 0x2

Completed in 3838 milliseconds