Home | History | Annotate | Download | only in arm

Lines Matching full:real

92                             FIXP_QMF *rSubband )           /*!< Real Output */
478 FIXP_DBL A, B, real, imag, sta0;
480 real = *--realSlot;
486 sta[0] = SMLAWB( sta[1], real, A ); sta++; /* index=316...........6 */
489 sta[0] = SMLAWT( sta[1], real, A ); sta++; /* index=317...........7 */
492 sta[0] = SMLAWB( sta[1], real, A ); sta++; /* index=318...........8 */
495 sta[0] = SMLAWT( sta[1], real, A ); sta++; /* index=9...........319 */
498 result = SMLAWT( sta0, real, A ); /* index=315...........5 */
502 real = *--realSlot;
506 result = SMLAWB( sta[0], real, A ); /* index=310...........0 */
510 sta[0] = SMLAWT( sta[1], real, A ); sta++; /* index=311...........1 */
513 sta[0] = SMLAWB( sta[1], real, A ); sta++; /* index=312...........2 */
515 sta[0] = SMLAWT( sta[1], real, A ); sta++; /* index=313...........3 */
519 sta[0] = SMLAWB( sta[1], real, A ); sta++; /* index=314...........4 */
534 FIXP_QMF *RESTRICT realSlot, /*!< Input: Pointer to real Slot */
562 FIXP_DBL A, B, real, imag;
564 real = *realSlot--;
568 result = SMLAWB( sta[0], real, A ); /* index=310...........0 */
571 sta[0] = SMLAWT( sta[1], real, A ); sta++; /* index=311...........1 */
574 sta[0] = SMLAWB( sta[1], real, A ); sta++; /* index=312...........2 */
576 sta[0] = SMLAWT( sta[1], real, A ); sta++; /* index=313...........3 */
580 sta[0] = SMLAWB( sta[1], real, A ); sta++; /* index=314...........4 */
719 FIXP_DBL *realSlot, /*!< Input: Pointer to real Slot */
734 FIXP_DBL *realSlot, /*!< Input: Pointer to real Slot */