Searched refs:tmpL (Results 1 – 5 of 5) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int32Mat.c | 308 int32 tmpL = *row1PtrL; in bts_Int32Mat_solve2() local 310 *row2PtrL++ = tmpL; in bts_Int32Mat_solve2() 314 int32 tmpL = vecL[ jPivL ]; in bts_Int32Mat_solve2() local 316 vecL[ iPivL ] = tmpL; in bts_Int32Mat_solve2() 389 int32 tmpL = *( rowPtrL + jPivL ); in bts_Int32Mat_solve2() local 391 bbs_int32ReduceToNBits( &tmpL, &bbp_tmpL, 15 ); in bts_Int32Mat_solve2() 398 *rowPtrL++ -= ( ( ( tmpL * pivRowL[ jL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1; in bts_Int32Mat_solve2() 405 *rowPtrL++ -= ( tmpL * pivRowL[ jL ] ) << -shiftL; in bts_Int32Mat_solve2() 412 vecL[ iL ] -= ( ( ( tmpL * vecL[ jPivL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1; in bts_Int32Mat_solve2() 416 vecL[ iL ] -= ( tmpL * vecL[ jPivL ] ) << -shiftL; in bts_Int32Mat_solve2()
|
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt16BytePyrImage.c | 352 uint16 tmpL; in bim_UInt16BytePyrImage_recompute() local 367 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) + in bim_UInt16BytePyrImage_recompute() 370 *dstL = tmpL << 8; in bim_UInt16BytePyrImage_recompute() 372 *dstL = tmpL; in bim_UInt16BytePyrImage_recompute() 376 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) + in bim_UInt16BytePyrImage_recompute() 379 *dstL |= tmpL; in bim_UInt16BytePyrImage_recompute() 381 *dstL |= tmpL << 8; in bim_UInt16BytePyrImage_recompute()
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | LocalScanDetector.c | 669 int16 tmpL = idxArrL[ iL - 1 ]; in bbf_LocalScanDetector_process() local 671 idxArrL[ iL ] = tmpL; in bbf_LocalScanDetector_process()
|
/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 1564 IRTemp tmpL = newTemp(ty); in dis_instr_shrt() local 1568 assign(tmpL, binop(Iop_Shl64, mkexpr(tmp), mkU8(1))); in dis_instr_shrt() 1569 assign(tmpRd, binop(Iop_Or64, mkexpr(tmpL), mkexpr(tmpR))); in dis_instr_shrt() 1585 IRTemp tmpL = newTemp(ty); in dis_instr_shrt() local 1591 assign(tmpL, binop(Iop_Shl64, mkexpr(tmp), mkU8(1))); in dis_instr_shrt() 1592 assign(tmpRd, binop(Iop_Or64, mkexpr(tmpL), mkexpr(tmpR))); in dis_instr_shrt() 1611 IRTemp tmpL = newTemp(ty); in dis_instr_shrt() local 1627 assign(tmpL, binop(Iop_Shl64, mkexpr(tmpRt), mkexpr(tmpLs8))); in dis_instr_shrt() 1628 assign(tmpRd, binop(Iop_Shl64, mkexpr(tmpL), mkU8(1))); in dis_instr_shrt()
|
D | guest_x86_toIR.c | 6196 IRTemp tmpL = IRTemp_INVALID; in dis_SHLRD_Gv_Ev() local 6242 tmpL = newTemp(Ity_I64); in dis_SHLRD_Gv_Ev() 6251 tmpL = newTemp(Ity_I32); in dis_SHLRD_Gv_Ev() 6266 assign( tmpL, binop(mkpair, mkexpr(esrc), mkexpr(gsrc)) ); in dis_SHLRD_Gv_Ev() 6268 assign( tmpL, binop(mkpair, mkexpr(gsrc), mkexpr(esrc)) ); in dis_SHLRD_Gv_Ev() 6270 assign( tmpRes, unop(getres, binop(shift, mkexpr(tmpL), mkexpr(tmpSH)) ) ); in dis_SHLRD_Gv_Ev() 6274 mkexpr(tmpL), in dis_SHLRD_Gv_Ev()
|