Home
last modified time | relevance | path

Searched refs:cpL (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DCluster2D.c521 struct bts_Flt16Vec2D cpL, cqL, cpMappedL, cpAdjustedL; in bts_Cluster2D_alt() local
555 cpL = bts_Cluster2D_center( cpA, srcPtrA ); in bts_Cluster2D_alt()
561 altL.vecE = bts_Flt16Vec2D_sub( cqL, cpL ); in bts_Cluster2D_alt()
578 int32 pxL = srcPtrL->xE - cpL.xE; in bts_Cluster2D_alt()
579 int32 pyL = srcPtrL->yE - cpL.yE; in bts_Cluster2D_alt()
615 cpMappedL = bts_Flt16Vec2D_mul( cpL, factor16L, bbp_scaleL ); in bts_Cluster2D_alt()
641 int32 pxL = srcPtrL->xE - cpL.xE; in bts_Cluster2D_alt()
642 int32 pyL = srcPtrL->yE - cpL.yE; in bts_Cluster2D_alt()
820 cpMappedL = bts_Flt16Mat2D_mapFlt( &altL.matE, &cpL ); in bts_Cluster2D_alt()
848 cpAdjustedL.xE = cpL.xE << shiftL; in bts_Cluster2D_alt()
[all …]
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c2398 Int cpL, cpR, cpA; in copy_convert_CfiExpr_tree() local
2416 cpL = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixL ); in copy_convert_CfiExpr_tree()
2418 vg_assert(cpL >= -1 && cpR >= -1); in copy_convert_CfiExpr_tree()
2419 if (cpL == -1 || cpR == -1) in copy_convert_CfiExpr_tree()
2421 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR ); in copy_convert_CfiExpr_tree()