8 references to Ieee754Remainder
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorOperation.cs (3)
1146
destination = T.
Ieee754Remainder
(x, y);
1156
destination = T.
Ieee754Remainder
(x, y);
1166
destination = T.
Ieee754Remainder
(x, y);
System\Numerics\Tensors\netcore\TensorPrimitives.Ieee754Remainder.cs (1)
62
public static T Invoke(T x, T y) => T.
Ieee754Remainder
(x, y);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
823
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
Ieee754Remainder
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1514
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
Ieee754Remainder
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1171
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
Ieee754Remainder
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
820
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
Ieee754Remainder
(TSelf, TSelf)" />