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