T1
uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64];
T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
h = g; g = f; f = e; e = d + T1;
d = c; c = b; b = a; a = T1 + T2;
uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80];
T1 = h + BIGSIGMA1_512(e) + Ch(e, f, g) + SHA512_K[t] + W[t];
h = g; g = f; f = e; e = d + T1;
d = c; c = b; b = a; a = T1 + T2;
T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \
d += T1; \
h = T1 + T2
T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + SHA512_CONST(i) + w; \
d += T1; \
h = T1 + T2
uint32_t T1, T2;
uint64_t T1, T2;
#define Skein_Set_T1(ctxPtr, T1) Skein_Set_Tweak(ctxPtr, 1, T1)
#define Skein_Set_T0_T1(ctxPtr, T0, T1) \
Skein_Set_T1(ctxPtr, (T1)); \
uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64];
T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
h = g; g = f; f = e; e = d + T1;
d = c; c = b; b = a; a = T1 + T2;
uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80];
T1 = h + BIGSIGMA1_512(e) + Ch(e, f, g) + SHA512_K[t] + W[t];
h = g; g = f; f = e; e = d + T1;
d = c; c = b; b = a; a = T1 + T2;
T1 = +1.666666666666666666666666666660876387437e-1L,
r = s - t * (T1 + t * (T2 + t * (T3 + t * (T4 + t * T5))));
r = (x - t * (T1 + t * (T2 + t * (T3 + t * (T4 + t * T5))))) - two;
z = (x * T0) * (T1 + x * x);
z = (y * T0) * (T1 + y * y);
z = (y * T0) * (T1 + y * y);
return ((float)((y * T0) * (T1 + y * y)));
t4 = T2[j2 + 1] + T1[n2 + 1];
t3 = T2[j2] + T1[n2];
static const double T1[] = {
static const double T1[] = { /* T1[j]=(j+3)*log(2)-1 */
ss = T1[m - 3] + T2[j] + u * (two + A1 * (u * u));
static const long double T1[] = {
t4 = T2[j2 + 1] + T1[n2 + 1];
t3 = T2[j2] + T1[n2];