9 references to ReciprocalSqrtEstimate
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (1)
182
public static T Invoke(T x) => T.
ReciprocalSqrtEstimate
(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
854
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
ReciprocalSqrtEstimate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1598
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
ReciprocalSqrtEstimate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1206
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
ReciprocalSqrtEstimate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1042
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
ReciprocalSqrtEstimate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1053
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
ReciprocalSqrtEstimate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1046
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
ReciprocalSqrtEstimate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1110
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
ReciprocalSqrtEstimate
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
849
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
ReciprocalSqrtEstimate
(TSelf)" />