/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_sse41.c | 76 __m128i tmp_0, tmp_1, tmp_2, tmp_3; in TTransform_SSE41() local 100 tmp_2 = _mm_cvtepu8_epi16(inAB_2); in TTransform_SSE41() 112 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE41() 115 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE41() 126 VP8Transpose_2_4x4_16b(&b0, &b1, &b2, &b3, &tmp_0, &tmp_1, &tmp_2, &tmp_3); in TTransform_SSE41() 136 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE41() 139 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE41()
|
D | enc_sse2.c | 1100 __m128i tmp_0, tmp_1, tmp_2, tmp_3; in TTransform_SSE2() local 1121 tmp_2 = _mm_unpacklo_epi8(inAB_2, zero); in TTransform_SSE2() 1133 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE2() 1136 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE2() 1147 VP8Transpose_2_4x4_16b(&b0, &b1, &b2, &b3, &tmp_0, &tmp_1, &tmp_2, &tmp_3); in TTransform_SSE2() 1157 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE2() 1160 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE2()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_sse41.c | 76 __m128i tmp_0, tmp_1, tmp_2, tmp_3; in TTransform_SSE41() local 100 tmp_2 = _mm_cvtepu8_epi16(inAB_2); in TTransform_SSE41() 112 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE41() 115 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE41() 126 VP8Transpose_2_4x4_16b(&b0, &b1, &b2, &b3, &tmp_0, &tmp_1, &tmp_2, &tmp_3); in TTransform_SSE41() 136 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE41() 139 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE41()
|
D | enc_sse2.c | 1100 __m128i tmp_0, tmp_1, tmp_2, tmp_3; in TTransform_SSE2() local 1121 tmp_2 = _mm_unpacklo_epi8(inAB_2, zero); in TTransform_SSE2() 1133 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE2() 1136 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE2() 1147 VP8Transpose_2_4x4_16b(&b0, &b1, &b2, &b3, &tmp_0, &tmp_1, &tmp_2, &tmp_3); in TTransform_SSE2() 1157 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE2() 1160 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE2()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/ |
D | cfg.comp | 40 float tmp_2 = 20.0; 41 _11.data = tmp_2;
|
/third_party/openssl/crypto/ec/ |
D | ec_asn1.c | 375 BIGNUM *tmp_1 = NULL, *tmp_2 = NULL; in ec_asn1_group2curve() local 382 if ((tmp_1 = BN_new()) == NULL || (tmp_2 = BN_new()) == NULL) { in ec_asn1_group2curve() 388 if (!EC_GROUP_get_curve(group, NULL, tmp_1, tmp_2, NULL)) { in ec_asn1_group2curve() 405 || BN_bn2binpad(tmp_2, b_buf, len) < 0) { in ec_asn1_group2curve() 442 BN_free(tmp_2); in ec_asn1_group2curve()
|
D | ecp_smpl.c | 246 BIGNUM *a, *b, *order, *tmp_1, *tmp_2; in ec_GFp_simple_group_check_discriminant() local 262 tmp_2 = BN_CTX_get(ctx); in ec_GFp_simple_group_check_discriminant() 290 if (!BN_mod_mul(tmp_2, tmp_1, a, p, ctx)) in ec_GFp_simple_group_check_discriminant() 292 if (!BN_lshift(tmp_1, tmp_2, 2)) in ec_GFp_simple_group_check_discriminant() 296 if (!BN_mod_sqr(tmp_2, b, p, ctx)) in ec_GFp_simple_group_check_discriminant() 298 if (!BN_mul_word(tmp_2, 27)) in ec_GFp_simple_group_check_discriminant() 302 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) in ec_GFp_simple_group_check_discriminant()
|