Searched refs:temp4 (Results 1 - 16 of 16) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c55 int temp3, temp4; local
74 temp4 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16);
75 c2 = temp3 - temp4;
78 temp4 = (ip[13] * sinpi8sqrt2) >> 16;
79 d2 = temp3 + temp4;
106 temp4 = ip[15] + ((ip[15] * cospi8sqrt2minus1) >> 16);
107 c2 = temp3 - temp4;
110 temp4 = (ip[15] * sinpi8sqrt2) >> 16;
111 d2 = temp3 + temp4;
144 temp4
[all...]
/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc45 const int temp4 = (ip[12] * sinpi8sqrt2) >> 16; local
46 const int d1 = temp3 + temp4;
63 const int temp4 = (ip[3] * sinpi8sqrt2) >> 16; local
64 const int d1 = temp3 + temp4;
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dmatrix.cc22 float temp, temp2, temp3, temp4; local
26 temp4 = zfar - znear;
37 mat[10] = (-zfar - znear) / temp4;
41 mat[14] = (-temp * zfar) / temp4;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dmatrix.cc22 float temp, temp2, temp3, temp4; local
26 temp4 = zfar - znear;
37 mat[10] = (-zfar - znear) / temp4;
41 mat[14] = (-temp * zfar) / temp4;
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp90 namespace temp4 { namespace
/external/opencv/cv/src/
H A Dcvkalman.cpp102 CV_CALL( kalman->temp4 = cvCreateMat( MP, DP, CV_32FC1 ));
153 cvReleaseMat( &kalman->temp4 );
220 /* temp4 = inv(temp3)*temp2 = Kt(k) */
221 CV_CALL( cvSolve( kalman->temp3, kalman->temp2, kalman->temp4, CV_SVD ));
224 CV_CALL( cvTranspose( kalman->temp4, kalman->gain ));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c156 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
172 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y), ureg_src(temp2));
176 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
179 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X), ureg_src(temp0));
189 ureg_release_temporary(ureg, temp4);
207 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
234 ureg_MAD(ureg, temp4,
237 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c134 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
150 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X),
152 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y),
157 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
160 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X),
174 ureg_release_temporary(ureg, temp4);
194 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
227 ureg_MAD(ureg, temp4,
231 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c156 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
172 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y), ureg_src(temp2));
176 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
179 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X), ureg_src(temp0));
189 ureg_release_temporary(ureg, temp4);
207 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
234 ureg_MAD(ureg, temp4,
237 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c134 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
150 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X),
152 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y),
157 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
160 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X),
174 ureg_release_temporary(ureg, temp4);
194 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
227 ureg_MAD(ureg, temp4,
231 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
[all...]
/external/opencv/cv/include/
H A Dcvtypes.h311 CvMat* temp4; member in struct:CvKalman
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.cc318 Register temp4 = r4;
329 __ uxtb16(temp4, Operand(temp1, ROR, 8));
330 __ pkhbt(temp1, temp3, Operand(temp4, LSL, 16));
332 __ pkhtb(temp1, temp4, Operand(temp3, ASR, 16));
/external/chromium_org/third_party/sqlite/src/src/
H A Dparse.y758 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0);
759 A.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp4, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c105471 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c110449 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c110485 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); local
[all...]

Completed in 1213 milliseconds