Searched refs:temp2 (Results 1 - 25 of 151) sorted by relevance

1234567

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp5 // expected-note {{no overload of 'temp2' matching 'void (*)(int)'}}
39 template<class A, class B> B temp2(A);
42 apply(0, &temp2);
43 apply(0, &temp2<>);
44 apply(0, &temp2<int>);
47 apply(0, &temp2<long>); // expected-error {{no matching function for call to 'apply'}}
80 template<class A, class B> B temp2(A);
83 // (even though partial application temp2<int> could in theory
85 invoke(&temp2); // expected-error {{no matching function for call to 'invoke'}}
86 invoke(&temp2<>); // expecte
[all...]
/external/jpeg/
H A Djidctintelsse.c117 __m128i temp, temp2; local
182 temp2 = _mm_mulhi_epi16(x3, *tg3);\
184 temp2 = _mm_adds_epi16(temp2, x3);\
186 tm465 = _mm_subs_epi16(x5, temp2);\
189 temp2 = _mm_mulhi_epi16(x1, *tg1);\
191 tp465 = _mm_subs_epi16(temp2, x7); /*row1*tg1 - row7*/ \
207 temp2 = _mm_subs_epi16(tp65, tm65);\
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\
212 t5 = _mm_adds_epi16(t5, temp2);\
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djidctintelsse.c117 __m128i temp, temp2; local
182 temp2 = _mm_mulhi_epi16(x3, *tg3);\
184 temp2 = _mm_adds_epi16(temp2, x3);\
186 tm465 = _mm_subs_epi16(x5, temp2);\
189 temp2 = _mm_mulhi_epi16(x1, *tg1);\
191 tp465 = _mm_subs_epi16(temp2, x7); /*row1*tg1 - row7*/ \
207 temp2 = _mm_subs_epi16(tp65, tm65);\
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\
212 t5 = _mm_adds_epi16(t5, temp2);\
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_variance_c.c187 uint8_t temp2[68 * 64]; local
195 var_filter_block2d_bil_second_pass(fdata3, temp2, 64, 64, 32, 64, vfilter);
197 return vp9_variance64x32(temp2, 64, dst_ptr, dst_pixels_per_line, sse);
209 uint8_t temp2[68 * 64]; local
218 var_filter_block2d_bil_second_pass(fdata3, temp2, 64, 64, 32, 64, vfilter);
219 comp_avg_pred(temp3, second_pred, 64, 32, temp2, 64);
244 uint8_t temp2[68 * 64]; local
252 var_filter_block2d_bil_second_pass(fdata3, temp2, 32, 32, 64, 32, vfilter);
254 return vp9_variance32x64(temp2, 32, dst_ptr, dst_pixels_per_line, sse);
266 uint8_t temp2[6 local
301 uint8_t temp2[36 * 32]; local
323 uint8_t temp2[36 * 32]; local
358 uint8_t temp2[36 * 32]; local
380 uint8_t temp2[36 * 32]; local
578 uint8_t temp2[20 * 16]; local
603 uint8_t temp2[20 * 16]; local
629 uint8_t temp2[20 * 16]; local
651 uint8_t temp2[20 * 16]; local
673 uint8_t temp2[20 * 16]; local
695 uint8_t temp2[20 * 16]; local
718 uint8_t temp2[68 * 64]; local
740 uint8_t temp2[68 * 64]; local
762 uint8_t temp2[36 * 32]; local
784 uint8_t temp2[36 * 32]; local
926 uint8_t temp2[20 * 16]; local
948 uint8_t temp2[20 * 16]; local
970 uint8_t temp2[20 * 16]; local
992 uint8_t temp2[20 * 16]; local
1014 uint8_t temp2[20 * 16]; local
1036 uint8_t temp2[20 * 16]; local
1060 uint8_t temp2[20 * 16]; local
1082 uint8_t temp2[20 * 16]; local
[all...]
/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc85 double temp1, temp2; local
116 temp2 = step[15] * C9;
117 output[ 8] = temp1 + temp2;
120 temp2 = step[14] * C5;
121 output[ 9] = temp1 - temp2;
124 temp2 = step[13] * C13;
125 output[10] = temp1 + temp2;
128 temp2 = step[12] * C1;
129 output[11] = temp1 - temp2;
132 temp2
[all...]
H A Dvp8_fdct4x4_test.cc42 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); local
43 const int c1 = temp1 - temp2;
60 const int temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16); local
61 const int c1 = temp1 - temp2;
/external/libvpx/libvpx/vp8/common/
H A Dvariance_c.c293 unsigned char temp2[20*16]; local
304 var_filter_block2d_bil_second_pass(FData3, temp2, 4, 4, 4, 4, VFilter);
306 return vp8_variance4x4_c(temp2, 4, dst_ptr, dst_pixels_per_line, sse);
322 unsigned char temp2[20*16]; local
329 var_filter_block2d_bil_second_pass(FData3, temp2, 8, 8, 8, 8, VFilter);
331 return vp8_variance8x8_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse);
346 unsigned char temp2[20*16]; local
353 var_filter_block2d_bil_second_pass(FData3, temp2, 16, 16, 16, 16, VFilter);
355 return vp8_variance16x16_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse);
422 unsigned char temp2[2 local
446 unsigned char temp2[20*16]; local
[all...]
H A Didctllm.c38 int temp1, temp2; local
47 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
48 c1 = temp1 - temp2;
51 temp2 = (ip[12] * sinpi8sqrt2) >> 16;
52 d1 = temp1 + temp2;
73 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16);
74 c1 = temp1 - temp2;
77 temp2 = (ip[3] * sinpi8sqrt2) >> 16;
78 d1 = temp1 + temp2;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c101 int temp1, temp2; local
104 temp2 = (input[0] - input[2]) * cospi_16_64;
106 step[1] = dct_const_round_shift(temp2);
108 temp2 = input[1] * cospi_8_64 + input[3] * cospi_24_64;
110 step[3] = dct_const_round_shift(temp2);
161 int temp1, temp2; local
168 temp2 = input[1] * cospi_4_64 + input[7] * cospi_28_64;
170 step1[7] = dct_const_round_shift(temp2);
172 temp2 = input[5] * cospi_20_64 + input[3] * cospi_12_64;
174 step1[6] = dct_const_round_shift(temp2);
451 int temp1, temp2; local
881 int temp1, temp2; local
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c51 int temp1, temp2; local
66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
67 c1 = temp1 - temp2;
70 temp2 = (ip[12] * sinpi8sqrt2) >> 16;
71 d1 = temp1 + temp2;
98 temp2 = ip[14] + ((ip[14] * cospi8sqrt2minus1) >> 16);
99 c1 = temp1 - temp2;
102 temp2 = (ip[14] * sinpi8sqrt2) >> 16;
103 d1 = temp1 + temp2;
136 temp2
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans32_cols_dspr2.c37 int temp0, temp1, temp2, temp3; local
89 "extp %[temp2], $ac1, 31 \n\t"
96 "sub %[load1], %[temp3], %[temp2] \n\t"
107 "add %[step1_31], %[temp2], %[temp3] \n\t"
111 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3),
150 "extp %[temp2], $ac1, 31 \n\t"
158 "sub %[load2], %[temp2], %[temp3] \n\t"
168 "add %[step1_28], %[temp2], %[temp3] \n\t"
172 [temp2] "
[all...]
H A Dvp9_itrans32_dspr2.c38 int temp0, temp1, temp2, temp3; local
132 "extp %[temp2], $ac1, 31 \n\t"
139 "sub %[load1], %[temp3], %[temp2] \n\t"
150 "add %[step1_31], %[temp2], %[temp3] \n\t"
155 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3),
194 "extp %[temp2], $ac1, 31 \n\t"
202 "sub %[load2], %[temp2], %[temp3] \n\t"
212 "add %[step1_28], %[temp2], %[temp3] \n\t"
217 [temp2] "
[all...]
/external/chromium_org/third_party/sqlite/src/
H A Dmkdll.sh28 grep '_Init$' temp1 >temp2
29 grep '_SafeInit$' temp1 >>temp2
30 grep ' T _sqlite3_' temp1 >>temp2
32 sed 's/^.* T _//' temp2 | sort | uniq >>tclsqlite3.def
/external/chromium/base/
H A Datomicops_internals_mips_gcc.h74 Atomic32 temp, temp2; local
80 "addu %1, %0, %3\n" // temp2 = temp + increment
81 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
83 "addu %1, %0, %3\n" // temp2 = temp + increment
85 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
88 // temp2 now holds the final value.
89 return temp2;
/external/chromium_org/base/
H A Datomicops_internals_mips_gcc.h71 Atomic32 temp, temp2; local
77 "addu %1, %0, %3\n" // temp2 = temp + increment
78 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
80 "addu %1, %0, %3\n" // temp2 = temp + increment
82 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
85 // temp2 now holds the final value.
86 return temp2;
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_mips_gcc.h98 Atomic32 temp, temp2; local
104 "addu %1, %0, %3\n" // temp2 = temp + increment
105 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
107 "addu %1, %0, %3\n" // temp2 = temp + increment
109 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
112 // temp2 now holds the final value.
113 return temp2;
/external/chromium_org/v8/src/
H A Datomicops_internals_mips_gcc.h92 Atomic32 temp, temp2; local
98 "addu %1, %0, %3\n" // temp2 = temp + increment
99 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
101 "addu %1, %0, %3\n" // temp2 = temp + increment
103 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
106 // temp2 now holds the final value.
107 return temp2;
/external/v8/src/
H A Datomicops_internals_mips_gcc.h94 Atomic32 temp, temp2; local
100 "addu %1, %0, %3\n" // temp2 = temp + increment
101 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
103 "addu %1, %0, %3\n" // temp2 = temp + increment
105 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
108 // temp2 now holds the final value.
109 return temp2;
/external/chromium_org/ui/gfx/
H A Dcolor_utils.cc29 int calcHue(double temp1, double temp2, double hue) { argument
37 result = temp1 + (temp2 - temp1) * hue * 6.0;
39 result = temp2;
41 result = temp1 + (temp2 - temp1) * (2.0 / 3.0 - hue) * 6.0;
144 double temp2 = (lightness < 0.5) ? local
147 double temp1 = 2.0 * lightness - temp2;
149 calcHue(temp1, temp2, hue + 1.0 / 3.0),
150 calcHue(temp1, temp2, hue),
151 calcHue(temp1, temp2, hue - 1.0 / 3.0));
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
H A DSweepSphere.java53 temp2 = new Vector3f(), field in class:SweepSphere
99 temp2.set(p1).subtractLocal(line1);
100 temp1.crossLocal(temp2);
102 temp2.set(p2).subtractLocal(line1);
103 temp3.crossLocal(temp2);
175 Vector3f base = temp2.set(l1).subtractLocal(sCenter);
361 temp2.set(center).subtractLocal(other.center);
368 float b = 2f * temp1.dot(temp2);
369 float c = temp2.lengthSquared() - temp3.getX() * temp3.getX();
380 temp2
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmengine.c289 EAS_I32 temp2; local
341 temp2 = FMUL_15x15(temp, p->outputGain);
346 temp2 += *pBuffer;
347 *pBuffer++ = FM_Saturate(temp2);
352 *pBuffer++ = (EAS_I16) temp2;
397 EAS_I32 temp2; local
425 temp2 = FM_Noise(&phase);
428 temp += ((temp2 -temp) * feedback) >> 8;
436 temp2 = FMUL_15x15(temp, (gain >> 16));
439 temp2
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmengine.c289 EAS_I32 temp2; local
341 temp2 = FMUL_15x15(temp, p->outputGain);
346 temp2 += *pBuffer;
347 *pBuffer++ = FM_Saturate(temp2);
352 *pBuffer++ = (EAS_I16) temp2;
397 EAS_I32 temp2; local
425 temp2 = FM_Noise(&phase);
428 temp += ((temp2 -temp) * feedback) >> 8;
436 temp2 = FMUL_15x15(temp, (gain >> 16));
439 temp2
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DCombinerHeightMap.java242 float[] temp2 = map2.getHeightMap();
250 + temp2[i + (j * size)] * factor2);
258 - temp2[i + (j * size)] * factor2);
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_short_idct32x32_add_neon.asm462 ;temp2 = input[1 * 32] * cospi_1_64 + input[31 * 32] * cospi_31_64;
464 ;step1b[31][i] = dct_const_round_shift(temp2);
470 ;temp2 = input[17 * 32] * cospi_17_64 + input[15 * 32] * cospi_15_64;
472 ;step1b[30][i] = dct_const_round_shift(temp2);
488 ;temp2 = step1b[30][i] * cospi_4_64 - step1b[17][i] * cospi_28_64;
490 ;step3[30] = dct_const_round_shift(temp2);
497 ;temp2 = input[9 * 32] * cospi_9_64 + input[23 * 32] * cospi_23_64;
499 ;step1b[29][i] = dct_const_round_shift(temp2);
505 ;temp2 = input[25 * 32] * cospi_25_64 + input[7 * 32] * cospi_7_64;
507 ;step1b[28][i] = dct_const_round_shift(temp2);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c154 struct ureg_dst temp2 = ureg_DECL_temporary(ureg); local
165 ureg_DP3(ureg, temp2, matrow1, ureg_src(temp0));
169 ureg_MUL(ureg, temp2, ureg_src(temp2), ureg_src(temp3));
172 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y), ureg_src(temp2));
181 ureg_MUL(ureg, temp2, ureg_src(temp1), ureg_scalar(coords, TGSI_SWIZZLE_Z));
183 ureg_TEX(ureg, out, TGSI_TEXTURE_1D, ureg_src(temp2), sampler);
187 ureg_release_temporary(ureg, temp2);
205 struct ureg_dst temp2 = ureg_DECL_temporary(ureg); local
216 ureg_DP3(ureg, temp2, matrow
[all...]

Completed in 698 milliseconds

1234567