23 references to HalfToInt16Bits
System.Numerics.Tensors (16)
System\Numerics\Tensors\netcore\TensorPrimitives.Half.cs (16)
110
BitConverter.
HalfToInt16Bits
((Half)(object)y!),
127
BitConverter.
HalfToInt16Bits
((Half)(object)x!),
164
BitConverter.
HalfToInt16Bits
((Half)(object)y!),
200
BitConverter.
HalfToInt16Bits
((Half)(object)y!),
253
BitConverter.
HalfToInt16Bits
((Half)(object)y!),
273
BitConverter.
HalfToInt16Bits
((Half)(object)z!),
291
BitConverter.
HalfToInt16Bits
((Half)(object)y!),
292
BitConverter.
HalfToInt16Bits
((Half)(object)z!),
316
BitConverter.
HalfToInt16Bits
(
351
BitConverter.
HalfToInt16Bits
((Half)TBinary.Invoke(
390
BitConverter.
HalfToInt16Bits
((Half)TAggregate.Invoke(
424
return BitConverter.
HalfToInt16Bits
((Half)TAggregate.Invoke(
432
return BitConverter.
HalfToInt16Bits
((Half)TAggregate.Invoke(
440
return BitConverter.
HalfToInt16Bits
((Half)TAggregate.Invoke(
445
public static short IdentityValue => BitConverter.
HalfToInt16Bits
((Half)TAggregate.IdentityValue);
455
BitConverter.
HalfToInt16Bits
((Half)TTernary.Invoke(
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Buffers\Binary\BinaryPrimitives.WriteBigEndian.cs (2)
48
short tmp = ReverseEndianness(BitConverter.
HalfToInt16Bits
(value));
350
short tmp = ReverseEndianness(BitConverter.
HalfToInt16Bits
(value));
src\libraries\System.Private.CoreLib\src\System\Buffers\Binary\BinaryPrimitives.WriteLittleEndian.cs (2)
48
short tmp = ReverseEndianness(BitConverter.
HalfToInt16Bits
(value));
350
short tmp = ReverseEndianness(BitConverter.
HalfToInt16Bits
(value));
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1070
short valueInInt16Bits = BitConverter.
HalfToInt16Bits
(value);
src\libraries\System.Private.CoreLib\src\System\Numerics\TotalOrderIeee754Comparer.cs (2)
63
return CompareIntegerSemantic(BitConverter.
HalfToInt16Bits
((Half)(object)x!), BitConverter.
HalfToInt16Bits
((Half)(object)y!));