6 references to FusedMultiplyAdd
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.FusedMultiplyAdd.cs (1)
99
public static T Invoke(T x, T y, T z) => T.
FusedMultiplyAdd
(x, y, z);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
819
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
FusedMultiplyAdd
(TSelf, TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1511
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
FusedMultiplyAdd
(TSelf, TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\INumberBase.cs (1)
270
/// <para>On hardware that natively supports <see cref="IFloatingPointIeee754{TSelf}.
FusedMultiplyAdd
" />, this may return a result that was rounded as one ternary operation.</para>
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1168
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
FusedMultiplyAdd
(TSelf, TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
816
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
FusedMultiplyAdd
(TSelf, TSelf, TSelf)" />