/external/neven/Embedded/common/src/b_TensorEm/ |
D | Flt16Vec2D.c | 45 ptrA->yE = 0; in bts_Flt16Vec2D_init() 54 ptrA->yE = 0; in bts_Flt16Vec2D_exit() 72 ptrA->yE = srcPtrA->yE; in bts_Flt16Vec2D_copy() 83 if( ptrA->yE != srcPtrA->yE ) return FALSE; in bts_Flt16Vec2D_equal() 90 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL; in bts_Flt16Vec2D_equal() 92 if( ptrA->yE != yL ) return FALSE; in bts_Flt16Vec2D_equal() 95 if( srcPtrA->yE != ( yL >> bbpDiffL ) ) return FALSE; in bts_Flt16Vec2D_equal() 102 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL; in bts_Flt16Vec2D_equal() 104 if( yL != srcPtrA->yE ) return FALSE; in bts_Flt16Vec2D_equal() 107 if( ptrA->yE != ( yL >> -bbpDiffL ) ) return FALSE; in bts_Flt16Vec2D_equal() [all …]
|
D | Int16Vec2D.c | 45 ptrA->yE = 0; in bts_Int16Vec2D_init() 53 ptrA->yE = 0; in bts_Int16Vec2D_exit() 103 memPtrA += bbs_memWrite16( &ptrA->yE, memPtrA ); in bts_Int16Vec2D_memWrite() 115 memPtrA += bbs_memRead16( &ptrA->yE, memPtrA ); in bts_Int16Vec2D_memRead() 132 return ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; in bts_Int16Vec2D_dotPrd() 139 return ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE; in bts_Int16Vec2D_norm2() 146 return bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE ); in bts_Int16Vec2D_norm() 153 int32 normL = bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE ); in bts_Int16Vec2D_normalize() 155 int32 yL = ( ( int32 ) ptrA->yE << 16 ) / normL; in bts_Int16Vec2D_normalize() 157 ptrA->yE = yL >> ( 16 - bbpA ); in bts_Int16Vec2D_normalize() [all …]
|
D | Flt16Vec3D.c | 45 ptrA->yE = 0; in bts_Flt16Vec3D_init() 55 ptrA->yE = 0; in bts_Flt16Vec3D_exit() 76 if( ptrA->yE != srcPtrA->yE ) return FALSE; in bts_Flt16Vec3D_equal() 84 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL; in bts_Flt16Vec3D_equal() 87 if( ptrA->yE != yL ) return FALSE; in bts_Flt16Vec3D_equal() 95 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL; in bts_Flt16Vec3D_equal() 98 if( yL != srcPtrA->yE ) return FALSE; in bts_Flt16Vec3D_equal() 173 vecL.yE = yA; in bts_Flt16Vec3D_create16() 187 vecL.yE = 0; in bts_Flt16Vec3D_create32() 199 vecL.yE = ( ( yA >> sh1L ) + 1 ) >> 1; in bts_Flt16Vec3D_create32() [all …]
|
D | Int16Vec3D.c | 87 memPtrA += bbs_memWrite16( &ptrA->yE, memPtrA ); in bts_Int16Vec3D_memWrite() 100 memPtrA += bbs_memRead16( &ptrA->yE, memPtrA ); in bts_Int16Vec3D_memRead() 118 ( int32 ) ptrA->yE * ptrA->yE + in bts_Int16Vec3D_norm2() 127 ( int32 ) ptrA->yE * ptrA->yE + in bts_Int16Vec3D_norm() 136 ( int32 ) ptrA->yE * ptrA->yE + in bts_Int16Vec3D_normalize() 140 int32 yL = ( ( int32 )ptrA->yE << 16 ) / normL; in bts_Int16Vec3D_normalize() 143 ptrA->yE = yL >> ( 16 - bbpA ); in bts_Int16Vec3D_normalize()
|
D | Cluster2D.c | 152 if( ( src1L->xE != src2L->xE ) || ( src1L->yE != src2L->yE ) ) return FALSE; in bts_Cluster2D_equal() 183 yL += vecPtrL->yE; in bts_Cluster2D_center() 205 sumL += vecPtrL->yE; in bts_Cluster2D_checkSum() 229 yMinL = bbs_min( yMinL, vecPtrL->yE ); in bts_Cluster2D_boundingBox() 231 yMaxL = bbs_max( yMaxL, vecPtrL->yE ); in bts_Cluster2D_boundingBox() 291 int32 yL = ptrA->vecArrE[ indexA ].yE; in bts_Cluster2D_int32Y() 579 int32 pyL = srcPtrL->yE - cpL.yE; in bts_Cluster2D_alt() 581 int32 qyL = dstPtrL->yE - cqL.yE; in bts_Cluster2D_alt() 642 int32 pyL = srcPtrL->yE - cpL.yE; in bts_Cluster2D_alt() 644 int32 qyL = dstPtrL->yE - cqL.yE; in bts_Cluster2D_alt() [all …]
|
D | Cluster3D.c | 109 ( src1L->yE != src2L->yE ) || in bts_Cluster3D_equal() 142 yL += vecPtrL->yE; in bts_Cluster3D_center() 171 yMinL = bbs_min( yMinL, vecPtrL->yE ); in bts_Cluster3D_boundingBox() 173 yMaxL = bbs_max( yMaxL, vecPtrL->yE ); in bts_Cluster3D_boundingBox() 227 return ( int32 ) ptrA->vecArrE[ indexA ].yE << shiftL; in bts_Cluster3D_int32Y() 231 return ( ( ( int32 ) ptrA->vecArrE[ indexA ].yE >> ( -shiftL - 1 ) ) + 1 ) >> 1; in bts_Cluster3D_int32Y() 329 int32 y0L = altA.vecE.yE; in bts_Cluster3D_transform() 357 int32 yL = vecPtrL->yE; in bts_Cluster3D_transform() 360 …vecPtrL->yE = ( y0L + xL * altA.matE.yxE + yL * altA.matE.yyE + zL * altA.matE.yzE ) >> altA.matE.… in bts_Cluster3D_transform() 378 vecPtrL->yE -= centerL.yE; in bts_Cluster3D_centerFree()
|
D | RBFMap2D.c | 188 ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE = 0; in bts_RBFMap2D_compute() 230 vecL.yE -= vec0L.yE; in bts_RBFMap2D_compute() 310 …for( iL = 0; iL < sizeL; iL++ ) inPtrL[ iL ] = ( int32 )( dstVecL[ iL ].yE - altVecL[ iL ].yE ) <<… in bts_RBFMap2D_compute() 314 …0; iL < sizeL; iL++ ) inPtrL[ iL ] = ( ( ( int32 )( dstVecL[ iL ].yE - altVecL[ iL ].yE ) >> ( ( -… in bts_RBFMap2D_compute() 337 ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE = rbfCoeffL; in bts_RBFMap2D_compute() 446 outYL = altVecL.yE; in bts_RBFMap2D_mapVector() 483 int32 yL = vecA.yE; in bts_RBFMap2D_mapVector() 503 vecL.yE -= yL; in bts_RBFMap2D_mapVector() 509 ySumL += ( normL * ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE ) >> shiftL; in bts_RBFMap2D_mapVector() 574 struct bts_Flt16Vec2D srcVecL = bts_Flt16Vec2D_create16( vecL.xE, vecL.yE, bbpL ); in bts_RBFMap2D_mapCluster() [all …]
|
D | Flt16Mat3D.c | 265 …int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE + ( int32 )… in bts_Flt16Mat3D_map() 266 …int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE + ( int32 )… in bts_Flt16Mat3D_map() 267 …int32 zL = ( int32 ) matPtrA->zxE * vecPtrA->xE + ( int32 ) matPtrA->zyE * vecPtrA->yE + ( int32 )… in bts_Flt16Mat3D_map() 273 vecL.yE = ( ( yL >> sh1L ) + 1 ) >> 1; in bts_Flt16Mat3D_map() 280 vecL.yE = yL << -matPtrA->bbpE; in bts_Flt16Mat3D_map() 294 ( ( ( int32 ) matPtrA->xyE * vecPtrA->yE + 1 ) >> 1 ) + in bts_Flt16Mat3D_mapFlt() 298 ( ( ( int32 ) matPtrA->yyE * vecPtrA->yE + 1 ) >> 1 ) + in bts_Flt16Mat3D_mapFlt() 302 ( ( ( int32 ) matPtrA->zyE * vecPtrA->yE + 1 ) >> 1 ) + in bts_Flt16Mat3D_mapFlt()
|
D | Flt16Alt3D.c | 208 vecL.yE += ( ( altPtrA->vecE.yE >> sh1L ) + 1 ) >> 1; in bts_Flt16Alt3D_mapFlt() 214 vecL.yE += altPtrA->vecE.yE << -shiftL; in bts_Flt16Alt3D_mapFlt()
|
D | Flt16Mat2D.c | 301 int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE; in bts_Flt16Mat2D_map() 302 int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE; in bts_Flt16Mat2D_map() 308 vecL.yE = ( ( yL >> sh1L ) + 1 ) >> 1; in bts_Flt16Mat2D_map() 314 vecL.yE = yL << -matPtrA->bbpE; in bts_Flt16Mat2D_map() 325 int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE; in bts_Flt16Mat2D_mapFlt() 326 int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE; in bts_Flt16Mat2D_mapFlt()
|
D | Int16Mat2D.c | 136 …vecL.xE = ( ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE ) >> matPt… in bts_Int16Mat2D_map() 137 …vecL.yE = ( ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE ) >> matPt… in bts_Int16Mat2D_map()
|
D | Int16Vec3D.h | 45 int16 yE; member
|
D | Int16Vec2D.h | 46 int16 yE; member
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | regress-8.js | 30 var yE = ""; variable 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/icu/icu4c/source/data/locales/ |
D | zh_Hans_MO.txt | 95 M{"d/M/yE至d/M/yE"} 96 d{"d/M/yE至d/M/yE"} 97 y{"d/M/yE至d/M/yE"} 161 M{"d/M/yE至d/M/yE"} 162 d{"d/M/yE至d/M/yE"} 163 y{"d/M/yE至d/M/yE"}
|
D | zh_Hans_HK.txt | 193 M{"d/M/yE至d/M/yE"} 194 d{"d/M/yE至d/M/yE"} 195 y{"d/M/yE至d/M/yE"} 251 M{"d/M/yE至d/M/yE"} 252 d{"d/M/yE至d/M/yE"} 253 y{"d/M/yE至d/M/yE"}
|
D | zh_Hans_SG.txt | 111 M{"d/M/yE至d/M/yE"} 112 d{"d/M/yE至d/M/yE"} 113 y{"d/M/yE至d/M/yE"} 175 M{"d/M/yE至d/M/yE"} 176 d{"d/M/yE至d/M/yE"} 177 y{"d/M/yE至d/M/yE"}
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | Scanner.c | 429 ptrA->yE = 0; in bbf_Scanner_init() 469 ptrA->yE = 0; in bbf_Scanner_exit() 518 ptrA->yE = srcPtrA->yE; in bbf_Scanner_copy() 584 return ptrA->yE * ptrA->currentWidthE + ptrA->xE; in bbf_Scanner_scanIndex() 596 *yPtrA = ( int32 )( ptrA->yE - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 ); in bbf_Scanner_pos() 778 ptrA->yE = 0; in bbf_Scanner_resetScan() 850 if( ( ptrA->yE + 1 ) >= ( int32 )( ptrA->currentHeightE - ptrA->patchHeightE ) ) return FALSE; in bbf_Scanner_next() 853 ptrA->yE++; in bbf_Scanner_next() 856 uint32 offL = ( ptrA->yE & 0x1F ); in bbf_Scanner_next() 857 uint32 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 ); in bbf_Scanner_next() [all …]
|
D | LocalScanner.c | 343 ptrA->yE = 0; in bbf_LocalScanner_init() 377 ptrA->yE = 0; in bbf_LocalScanner_exit() 454 return ( ptrA->yE - ptrA->workScanRegionE.y1E ) * wL + ( ptrA->xE - ptrA->workScanRegionE.x1E ); in bbf_LocalScanner_scanIndex() 462 *yPtrA = ( ( ptrA->yE << ptrA->scaleExpE ) + ptrA->yOffE ) << 16; in bbf_LocalScanner_pos() 632 ptrA->yE = ptrA->workScanRegionE.y1E; in bbf_LocalScanner_resetScan() 684 if( ( ptrA->yE + 1 ) >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE ) return FALSE; in bbf_LocalScanner_next() 687 ptrA->yE++; in bbf_LocalScanner_next() 690 uint32 offL = ( ptrA->yE & 0x1F ); in bbf_LocalScanner_next() 691 uint32 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 ); in bbf_LocalScanner_next() 731 if( ptrA->yE == yA ) return; in bbf_LocalScanner_goToXY() [all …]
|
D | LocalScanDetector.c | 93 sumL += matPtrL[ 1 ] * ( vecArrL[ jL ].yE - avgPtrL[ 1 ] ); in bbf_LocalScanDetector_pcaMap() 121 vecArrL[ jL ].yE = ( ( sumL + 128 ) >> 8 ) + avgPtrL[ 1 ]; in bbf_LocalScanDetector_pcaMap() 542 altL.vecE.yE -= workAreaL.y1E << altL.vecE.bbpE; in bbf_LocalScanDetector_process() 548 wrkClPtrL->vecArrE[ iL ].yE -= workAreaL.y1E << wrkClPtrL->bbpE; in bbf_LocalScanDetector_process() 555 refClPtrL->vecArrE[ iL ].yE -= workAreaL.y1E << refClPtrL->bbpE; in bbf_LocalScanDetector_process() 601 int32 y0L = ( ( wrkClPtrL->vecArrE[ iL ].yE >> ( wrkClPtrL->bbpE - 1 ) ) + 1 ) >> 1; in bbf_LocalScanDetector_process() 626 dstVecArrL[ iL ].yE = ( ( yL >> ( 15 - vecBbpL ) ) + 1 ) >> 1; in bbf_LocalScanDetector_process() 646 …struct bts_Flt16Vec2D vecL = bts_Flt16Vec2D_create32( srcVecArrL[ iL ].xE, srcVecArrL[ iL ].yE, ve… in bbf_LocalScanDetector_process() 649 …t16Vec2D_sub( vecL, bts_Flt16Vec2D_create32( dstVecArrL[ iL ].xE, dstVecArrL[ iL ].yE, vecBbpL ) ); in bbf_LocalScanDetector_process()
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
D | DCR.c | 282 …nodePtrA->y = ( ( s16p16 )hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].yE ) << ( 16 - hdcrA… in btk_DCR_getNode() 286 nodePtrA->y += ( int32 )hdcrA->dcrE.offsE.yE << 16; in btk_DCR_getNode() 334 …int32 lyL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].yE + ( 1 << ( bbpL - 1 ) ) ) >> … in btk_DCR_getRect() 336 …int32 ryL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ rIndexL ].yE + ( 1 << ( bbpL - 1 ) ) ) >> … in btk_DCR_getRect() 355 pRectA->yMin += ( int32 )hdcrA->dcrE.offsE.yE << 16; in btk_DCR_getRect() 357 pRectA->yMax += ( int32 )hdcrA->dcrE.offsE.yE << 16; in btk_DCR_getRect()
|
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt16ByteImage.c | 423 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL; in bim_UInt16ByteImage_warp() 430 invAlt2DL.vecE.yE > maxInt32Value8bbpL ) in bim_UInt16ByteImage_warp() 436 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE, in bim_UInt16ByteImage_warp() 441 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL; in bim_UInt16ByteImage_warp() 722 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL; in bim_UInt16ByteImage_warp8() 729 invAlt2DL.vecE.yE > maxInt32Value8bbpL ) in bim_UInt16ByteImage_warp8() 735 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE, in bim_UInt16ByteImage_warp8() 740 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL; in bim_UInt16ByteImage_warp8()
|
/external/neven/Embedded/common/src/b_APIEm/ |
D | BFFaceFinder.c | 268 offsPtrA->yE = yL >> 16; in bpi_BFFaceFinder_process() 270 yL -= ( ( int32 )offsPtrA->yE << 16 ); in bpi_BFFaceFinder_process() 342 offsPtrA->yE = yL >> 16; in bpi_BFFaceFinder_getFace() 345 yL -= ( ( int32 )offsPtrA->yE << 16 ); in bpi_BFFaceFinder_getFace()
|
/external/skia/gm/ |
D | complexclip2.cpp | 41 SkScalar yE = 40.65f; in ComplexClip2GM() local 47 fRects[0].set(xB, yB, xE, yE); in ComplexClip2GM()
|
/external/chromium_org/third_party/skia/gm/ |
D | complexclip2.cpp | 41 SkScalar yE = 40.65f; in ComplexClip2GM() local 47 fRects[0].set(xB, yB, xE, yE); in ComplexClip2GM()
|