Searched refs:v2PtrL (Results 1 - 1 of 1) sorted by last modified time

/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c579 int32* v2PtrL = ( int32* )vec2A; local
584 smlabb accuL, *v1PtrL, *v2PtrL, accuL; local
585 smlatt accuL, *v1PtrL, *v2PtrL, accuL; local
587 v1PtrL++; v2PtrL++;
589 smlabb accuL, *v1PtrL, *v2PtrL, accuL; local
590 smlatt accuL, *v1PtrL, *v2PtrL, accuL; local
592 v1PtrL++; v2PtrL++;
596 vec2A = ( int16* )v2PtrL;

Completed in 49 milliseconds