/external/neven/Embedded/common/src/b_BasicEm/ |
H A D | Memory.c | 59 uint16* dstL = ( uint16* )dstA; local 64 *dstL++ = *srcL++; 78 uint16* dstL = ( uint16* )dstA; 83 dstL[ 0 ] = srcL[ 0 ]; 84 dstL[ 1 ] = srcL[ 1 ]; 85 dstL[ 2 ] = srcL[ 2 ]; 86 dstL[ 3 ] = srcL[ 3 ]; 87 dstL += 4; 93 *dstL++ = *srcL++; 109 uint32* dstL local 183 uint16* dstL = ( uint16* )dstA; local 197 uint32* dstL = ( uint32* )dstA; local [all...] |
H A D | String.c | 43 char* dstL = dstA; local 44 while( ( *dstL++ = *srcL++ ) != 0 ); 66 char* dstL = dstA; local 67 while( *dstL != 0 ) dstL++; 68 while( ( *dstL++ = *srcL++ ) != 0 );
|
H A D | Functions.c | 155 uint32* dstL = ( uint32* )ptrA; local 161 memPtrA += bbs_memRead32( dstL++, memPtrA ); 195 uint16* dstL = ( uint16* )ptrA; local 201 memPtrA += bbs_memRead16( dstL++, memPtrA );
|
/external/neven/Embedded/common/src/b_TensorEm/ |
H A D | Flt16Vec.c | 240 int16* dstL = ptrA->arrE.arrPtrE; local 241 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] <<= shlL; 259 int16* dstL = ptrA->arrE.arrPtrE; local 260 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( int32 )dstL[ iL ] * fL + 32768 ) >> 16; 272 int16* dstL = ptrA->arrE.arrPtrE; local 274 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] -= avgL; 290 int16* dstL = ptrA->arrE.arrPtrE; local 312 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( ( ( int32 )dstL[ i 349 int16* dstL = ptrA->arrE.arrPtrE; local 468 int16* dstL = ptrA->arrE.arrPtrE + idxL; local 476 int16* dstL = ptrA->arrE.arrPtrE; local [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
H A D | Flt16Image.c | 475 int16* dstL; local 479 dstL = dstPtrA->arrE.arrPtrE; 483 *dstL++ = ( *srcL++ ).realE; 494 int16* dstL; local 498 dstL = dstPtrA->arrE.arrPtrE; 502 *dstL++ = ( *srcL++ ).imagE; 513 int16* dstL; local 517 dstL = dstPtrA->arrE.arrPtrE; 521 *dstL++ = bbs_sqrt32( ( int32 )srcL->realE * srcL->realE + ( int32 )srcL->imagE * srcL->imagE ); 533 int16* dstL; local [all...] |
H A D | Functions.c | 51 uint8* dstL = dstPtrA; local 58 *dstL = ( ( uint32 )srcL[ 0 ] + srcL[ 1 ] + srcL[ wsL ] + srcL[ wsL + 1 ] + 2 ) >> 2; 59 dstL++; 86 uint8* dstL = dstImagePtrA; local 317 *dstL++ = ( v1L * yf1L + v2L * yf2L + 0x080000 ) >> 20; 346 *dstL++ = srcL[ 0 ]; 350 *dstL++ = srcL[ w1L - 1 ]; 354 *dstL++ = ( ( uint32 )srcL[ x0L ] * xf1L + ( uint32 )srcL[ x0L + 1 ] * xf2L + 0x08000 ) >> 16; 361 *dstL++ = srcL[ ( h1L - 1 ) * w1L ]; 365 *dstL 418 uint8* dstL = dstImagePtrA; local [all...] |
H A D | UInt16BytePyrImage.c | 359 uint16* dstL = srcL + ( heightL * halfWidthL ); local 370 *dstL = tmpL << 8; 372 *dstL = tmpL; 379 *dstL |= tmpL; 381 *dstL |= tmpL << 8; 384 dstL++;
|
H A D | APhImage.c | 441 struct bbs_APh* dstL; local 444 dstL = dstPtrA->arrE.arrPtrE; 448 bbs_APh_importComplex( dstL++, srcL++ );
|
H A D | ComplexImage.c | 465 struct bbs_Complex* dstL; local 468 dstL = dstPtrA->arrE.arrPtrE; 472 bbs_Complex_importAPh( dstL++, srcL++ );
|
H A D | UInt8PyramidalImage.c | 352 uint8 *srcL, *dstL; local 358 dstL = srcL + widthL * heightL; 366 *dstL++ = ( ( *srcL + *( srcL + 1 ) + *( srcL + widthL ) + *( srcL + widthL + 1 ) ) + 2 ) >> 2;
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
H A D | Scanner.c | 155 uint16* dstL = ptrA->workImageE.arrPtrE; local 162 *dstL++ = ( uint16 )srcL[ 0 ] | ( uint16 )srcL[ 1 ] << 8; 167 if( ptrA->workWidthE & 1 ) *dstL++ = *srcL++; 174 uint16* dstL = ptrA->workImageE.arrPtrE; local 193 *dstL++ = ( uint16 )srcL[ 0 ] | ( uint16 )srcL[ 1 ] << 8; 198 if( ptrA->workWidthE & 1 ) *dstL++ = *srcL++; 860 uint32* dstL = ptrA->patchBufferE.arrPtrE; local 869 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL ); 873 bbs_memcpy32( dstL, src 911 uint32* dstL; local 943 uint32* dstL; local [all...] |
H A D | LocalScanner.c | 298 uint32* dstL = ptrA->patchBufferE.arrPtrE + xbL; local 301 for( iL = 0; iL < wsrWidthL; iL++ ) dstL[ iL ] = srcL[ iL ] >> yoL; 305 uint32* dstL = ptrA->patchBufferE.arrPtrE + xbL; local 310 for( iL = 0; iL < wsrWidthL; iL++ ) dstL[ iL ] = ( src0L[ iL ] >> yoL ) | ( src1L[ iL ] << slL ); 695 uint32* dstL = ( uint32* )ptrA->patchBufferE.arrPtrE + ptrA->xE; local 704 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL ); 708 bbs_memcpy32( dstL, srcL, sizeL ); 713 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] >>= 1; 746 uint32* dstL local [all...] |
/external/v8/src/arm/ |
H A D | assembler-arm.cc | 1025 void Assembler::smlal(Register dstL, argument 1031 ASSERT(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc)); 1032 ASSERT(!dstL.is(dstH)); 1033 emit(cond | B23 | B22 | A | s | dstH.code()*B16 | dstL.code()*B12 | 1038 void Assembler::smull(Register dstL, argument 1044 ASSERT(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc)); 1045 ASSERT(!dstL.is(dstH)); 1046 emit(cond | B23 | B22 | s | dstH.code()*B16 | dstL.code()*B12 | 1051 void Assembler::umlal(Register dstL, argument 1057 ASSERT(!dstL 1064 umull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument [all...] |
H A D | assembler-thumb2.cc | 1005 void Assembler::smlal(Register dstL, argument 1011 ASSERT(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc)); 1012 ASSERT(!dstL.is(dstH)); 1013 emit(cond | B23 | B22 | A | s | dstH.code()*B16 | dstL.code()*B12 | 1018 void Assembler::smull(Register dstL, argument 1024 ASSERT(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc)); 1025 ASSERT(!dstL.is(dstH)); 1026 emit(cond | B23 | B22 | s | dstH.code()*B16 | dstL.code()*B12 | 1031 void Assembler::umlal(Register dstL, argument 1037 ASSERT(!dstL 1044 umull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument [all...] |
H A D | assembler-arm.h | 703 void smlal(Register dstL, Register dstH, Register src1, Register src2, 706 void smull(Register dstL, Register dstH, Register src1, Register src2, 709 void umlal(Register dstL, Register dstH, Register src1, Register src2, 712 void umull(Register dstL, Register dstH, Register src1, Register src2,
|
H A D | assembler-thumb2.h | 703 void smlal(Register dstL, Register dstH, Register src1, Register src2, 706 void smull(Register dstL, Register dstH, Register src1, Register src2, 709 void umlal(Register dstL, Register dstH, Register src1, Register src2, 712 void umull(Register dstL, Register dstH, Register src1, Register src2,
|