21 references to NonTemporalByteThreshold
System.Numerics.Tensors (21)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (6)
208
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
450
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
692
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
1539
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
1777
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
2015
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IStatefulUnaryOperator.cs (3)
168
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
379
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
590
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.ITernaryOperator.cs (9)
190
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
463
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
736
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
1664
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
1933
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
2202
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
3143
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
3412
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
3681
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(T))) && canAlign)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryOperator.cs (3)
208
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(TInput))) && canAlign)
419
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(TInput))) && canAlign)
630
if ((remainder > (
NonTemporalByteThreshold
/ (nuint)sizeof(TInput))) && canAlign)