Searched defs:x0 (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dsmisc.c181 ULong *x, *x0, x1, x2; local
195 x0 = x;
197 while(x > x0)
H A Dgdtoa.c43 ULong *be, *x, *x0; local
59 x = x0 = b->x;
66 i = x - x0;
67 while(!x0[--i])
/bionic/libc/kernel/uapi/linux/dvb/
H A Dosd.h55 int x0; member in struct:osd_cmd_s
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c55 * approximation centered at the minimum (x0+1) to
93 #define x0 .461632144968362356785 /* xmin - 1 */ macro
139 } else if (x >= 1.0 + LEFT + x0)
192 if (y <= 1.0 + (LEFT + x0)) {
193 yy = ratfun_gam(y - x0, 0);
202 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
210 yy = ratfun_gam(y - x0, 0);
216 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
224 if (x < x0 + LEFT) {
230 t = (one-x0);
[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
123 x0 = j0;
140 QUARTERROUND( x0, x4, x8,x12)
144 QUARTERROUND( x0, x5,x10,x15)
149 x0 = PLUS(x0,j0);
167 x0 = XOR(x0,U8TO32_LITTLE(m + 0));
191 U32TO8_LITTLE(c + 0,x0);

Completed in 500 milliseconds