2 implementations of NegativeZero
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
819
static double IFloatingPointIeee754<double>.
NegativeZero
=> NegativeZero;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
814
static float IFloatingPointIeee754<float>.
NegativeZero
=> NegativeZero;
13 references to NegativeZero
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
818
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeZero
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1472
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeZero
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (2)
1478
result = isNegative ? TFloat.
NegativeZero
: TFloat.Zero;
1513
result = isNegative ? TFloat.
NegativeZero
: TFloat.Zero;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1091
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeZero
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
82
get => Create(T.
NegativeZero
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1080
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeZero
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (2)
110
/// <summary>Gets a new vector with all elements initialized to <see cref="IFloatingPointIeee754{TSelf}.
NegativeZero
" />.</summary>
115
get => Create(T.
NegativeZero
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
111
get => Create(T.
NegativeZero
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
111
get => Create(T.
NegativeZero
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
84
get => Create(T.
NegativeZero
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
813
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
NegativeZero
" />