Home
last modified time | relevance | path

Searched refs:inA (Results 1 - 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DimportStatementsInterfaces.js8 export module inA {
23 import b = a.inA;
38 import a = A.inA;
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_sse41.c73 static int TTransform_SSE41(const uint8_t* inA, const uint8_t* inB, in TTransform_SSE41() argument
80 const __m128i inA_0 = _mm_loadu_si128((const __m128i*)&inA[BPS * 0]); in TTransform_SSE41()
81 const __m128i inA_1 = _mm_loadu_si128((const __m128i*)&inA[BPS * 1]); in TTransform_SSE41()
82 const __m128i inA_2 = _mm_loadu_si128((const __m128i*)&inA[BPS * 2]); in TTransform_SSE41()
85 // of inA and inB, _mm_loadl_epi64 is still used not to have an out of in TTransform_SSE41()
87 const __m128i inA_3 = _mm_loadl_epi64((const __m128i*)&inA[BPS * 3]); in TTransform_SSE41()
93 // Combine inA and inB (we'll do two transforms in parallel). in TTransform_SSE41()
145 // Separate the transforms of inA and inB. in TTransform_SSE41()
H A Denc_sse2.c1097 static int TTransform_SSE2(const uint8_t* inA, const uint8_t* inB, in TTransform_SSE2() argument
1105 const __m128i inA_0 = _mm_loadl_epi64((const __m128i*)&inA[BPS * 0]); in TTransform_SSE2()
1106 const __m128i inA_1 = _mm_loadl_epi64((const __m128i*)&inA[BPS * 1]); in TTransform_SSE2()
1107 const __m128i inA_2 = _mm_loadl_epi64((const __m128i*)&inA[BPS * 2]); in TTransform_SSE2()
1108 const __m128i inA_3 = _mm_loadl_epi64((const __m128i*)&inA[BPS * 3]); in TTransform_SSE2()
1114 // Combine inA and inB (we'll do two transforms in parallel). in TTransform_SSE2()
1166 // Separate the transforms of inA and inB. in TTransform_SSE2()
/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp112 float inR, float inG, float inB, float inA, in test()
125 p.eval(1, &inR, &inG, &inB, &inA); in test()
127 float actual[4] = { inR, inG, inB, inA }; in test()
111 test(skiatest::Reporter* r, const char* src, float inR, float inG, float inB, float inA, float exR, float exG, float exB, float exA) test() argument

Completed in 9 milliseconds