Searched refs:itemp (Results 1 - 10 of 10) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_pivotL.h78 Index isub, icol, itemp, k; local
123 itemp = pivptr + icol * lda;
124 std::swap(lu_sup_ptr[itemp], lu_sup_ptr[nsupc + icol * lda]);
/external/libxaac/decoder/
H A Dixheaacd_imdct.c73 WORD32 k, shiftp, itemp = 0; local
75 if (ixheaacd_abs32_sat(p_in_ibuffer[k]) > itemp)
76 itemp = ixheaacd_abs32_sat(p_in_ibuffer[k]);
79 shiftp = ixheaacd_norm32(itemp);
199 WORD32 gain_fac, scale, k, *i_aq, itemp = 0, *izir; local
230 itemp = (WORD32)(ftemp);
231 qshift3 = ixheaacd_norm32(itemp);
247 itemp = (WORD32)(ftemp);
248 qshift2 = ixheaacd_norm32(itemp);
257 if (ABS(fac_data[k + 1]) > itemp) item
[all...]
H A Dixheaacd_tcx_fwd_mdct.c125 WORD32 itemp; local
148 itemp = (WORD32)ftemp;
149 qshift = ixheaacd_norm32(itemp);
H A Dixheaacd_tcx_fwd_alcnx.c73 WORD32 k, itemp; local
80 itemp = (WORD32)(ftemp);
81 shiftp = ixheaacd_norm32(itemp);
/external/tensorflow/tensorflow/compiler/aot/
H A Dcodegen.cc304 const std::vector<intptr_t> itemp(temp_sizes.begin(), temp_sizes.end());
309 runtime::aligned_buffer_bytes(itemp.data(), itemp.size());
311 total_buffer_bytes(itemp.data(), itemp.size());
/external/libjpeg-turbo/
H A Dtransupp.c1135 int tblno, i, j, ci, itemp; local
1146 itemp = dstinfo->min_DCT_h_scaled_size;
1148 dstinfo->min_DCT_v_scaled_size = itemp;
1154 itemp = compptr->h_samp_factor;
1156 compptr->v_samp_factor = itemp;
/external/libpcap/
H A Dpcap-rpcap.c931 int res, itemp; local
1177 itemp = sizeof(sockbufsize);
1179 res = getsockopt(sockdata, SOL_SOCKET, SO_RCVBUF, (char *)&sockbufsize, &itemp);
/external/libevent/
H A Devdns.c1762 struct server_reply_item **itemp, *item; local
1772 itemp = &req->answer;
1776 itemp = &req->authority;
1780 itemp = &req->additional;
1786 while (*itemp) {
1787 itemp = &((*itemp)->next);
1822 *itemp = item;
/external/toolchain-utils/cros_utils/
H A Dstats.py1789 itemp = ivec[j]
1791 ivec[j + gap] = itemp
4313 itemp = ivec[j]
4315 ivec[j + gap] = itemp
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_nir.cpp3286 fs_reg itemp = vgrf(glsl_type::int_type);
3288 bld.MOV(itemp, temp);
3306 bld.SEL(offset(src, bld, i), itemp, brw_imm_d(7)));

Completed in 4150 milliseconds