3 references to NegativeEpsilonBits
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.BitDecrement.cs (3)
221
Vector128<ushort> specialValue = Vector128.Create(
NegativeEpsilonBits
) & isPositiveZero;
249
Vector256<ushort> specialValue = Vector256.Create(
NegativeEpsilonBits
) & isPositiveZero;
277
Vector512<ushort> specialValue = Vector512.Create(
NegativeEpsilonBits
) & isPositiveZero;