Lines Matching full:256

19 …RS256 __attribute__((__always_inline__, __nodebug__, __target__("fma"), __min_vector_width__(256)))
517 /// Computes a multiply-add of 256-bit vectors of [8 x float].
525 /// A 256-bit vector of [8 x float] containing the multiplicand.
527 /// A 256-bit vector of [8 x float] containing the multiplier.
529 /// A 256-bit vector of [8 x float] containing the addend.
530 /// \returns A 256-bit vector of [8 x float] containing the result.
537 /// Computes a multiply-add of 256-bit vectors of [4 x double].
545 /// A 256-bit vector of [4 x double] containing the multiplicand.
547 /// A 256-bit vector of [4 x double] containing the multiplier.
549 /// A 256-bit vector of [4 x double] containing the addend.
550 /// \returns A 256-bit vector of [4 x double] containing the result.
557 /// Computes a multiply-subtract of 256-bit vectors of [8 x float].
565 /// A 256-bit vector of [8 x float] containing the multiplicand.
567 /// A 256-bit vector of [8 x float] containing the multiplier.
569 /// A 256-bit vector of [8 x float] containing the subtrahend.
570 /// \returns A 256-bit vector of [8 x float] containing the result.
577 /// Computes a multiply-subtract of 256-bit vectors of [4 x double].
585 /// A 256-bit vector of [4 x double] containing the multiplicand.
587 /// A 256-bit vector of [4 x double] containing the multiplier.
589 /// A 256-bit vector of [4 x double] containing the subtrahend.
590 /// \returns A 256-bit vector of [4 x double] containing the result.
597 /// Computes a negated multiply-add of 256-bit vectors of [8 x float].
605 /// A 256-bit vector of [8 x float] containing the multiplicand.
607 /// A 256-bit vector of [8 x float] containing the multiplier.
609 /// A 256-bit vector of [8 x float] containing the addend.
610 /// \returns A 256-bit vector of [8 x float] containing the result.
617 /// Computes a negated multiply-add of 256-bit vectors of [4 x double].
625 /// A 256-bit vector of [4 x double] containing the multiplicand.
627 /// A 256-bit vector of [4 x double] containing the multiplier.
629 /// A 256-bit vector of [4 x double] containing the addend.
630 /// \returns A 256-bit vector of [4 x double] containing the result.
637 /// Computes a negated multiply-subtract of 256-bit vectors of [8 x float].
645 /// A 256-bit vector of [8 x float] containing the multiplicand.
647 /// A 256-bit vector of [8 x float] containing the multiplier.
649 /// A 256-bit vector of [8 x float] containing the subtrahend.
650 /// \returns A 256-bit vector of [8 x float] containing the result.
657 /// Computes a negated multiply-subtract of 256-bit vectors of [4 x double].
665 /// A 256-bit vector of [4 x double] containing the multiplicand.
667 /// A 256-bit vector of [4 x double] containing the multiplier.
669 /// A 256-bit vector of [4 x double] containing the subtrahend.
670 /// \returns A 256-bit vector of [4 x double] containing the result.
677 /// Computes a multiply with alternating add/subtract of 256-bit vectors of
696 /// A 256-bit vector of [8 x float] containing the multiplicand.
698 /// A 256-bit vector of [8 x float] containing the multiplier.
700 /// A 256-bit vector of [8 x float] containing the addend/subtrahend.
701 /// \returns A 256-bit vector of [8 x float] containing the result.
708 /// Computes a multiply with alternating add/subtract of 256-bit vectors of
723 /// A 256-bit vector of [4 x double] containing the multiplicand.
725 /// A 256-bit vector of [4 x double] containing the multiplier.
727 /// A 256-bit vector of [4 x double] containing the addend/subtrahend.
728 /// \returns A 256-bit vector of [4 x double] containing the result.
735 /// Computes a vector multiply with alternating add/subtract of 256-bit
754 /// A 256-bit vector of [8 x float] containing the multiplicand.
756 /// A 256-bit vector of [8 x float] containing the multiplier.
758 /// A 256-bit vector of [8 x float] containing the addend/subtrahend.
759 /// \returns A 256-bit vector of [8 x float] containing the result.
766 /// Computes a vector multiply with alternating add/subtract of 256-bit
781 /// A 256-bit vector of [4 x double] containing the multiplicand.
783 /// A 256-bit vector of [4 x double] containing the multiplier.
785 /// A 256-bit vector of [4 x double] containing the addend/subtrahend.
786 /// \returns A 256-bit vector of [4 x double] containing the result.