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

123

/external/quake/quake/src/WinQuake/
H A Dvregset.cpp45 int port, temp0, temp1, temp2; local
63 temp2 = inportb (port);
64 temp2 &= temp0;
65 temp2 |= temp1;
66 outportb (port, temp2);
H A Dr_bsp.cpp81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; local
111 temp2[0][0] = c;
112 temp2[0][1] = 0;
113 temp2[0][2] = -s;
114 temp2[1][0] = 0;
115 temp2[1][1] = 1;
116 temp2[1][2] = 0;
117 temp2[2][0] = s;
118 temp2[2][1] = 0;
119 temp2[
[all...]
/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/libvpx/vp8/encoder/
H A Dvariance_c.c327 unsigned char temp2[20*16]; local
338 var_filter_block2d_bil_second_pass(FData3, temp2, 4, 4, 4, 4, VFilter);
340 return vp8_variance4x4_c(temp2, 4, dst_ptr, dst_pixels_per_line, sse);
356 unsigned char temp2[20*16]; local
363 var_filter_block2d_bil_second_pass(FData3, temp2, 8, 8, 8, 8, VFilter);
365 return vp8_variance8x8_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse);
380 unsigned char temp2[20*16]; local
387 var_filter_block2d_bil_second_pass(FData3, temp2, 16, 16, 16, 16, VFilter);
389 return vp8_variance16x16_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse);
456 unsigned char temp2[2 local
480 unsigned char temp2[20*16]; local
[all...]
/external/libvpx/vp8/common/
H A Didctllm.c35 int temp1, temp2; local
44 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1 + rounding) >> 16);
45 c1 = temp1 - temp2;
48 temp2 = (ip[12] * sinpi8sqrt2 + rounding) >> 16;
49 d1 = temp1 + temp2;
70 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1 + rounding) >> 16);
71 c1 = temp1 - temp2;
74 temp2 = (ip[3] * sinpi8sqrt2 + rounding) >> 16;
75 d1 = temp1 + temp2;
H A Dfilter.c418 unsigned char temp2[16];
421 filter_block2d_bil(src_ptr, temp2, src_pixels_per_line, 4, HFilter, VFilter, 4, 4);
425 if (temp1[i] != temp2[i])
428 filter_block2d_bil(src_ptr, temp2, src_pixels_per_line, 4, HFilter, VFilter, 4, 4);
/external/libvpx/vp8/encoder/arm/neon/
H A Dfastfdct8x4_neon.asm65 vsub.s16 d15, d10, d11 ;temp2 = a1 - b1
82 vadd.s16 q10, q6, q10 ;d20:temp2 = ((c1 * x_c1)>>16) + c1; d21:temp2 = ((d1 * x_c1)>>16) + d1
83 vadd.s16 q15, q2, q15 ;d30:temp2 = ((c1 * x_c1)>>16) + c1; d31:temp2 = ((d1 * x_c1)>>16) + d1
87 vadd.s16 d6, d15, d17 ;op[2] = ((temp2 * x_c2 )>>16) + temp2
88 vadd.s16 d7, d25, d27 ;op[2] = ((temp2 * x_c2 )>>16) + temp2
89 vadd.s16 d4, d18, d21 ;op[1] = temp1 + temp2
[all...]
H A Dfastfdct4x4_neon.asm53 vsub.s16 d11, d6, d7 ;temp2 = a1 - b1
62 vadd.s16 q8, q4, q8 ;d16:temp2 = ((c1 * x_c1)>>16) + c1; d17:temp2 = ((d1 * x_c1)>>16) + d1
65 vadd.s16 d4, d11, d13 ;op[2] = ((temp2 * x_c2 )>>16) + temp2
66 vadd.s16 d3, d14, d17 ;op[1] = temp1 + temp2 -- q is not necessary, just for protection
67 vsub.s16 d5, d15, d16 ;op[3] = temp1 - temp2
82 vsub.s16 d11, d6, d7 ;temp2 = a1 - b1
92 vadd.s16 q8, q4, q8 ;d16:temp2 = ((c1 * x_c1)>>16) + c1; d17:temp2
[all...]
/external/v8/src/
H A Datomicops_internals_mips_gcc.h88 Atomic32 temp, temp2; local
93 "move %1, %0\n" // temp2 = temp
97 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
100 // temp2 now holds the final value.
101 return temp2;
/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/quake/quake/src/QW/client/
H A Dr_bsp.c81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; local
111 temp2[0][0] = c;
112 temp2[0][1] = 0;
113 temp2[0][2] = -s;
114 temp2[1][0] = 0;
115 temp2[1][1] = 1;
116 temp2[1][2] = 0;
117 temp2[2][0] = s;
118 temp2[2][1] = 0;
119 temp2[
[all...]
/external/opencv/cv/src/
H A Dcvkalman.cpp100 CV_CALL( kalman->temp2 = cvCreateMat( MP, DP, CV_32FC1 ));
151 cvReleaseMat( &kalman->temp2 );
213 /* temp2 = H*P'(k) */
215 kalman->error_cov_pre, 0, kalman->temp2 ));
216 /* temp3 = temp2*Ht + R */
217 CV_CALL( cvGEMM( kalman->temp2, kalman->measurement_matrix, 1,
220 /* temp4 = inv(temp3)*temp2 = Kt(k) */
221 CV_CALL( cvSolve( kalman->temp3, kalman->temp2, kalman->temp4, CV_SVD ));
232 /* P(k) = P'(k) - K(k)*temp2 */
233 CV_CALL( cvGEMM( kalman->gain, kalman->temp2,
[all...]
/external/libgsm/src/
H A Drpe.c267 word xmax, xmaxc, temp, temp1, temp2; local
327 temp2 = gsm_NRFAC[ mant ]; /* inverse mantissa */
334 temp = GSM_MULT( temp, temp2 );
361 word temp, temp1, temp2, temp3; local
367 temp2 = gsm_sub( 6, exp ); /* see 4.2-15 for exp */
368 temp3 = gsm_asl( 1, gsm_sub( temp2, 1 ));
381 *xMp++ = gsm_asr( temp, temp2 );
/external/webkit/Source/WebCore/platform/graphics/
H A DColor.cpp79 static double calcHue(double temp1, double temp2, double hueVal) argument
86 return temp1 + (temp2 - temp1) * hueVal * 6.0;
88 return temp2;
90 return temp1 + (temp2 - temp1) * (2.0 / 3.0 - hueVal) * 6.0;
108 double temp2 = lightness < 0.5 ? lightness * (1.0 + saturation) : lightness + saturation - lightness * saturation;
109 double temp1 = 2.0 * lightness - temp2;
111 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor),
112 static_cast<int>(calcHue(temp1, temp2, hue) * scaleFactor),
113 static_cast<int>(calcHue(temp1, temp2, hue - 1.0 / 3.0) * scaleFactor),
/external/jpeg/
H A Djcphuff.c380 register int temp, temp2; local
405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al);
408 temp = temp2 - entropy->last_dc_val[ci];
409 entropy->last_dc_val[ci] = temp2;
412 temp2 = temp;
415 /* For a negative input, want temp2 = bitwise complement of abs(input) */
417 temp2--;
438 emit_bits(entropy, (unsigned int) temp2, nbits);
467 register int temp, temp2; local
497 * interwoven with finding the abs value (temp) and output bits (temp2)
[all...]
H A Djchuff.c356 register int temp, temp2; local
362 temp = temp2 = block[0] - last_dc_val;
366 /* For a negative input, want temp2 = bitwise complement of abs(input) */
368 temp2--;
390 if (! emit_bits(state, (unsigned int) temp2, nbits))
408 temp2 = temp;
412 temp2--;
430 if (! emit_bits(state, (unsigned int) temp2, nbits))
/external/libvpx/vp8/decoder/arm/neon/
H A Didct_dequant_dc_full_2x_neon.asm68 ; q7: 12 * sinpi : d1/temp2
91 ; q5: 12 + 12 * cospi : c1/temp2
95 ; c1 = temp1 - temp2
96 ; d1 = temp1 + temp2
121 ; q9: 3 * sinpi : d1/temp2
137 ; q11: 3 + 3 * cospi : c1/temp2
141 ; q8: c1 = temp1 - temp2
142 ; q9: d1 = temp1 + temp2
H A Didct_dequant_full_2x_neon.asm60 ; q7: 12 * sinpi : d1/temp2
83 ; q5: 12 + 12 * cospi : c1/temp2
87 ; c1 = temp1 - temp2
88 ; d1 = temp1 + temp2
113 ; q9: 3 * sinpi : d1/temp2
129 ; q11: 3 + 3 * cospi : c1/temp2
133 ; q8: c1 = temp1 - temp2
134 ; q9: d1 = temp1 + temp2
/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp498 CvMat *temp = 0, *temp2 = 0; local
535 CV_CALL( temp2 = cvCreateMat(image->rows,
537 CV_CALL( cvConvertImage( image, temp2 ));
538 image = temp2;
550 cvReleaseMat( &temp2 );
/external/freetype/src/base/
H A Dftcalc.c378 FT_Int64 temp, temp2; local
383 temp2.hi = 0;
384 temp2.lo = (FT_UInt32)(c >> 1);
385 FT_Add64( &temp, &temp2, &temp );
560 FT_Int64 temp, temp2; local
564 temp2.hi = 0;
565 temp2.lo = (FT_UInt32)( b >> 1 );
566 FT_Add64( &temp, &temp2, &temp );
/external/e2fsprogs/ext2ed/
H A Ddir_com.c219 char *ptr,full_dir_name [500],dir_name [500],temp [500],temp2 [500]; local
277 strcpy (temp2,(unsigned char *) &type_data.u.t_ext2_inode.i_block);
278 strcat (temp2,"/");
279 strcat (temp2,full_dir_name);
284 sprintf (temp,"cd %s",temp2); /* And continue from there by dispatching a cd command */
/external/libvpx/vp8/common/arm/armv6/
H A Didct_v6.asm75 add r11, r3, r11 ; temp2 1
76 rsb r11, r11, r10 ; c1 = temp1 - temp2 1 c1
83 add r3, r10, r3 ; d1 = temp1 + temp2 1 d1
107 add r10, r8, r10 ; temp2 1
108 rsb r9, r10, r9 ; c1 = temp1 - temp2 1 c1
116 add r10, r10, r8 ; d1 = temp1 + temp2 1 d1
293 uadd16 r1, r7, r1 ; 1c+1 | 5c+5 = temp2 (d) td2
306 uadd16 r6, r7, r6 ; 3c+3 | 7c+7 = temp2 (c) tc2
/external/libvpx/vp8/common/arm/neon/
H A Dshortidct4x4llm_neon.asm53 ;d7 - d1:temp2
55 ;d9 - c1:temp2
/external/chromium/net/base/
H A Ddnssec_chain_verifier.cc519 uint8 temp2[crypto::SHA256_LENGTH]; local
530 crypto::SHA256HashString(input, temp2, sizeof(temp2));
531 digest = temp2;
532 digest_len = sizeof(temp2);

Completed in 584 milliseconds

123