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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
u4.h 71 __m128i t12, t13; variable in typeref:typename:__m128i
93 t13 = _mm_set1_epi64x(in1213);
96 x_13 = _mm_add_epi64(addv13, t13);
99 t13 = _mm_unpackhi_epi32(x_12, x_13);
101 x_12 = _mm_unpacklo_epi32(t12, t13);
102 x_13 = _mm_unpackhi_epi32(t12, t13);
u8.h 180 __m256i t12, t13; variable in typeref:typename:__m256i
206 t13 = _mm256_add_epi64(addv13, x_13);
208 x_12 = _mm256_unpacklo_epi32(t12, t13);
209 x_13 = _mm256_unpackhi_epi32(t12, t13);
212 t13 = _mm256_unpackhi_epi32(x_12, x_13);
216 x_13 = _mm256_permutevar8x32_epi32(t13, permute);
  /src/lib/libm/src/
e_lgammaf_r.c 58 t13 = -3.1275415677e-04, /* 0xb9a3f927 */ variable in typeref:typename:const float
196 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
e_lgamma_r.c 122 t13 = -3.12754168375120860518e-04, /* 0xBF347F24, 0xECC38C38 */ variable in typeref:typename:const double
260 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
  /src/lib/libm/ld80/
e_lgammal_r.c 109 #define t13 (t13u.extu_ld) macro
315 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
  /src/sys/crypto/aes/
aes_ct.c 61 uint32_t t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; local in function:br_aes_ct_bitslice_Sbox
119 t13 = y14 & y17;
120 t14 = t13 ^ t12;
  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 64 __m128i t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; local in function:aes_sse2_bitslice_Sbox
122 t13 = y14 & y17;
123 t14 = t13 ^ t12;
  /src/lib/libm/ld128/
e_lgammal_r.c 82 t13 = -5.54194952796682301220684760591403899e-04L, variable in typeref:typename:const long double
283 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+

Completed in 15 milliseconds