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

/external/neven/Embedded/common/src/b_TensorEm/
H A DCluster2D.c521 struct bts_Flt16Vec2D cpL, cqL, cpMappedL, cpAdjustedL; local
555 cpL = bts_Cluster2D_center( cpA, srcPtrA );
561 altL.vecE = bts_Flt16Vec2D_sub( cqL, cpL );
578 int32 pxL = srcPtrL->xE - cpL.xE;
579 int32 pyL = srcPtrL->yE - cpL.yE;
615 cpMappedL = bts_Flt16Vec2D_mul( cpL, factor16L, bbp_scaleL );
641 int32 pxL = srcPtrL->xE - cpL.xE;
642 int32 pyL = srcPtrL->yE - cpL.yE;
813 ets_Float2DVec transL = cqL - ( scaleL * ( rotL * cpL ) );
820 cpMappedL = bts_Flt16Mat2D_mapFlt( &altL.matE, &cpL );
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c2474 Int cpL, cpR, cpA; local
2492 cpL = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixL );
2494 vg_assert(cpL >= -1 && cpR >= -1);
2495 if (cpL == -1 || cpR == -1)
2497 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR );

Completed in 198 milliseconds