Home | History | Annotate | Download | only in arm

Lines Matching defs:imag

478      FIXP_DBL A, B, real, imag, sta0;
481 imag = *--imagSlot;
485 sta[0] = SMLAWT( sta[1], imag, B ); sta++; /* index=9...........319 */
487 sta[0] = SMLAWB( sta[1], imag, B ); sta++; /* index=8,18, ...318 */
491 sta[0] = SMLAWT( sta[1], imag, B ); sta++; /* index=7...........317 */
493 sta[0] = SMLAWB( sta[1], imag, B ); sta++; /* index=6...........316 */
497 sta[0] = SMULWT( imag, B ); sta++; /* index=5,15, ... 315 */
503 imag = *--imagSlot;
507 sta[0] = SMLAWB( sta[1], imag, B ); sta++; /* index=14..........324 */
512 sta[0] = SMLAWT( sta[1], imag, B ); sta++; /* index=13..........323 */
514 sta[0] = SMLAWB( sta[1], imag, B ); sta++; /* index=12..........322 */
518 sta[0] = SMLAWT( sta[1], imag, B ); sta++; /* index=11..........321 */
520 sta[0] = SMULWB( imag, B ); sta++; /* index=10..........320 */
535 FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */
562 FIXP_DBL A, B, real, imag;
565 imag = *imagSlot--;
569 sta[0] = SMLAWB( sta[1], imag, B ); sta++; /* index=14..........324 */
573 sta[0] = SMLAWT( sta[1], imag, B ); sta++; /* index=13..........323 */
575 sta[0] = SMLAWB( sta[1], imag, B ); sta++; /* index=12..........322 */
579 sta[0] = SMLAWT( sta[1], imag, B ); sta++; /* index=11..........321 */
581 sta[0] = SMULWB( imag, B ); sta++; /* index=10..........320 */
720 FIXP_DBL *imagSlot, /*!< Input: Pointer to imag Slot */
735 FIXP_DBL *imagSlot, /*!< Input: Pointer to imag Slot */