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)
199if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 472if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 745if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 1673if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 1942if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 2211if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 3157if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 3421if ((remainder > (NonTemporalByteThreshold / (nuint)sizeof(T))) && canAlign) 3685if ((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)