/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/ |
u4.h | 71 __m128i t12, t13; variable in typeref:typename:__m128i 92 t12 = _mm_set1_epi64x(in1213); 95 x_12 = _mm_add_epi64(addv12, t12); 98 t12 = _mm_unpacklo_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 205 t12 = _mm256_add_epi64(addv12, x_12); 208 x_12 = _mm256_unpacklo_epi32(t12, t13); 209 x_13 = _mm256_unpackhi_epi32(t12, t13); 211 t12 = _mm256_unpacklo_epi32(x_12, x_13); 215 x_12 = _mm256_permutevar8x32_epi32(t12, permute);
|
/src/lib/libm/src/ |
e_lgammaf_r.c | 57 t12 = 3.1563205994e-04, /* 0x39a57b6b */ variable in typeref:typename:const float 195 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
|
e_lgamma_r.c | 121 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable in typeref:typename:const double 259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
|
/src/lib/libm/ld80/ |
e_lgammal_r.c | 108 #define t12 (t12u.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 118 t12 = y9 & y11; 120 t14 = t13 ^ t12; 122 t16 = t15 ^ 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 121 t12 = y9 & y11; 123 t14 = t13 ^ t12; 125 t16 = t15 ^ t12;
|
/src/lib/libm/ld128/ |
e_lgammal_r.c | 81 t12 = 8.78232634717681264035014878172485575e-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+
|
/src/sys/arch/alpha/include/ |
asm.h | 86 #define t12 $27 /* (T) another temporary */ macro 266 bsr ra,exception_save_regs /* jmp/CALL trashes pv/t12 */
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_dev.h | 647 uint32_t t12; member in struct:qxl_transform
|