Searched refs:arr1L (Results 1 – 2 of 2) sorted by relevance
397 const int16* arr1L = vp1A->arrE.arrPtrE; in bts_Flt16Vec_dotPtrd() local412 sumL += ( int32 )arr1L[ iL ] * ( int32 )arr2L[ iL ]; in bts_Flt16Vec_dotPtrd()425 sumL += ( int32 )( ( arr1L[ iL ] + 1 ) >> 1 ) * ( int32 )( ( arr2L[ iL ] + 1 ) >> 1 ); in bts_Flt16Vec_dotPtrd()438 …sumL += ( int32 )( ( ( arr1L[ iL ] >> shrm1L ) + 1 ) >> 1 ) * ( int32 )( ( ( arr2L[ iL ] >> shrm1L… in bts_Flt16Vec_dotPtrd()
322 const uint16* arr1L = arr0L + wi2L; in bbf_Scanner_createBitImage() local336 …lBufL[ iL * 2 ] = ( ( ( arr0L[ iL ] & 0x0FF ) * yoff0L ) + ( ( arr1L[ iL ] & 0x0FF ) * yoff1L … in bbf_Scanner_createBitImage()337 …lBufL[ iL * 2 + 1 ] = ( ( ( arr0L[ iL ] >> 8 ) * yoff0L ) + ( ( arr1L[ iL ] >> 8 ) * yoff1L … in bbf_Scanner_createBitImage()