Searched defs:x8 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.c90 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
130 x8 = j8;
139 QUARTERROUND( x0, x4, x8,x12)
145 QUARTERROUND( x2, x7, x8,x13)
156 x8 = PLUS(x8,j8);
174 x8 = XOR(x8,U8TO32_LITTLE(m + 32));
198 U32TO8_LITTLE(c + 32,x8);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c1373 double z, t1, t2, t3, t4, x4, x8; local
1384 x8 = t2 + t3;
1386 xx.l = x8 + t4; /* that will minimized the rounding error in xx.l */
H A Dtgammal.c830 long double z, t1, t2, t3, t4, x4, x8; local
843 x8 = t2 + t3;
844 xx.l = x8 + t4;

Completed in 51 milliseconds