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)
201if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 474if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 747if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 1675if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 1944if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 2213if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 3159if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 3423if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 3687if ((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)