HomeSort by relevance Sort by last modified time
    Searched refs:yE (Results 1 - 25 of 28) sorted by null

1 2

  /external/neven/Embedded/common/src/b_TensorEm/
Int16Vec2D.c 45 ptrA->yE = 0;
53 ptrA->yE = 0;
103 memPtrA += bbs_memWrite16( &ptrA->yE, memPtrA );
115 memPtrA += bbs_memRead16( &ptrA->yE, memPtrA );
132 return ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE;
139 return ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE;
146 return bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE );
    [all...]
Flt16Vec2D.c 45 ptrA->yE = 0;
54 ptrA->yE = 0;
72 ptrA->yE = srcPtrA->yE;
83 if( ptrA->yE != srcPtrA->yE ) return FALSE;
90 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL;
92 if( ptrA->yE != yL ) return FALSE;
95 if( srcPtrA->yE != ( yL >> bbpDiffL ) ) return FALSE;
102 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL
    [all...]
Int16Vec3D.c 87 memPtrA += bbs_memWrite16( &ptrA->yE, memPtrA );
100 memPtrA += bbs_memRead16( &ptrA->yE, memPtrA );
118 ( int32 ) ptrA->yE * ptrA->yE +
127 ( int32 ) ptrA->yE * ptrA->yE +
136 ( int32 ) ptrA->yE * ptrA->yE +
140 int32 yL = ( ( int32 )ptrA->yE << 16 ) / normL;
143 ptrA->yE = yL >> ( 16 - bbpA )
    [all...]
Flt16Vec3D.c 45 ptrA->yE = 0;
55 ptrA->yE = 0;
76 if( ptrA->yE != srcPtrA->yE ) return FALSE;
84 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL;
87 if( ptrA->yE != yL ) return FALSE;
95 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL;
98 if( yL != srcPtrA->yE ) return FALSE;
173 vecL.yE = yA;
187 vecL.yE = 0
    [all...]
Int16Vec3D.h 45 int16 yE;
Cluster3D.c 109 ( src1L->yE != src2L->yE ) ||
142 yL += vecPtrL->yE;
171 yMinL = bbs_min( yMinL, vecPtrL->yE );
173 yMaxL = bbs_max( yMaxL, vecPtrL->yE );
227 return ( int32 ) ptrA->vecArrE[ indexA ].yE << shiftL;
231 return ( ( ( int32 ) ptrA->vecArrE[ indexA ].yE >> ( -shiftL - 1 ) ) + 1 ) >> 1;
329 int32 y0L = altA.vecE.yE;
357 int32 yL = vecPtrL->yE;
360 vecPtrL->yE = ( y0L + xL * altA.matE.yxE + yL * altA.matE.yyE + zL * altA.matE.yzE ) >> altA.matE.bbpE
    [all...]
Flt16Alt3D.c 208 vecL.yE += ( ( altPtrA->vecE.yE >> sh1L ) + 1 ) >> 1;
214 vecL.yE += altPtrA->vecE.yE << -shiftL;
Int16Vec2D.h 46 int16 yE;
RBFMap2D.c 188 ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE = 0;
230 vecL.yE -= vec0L.yE;
310 for( iL = 0; iL < sizeL; iL++ ) inPtrL[ iL ] = ( int32 )( dstVecL[ iL ].yE - altVecL[ iL ].yE ) << shiftL;
314 for( iL = 0; iL < sizeL; iL++ ) inPtrL[ iL ] = ( ( ( int32 )( dstVecL[ iL ].yE - altVecL[ iL ].yE ) >> ( ( -shiftL ) - 1 ) ) + 1 ) >> 1;
337 ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE = rbfCoeffL;
446 outYL = altVecL.yE;
483 int32 yL = vecA.yE;
    [all...]
Cluster2D.c 152 if( ( src1L->xE != src2L->xE ) || ( src1L->yE != src2L->yE ) ) return FALSE;
183 yL += vecPtrL->yE;
205 sumL += vecPtrL->yE;
229 yMinL = bbs_min( yMinL, vecPtrL->yE );
231 yMaxL = bbs_max( yMaxL, vecPtrL->yE );
291 int32 yL = ptrA->vecArrE[ indexA ].yE;
579 int32 pyL = srcPtrL->yE - cpL.yE;
581 int32 qyL = dstPtrL->yE - cqL.yE
    [all...]
