OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cos4
(Results
1 - 4
of
4
) sorted by null
/external/jpeg/
jidctintelsse.c
114
__m128i* tg3, *tg1, *tg2, *
cos4
;
local
179
cos4
=(__m128i*)(M128_cos_4_16);\
208
t6 = _mm_mulhi_epi16(temp, *
cos4
);\
209
t5 = _mm_mulhi_epi16(temp2, *
cos4
);\
/external/qemu/distrib/jpeg-6b/
jidctintelsse.c
114
__m128i* tg3, *tg1, *tg2, *
cos4
;
local
179
cos4
=(__m128i*)(M128_cos_4_16);\
208
t6 = _mm_mulhi_epi16(temp, *
cos4
);\
209
t5 = _mm_mulhi_epi16(temp2, *
cos4
);\
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c
427
double
cos4
= cos(4 * eta);
local
439
+
cos4
* rational_function(x, coeffs[0][2])
444
+
cos4
* rational_function(x, coeffs[1][2])
/external/mesa3d/src/gallium/state_trackers/vega/
arc.c
427
double
cos4
= cos(4 * eta);
local
439
+
cos4
* rational_function(x, coeffs[0][2])
444
+
cos4
* rational_function(x, coeffs[1][2])
Completed in 122 milliseconds