HomeSort by: relevance | last modified time | path
    Searched defs:T2 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
buffer_queue_test.cc 103 auto T2 = std::async(std::launch::async, [&] {
  /src/common/lib/libc/hash/sha2/
sha2.c 371 uint32_t T1, T2, *W256;
392 T2 = Sigma0_256(a) + Maj(a, b, c);
400 a = T1 + T2;
415 T2 = Sigma0_256(a) + Maj(a, b, c);
423 a = T1 + T2;
439 a = b = c = d = e = f = g = h = T1 = T2 = 0;
714 uint64_t T1, T2, *W512 = (void *)context->buffer;
733 T2 = Sigma0_512(a) + Maj(a, b, c);
741 a = T1 + T2;
756 T2 = Sigma0_512(a) + Maj(a, b, c)
    [all...]
  /src/lib/libm/ld80/
s_expl.c 121 * Our T1 and T2 are chosen to be approximately the points where method
122 * A and method B have the same accuracy. Tang's T1 and T2 are the
132 T2 = 0.1659; /* ~30.625/128 * log(2) */
190 if (T1 < x && x < T2) {
  /src/lib/libm/ld128/
s_expl.c 106 * Our T1 and T2 are chosen to be approximately the points where method
107 * A and method B have the same accuracy. Tang's T1 and T2 are the
115 * Split the interval [T1, T2] into two intervals [T1, T3] and [T3, T2].
128 T2 = 0.1659, /* ~30.625/128 * log(2) */
233 if (T1 < x && x < T2) {
  /src/usr.bin/rump_dhcpclient/
dhcp.h 65 #define T2 0.875
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 207 xmmi T0, T1, T2, T3, T4, T5, T6, T7, T8;
241 T2 = _mm_loadu_si128((const xmmi *) (const void *) &st->H.hh[8]);
246 H4 = _mm_shuffle_epi32(T2, _MM_SHUFFLE(1, 1, 0, 0));
251 T2 = _mm_loadu_si128((const xmmi *) (const void *) &st->R[0]);
255 T4 = _mm_unpacklo_epi32(T0, T2);
256 T5 = _mm_unpackhi_epi32(T0, T2);
262 T2 = _mm_cvtsi32_si128(1);
263 T4 = _mm_unpacklo_epi32(T0, T2);
264 T5 = _mm_unpackhi_epi32(T0, T2);
318 T2 = H4
685 uint32_t t0, t1, t2, t3, t4, b; local in function:poly1305_blocks
    [all...]

Completed in 35 milliseconds