Int16Mat2D.c 136 vecL.xE = ( ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE ) >> matPtrA->bbpE;
137 vecL.yE = ( ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE ) >> matPtrA->bbpE;
Flt16Mat3D.c 265 int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE + ( int32 ) matPtrA->xzE * vecPtrA->zE;
266 int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE + ( int32 ) matPtrA->yzE * vecPtrA->zE;
267 int32 zL = ( int32 ) matPtrA->zxE * vecPtrA->xE + ( int32 ) matPtrA->zyE * vecPtrA->yE + ( int32 ) matPtrA->zzE * vecPtrA->zE;
273 vecL.yE = ( ( yL >> sh1L ) + 1 ) >> 1;
280 vecL.yE = yL << -matPtrA->bbpE;
294 ( ( ( int32 ) matPtrA->xyE * vecPtrA->yE + 1 ) >> 1 ) +
298 ( ( ( int32 ) matPtrA->yyE * vecPtrA->yE + 1 ) >> 1 ) +
302 ( ( ( int32 ) matPtrA->zyE * vecPtrA->yE + 1 ) >> 1 ) +
Flt16Vec2D.h 46 int16 yE;
Flt16Vec3D.h 46 int16 yE;
Flt16Mat2D.c 301 int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE;
302 int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE;
308 vecL.yE = ( ( yL >> sh1L ) + 1 ) >> 1;
314 vecL.yE = yL << -matPtrA->bbpE;
325 int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE;
326 int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE;
Flt16Alt2D.c 293 ptrA->vecE = bts_Flt16Vec2D_create32( - ( ( ( int32 ) ptrA->matE.xxE * ptrA->vecE.xE + ( int32 ) ptrA->matE.xyE * ptrA->vecE.yE ) ),
294 - ( ( ( int32 ) ptrA->matE.yxE * ptrA->vecE.xE + ( int32 ) ptrA->matE.yyE * ptrA->vecE.yE ) ),
  /external/v8/test/mjsunit/compiler/
regress-8.js 30 var yE = "";
51 yE,
60 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Hob))))),p);
65 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Iob))))),p);
70 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Job))))),p);
75 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Kob))))),p);
80 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Lob))))),p);
84 c.append(gp,yE,W,
100 c.append(gp,yE,W,
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c 429 ptrA->yE = 0;
469 ptrA->yE = 0;
518 ptrA->yE = srcPtrA->yE;
584 return ptrA->yE * ptrA->currentWidthE + ptrA->xE;
596 *yPtrA = ( int32 )( ptrA->yE - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 );
778 ptrA->yE = 0;
850 if( ( ptrA->yE + 1 ) >= ( int32 )( ptrA->currentHeightE - ptrA->patchHeightE ) ) return FALSE;
853 ptrA->yE++;
856 uint32 offL = ( ptrA->yE & 0x1F )
    [all...]
LocalScanner.c 343 ptrA->yE = 0;
377 ptrA->yE = 0;
454 return ( ptrA->yE - ptrA->workScanRegionE.y1E ) * wL + ( ptrA->xE - ptrA->workScanRegionE.x1E );
462 *yPtrA = ( ( ptrA->yE << ptrA->scaleExpE ) + ptrA->yOffE ) << 16;
632 ptrA->yE = ptrA->workScanRegionE.y1E;
684 if( ( ptrA->yE + 1 ) >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE ) return FALSE;
687 ptrA->yE++;
690 uint32 offL = ( ptrA->yE & 0x1F );
691 uint32 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
731 if( ptrA->yE == yA ) return
    [all...]
LocalScanner.h 55 int32 yE;
LocalScanDetector.c 93 sumL += matPtrL[ 1 ] * ( vecArrL[ jL ].yE - avgPtrL[ 1 ] );
121 vecArrL[ jL ].yE = ( ( sumL + 128 ) >> 8 ) + avgPtrL[ 1 ];
542 altL.vecE.yE -= workAreaL.y1E << altL.vecE.bbpE;
548 wrkClPtrL->vecArrE[ iL ].yE -= workAreaL.y1E << wrkClPtrL->bbpE;
555 refClPtrL->vecArrE[ iL ].yE -= workAreaL.y1E << refClPtrL->bbpE;
601 int32 y0L = ( ( wrkClPtrL->vecArrE[ iL ].yE >> ( wrkClPtrL->bbpE - 1 ) ) + 1 ) >> 1;
626 dstVecArrL[ iL ].yE = ( ( yL >> ( 15 - vecBbpL ) ) + 1 ) >> 1;
646 struct bts_Flt16Vec2D vecL = bts_Flt16Vec2D_create32( srcVecArrL[ iL ].xE, srcVecArrL[ iL ].yE, vecBbpL );
649 vecL = bts_Flt16Vec2D_sub( vecL, bts_Flt16Vec2D_create32( dstVecArrL[ iL ].xE, dstVecArrL[ iL ].yE, vecBbpL ) );
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 282 nodePtrA->y = ( ( s16p16 )hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].yE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE );
286 nodePtrA->y += ( int32 )hdcrA->dcrE.offsE.yE << 16;
334 int32 lyL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].yE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL;
336 int32 ryL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ rIndexL ].yE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL;
355 pRectA->yMin += ( int32 )hdcrA->dcrE.offsE.yE << 16;
357 pRectA->yMax += ( int32 )hdcrA->dcrE.offsE.yE << 16;
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 423 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL;
430 invAlt2DL.vecE.yE > maxInt32Value8bbpL )
436 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE,
441 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL;
722 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL;
729 invAlt2DL.vecE.yE > maxInt32Value8bbpL )
735 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE,
740 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL;
  /external/skia/gm/
complexclip2.cpp 32 SkScalar yE = 40 * SK_Scalar1;
38 fRects[0].set(xB, yB, xE, yE);
  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c 268 offsPtrA->yE = yL >> 16;
270 yL -= ( ( int32 )offsPtrA->yE << 16 );
342 offsPtrA->yE = yL >> 16;
345 yL -= ( ( int32 )offsPtrA->yE << 16 );

Completed in 240 milliseconds

1 2