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

/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/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.h61 unsigned short x2; member in struct:drm_clip_rect
425 #define DRM_CAP_VBLANK_HIGH_CRTC 0x2
431 #define DRM_PRIME_CAP_EXPORT 0x2

Completed in 219 milliseconds