![]() |
Expression object for 32-bit floating point fused multiply-subtract operations.The SIMDf32FmsubExpr class represents the compile time expression for 32-bit floating point fused multiply-subtract operations. More...
#include <FMA.h>
Inherits SIMDf32< SIMDf32FmsubExpr< T1, T2, T3 > >.
Public Types | |
using | This = SIMDf32MultExpr< T1, T2 > |
Type of this SIMDf32FMsubExpr instance. | |
using | BaseType = SIMDf32< This > |
Base type of this SIMDf32FMsubExpr instance. | |
Public Member Functions | |
BLAZE_ALWAYS_INLINE | SIMDf32FmsubExpr (const T1 &a, const T2 &b, const T3 &c) |
Constructor for the SIMDf32FmsubExpr class. More... | |
BLAZE_ALWAYS_INLINE const SIMDfloat | eval () const noexcept=delete |
Evaluation of the expression object. More... | |
Public Attributes | |
const T1 | a_ |
The left-hand side operand for the multiplication. | |
const T2 | b_ |
The right-hand side operand for the multiplication. | |
const T3 | c_ |
The right-hand side operand for the subtraction. | |
Expression object for 32-bit floating point fused multiply-subtract operations.
The SIMDf32FmsubExpr class represents the compile time expression for 32-bit floating point fused multiply-subtract operations.
|
inlineexplicit |
Constructor for the SIMDf32FmsubExpr class.
a | The left-hand side operand for the multiplication. |
b | The right-hand side operand for the multiplication. |
c | The right-hand side operand for the subtraction. |
|
deletenoexcept |
Evaluation of the expression object.