OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp
69
__m128i
negX
= _mm_sub_epi16(sixteen, allX);
87
a00a10 = _mm_mullo_epi16(a00a10,
negX
);
179
__m128i
negX
= _mm_sub_epi16(sixteen, allX);
197
a00a10 = _mm_mullo_epi16(a00a10,
negX
);
697
__m128i
negX
= _mm_sub_epi16(sixteen, allX);
715
a00a10 = _mm_mullo_epi16(a00a10,
negX
);
/external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp
69
__m128i
negX
= _mm_sub_epi16(sixteen, allX);
87
a00a10 = _mm_mullo_epi16(a00a10,
negX
);
179
__m128i
negX
= _mm_sub_epi16(sixteen, allX);
197
a00a10 = _mm_mullo_epi16(a00a10,
negX
);
697
__m128i
negX
= _mm_sub_epi16(sixteen, allX);
715
a00a10 = _mm_mullo_epi16(a00a10,
negX
);
Completed in 28 milliseconds