Home
last modified time | relevance | path

Searched refs:ptr2L (Results 1 – 11 of 11) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DMath.c1056 int16 *ptr1L, *ptr2L; in bbs_matMultiplyFlt16() local
1064 ptr2L = ( int16* ) x2A + jL; in bbs_matMultiplyFlt16()
1068 sumL += ( ( int32 ) *ptr1L++ * *ptr2L ); in bbs_matMultiplyFlt16()
1069 ptr2L += col2A; in bbs_matMultiplyFlt16()
1080 int16 *ptr1L, *ptr2L; in bbs_matMultiplyFlt16()
1087 ptr2L = ( int16* ) x2A + jL; in bbs_matMultiplyFlt16()
1091 sumL += ( ( int32 ) *ptr1L++ * *ptr2L ); in bbs_matMultiplyFlt16()
1092 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) ); in bbs_matMultiplyFlt16()
1093 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) ); in bbs_matMultiplyFlt16()
1094 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) ); in bbs_matMultiplyFlt16()
[all …]
DComplexArr.c95 const struct bbs_Complex* ptr2L = srcPtrA->arrPtrE; in bbs_ComplexArr_equal() local
99 if( !bbs_Complex_equal( *ptr1L, *ptr2L ) ) return FALSE; in bbs_ComplexArr_equal()
DAPhArr.c95 const struct bbs_APh* ptr2L = srcPtrA->arrPtrE; in bbs_APhArr_equal() local
99 if( !bbs_APh_equal( *ptr1L, *ptr2L ) ) return FALSE; in bbs_APhArr_equal()
DUInt32Arr.c95 const uint32* ptr2L = srcPtrA->arrPtrE; in bbs_UInt32Arr_equal() local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE; in bbs_UInt32Arr_equal()
DUInt8Arr.c95 const uint8* ptr2L = srcPtrA->arrPtrE; in bbs_UInt8Arr_equal() local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE; in bbs_UInt8Arr_equal()
DInt32Arr.c95 const int32* ptr2L = srcPtrA->arrPtrE; in bbs_Int32Arr_equal() local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE; in bbs_Int32Arr_equal()
DInt8Arr.c95 const int8* ptr2L = srcPtrA->arrPtrE; in bbs_Int8Arr_equal() local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE; in bbs_Int8Arr_equal()
DUInt16Arr.c95 const uint16* ptr2L = srcPtrA->arrPtrE; in bbs_UInt16Arr_equal() local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE; in bbs_UInt16Arr_equal()
DInt16Arr.c95 const int16* ptr2L = srcPtrA->arrPtrE; in bbs_Int16Arr_equal() local
99 if( *ptr1L++ != *ptr2L++ ) return FALSE; in bbs_Int16Arr_equal()
/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c551 const uint16* ptr2L; in bim_UInt16ByteImage_warp() local
555 ptr2L = ptr1L + halfSrcWidthL; in bim_UInt16ByteImage_warp()
559 valL = f1yL * ( *ptr1L & 0x0FF ) + f2yL * ( *ptr2L & 0x0FF ); in bim_UInt16ByteImage_warp()
566 f2yL * ( *( ptr2L + halfSrcWidthL - 1 ) >> 8 ); in bim_UInt16ByteImage_warp()
584 v2L = f1xL * ( *( ptr2L + khL ) >> 8 ) + f2xL * ( *( ptr2L + khL ) & 0x0FF ); in bim_UInt16ByteImage_warp()
587 v2L = f1xL * ( *( ptr2L + khL ) & 0x0FF ) + f2xL * ( *( ptr2L + khL ) >> 8 ); in bim_UInt16ByteImage_warp()
594 v2L = f1xL * ( *( ptr2L + khL ) & 0x0FF ) + f2xL * ( *( ptr2L + khL + 1 ) >> 8 ); in bim_UInt16ByteImage_warp()
597 v2L = f1xL * ( *( ptr2L + khL ) >> 8 ) + f2xL * ( *( ptr2L + khL + 1 ) & 0x0FF ); in bim_UInt16ByteImage_warp()
827 const uint8* ptr2L; in bim_UInt16ByteImage_warp8() local
831 ptr2L = ptr1L + srcWidthL; in bim_UInt16ByteImage_warp8()
[all …]
DUInt8Image.c720 const uint8* ptr2L; in bim_UInt8Image_warpOffs() local
724 ptr2L = ptr1L + srcWidthL; in bim_UInt8Image_warpOffs()
729 valL = *ptr1L * f1yL + *ptr2L * f2yL ; in bim_UInt8Image_warpOffs()
736 valL = *( ptr1L + srcWidthL - 1 ) * f1yL + *( ptr2L + srcWidthL - 1 ) * f2yL; in bim_UInt8Image_warpOffs()
751 v2L = *( ptr2L + kL ) * f1xL + *( ptr2L + kL + 1 ) * f2xL; in bim_UInt8Image_warpOffs()