2 references to SignedLessThan
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (2)
256
Vector128<TFrom> matches =
SignedLessThan
((srcVector - subtractionVector), comparisonVector);
302
matches =
SignedLessThan
((srcVector - subtractionVector), comparisonVector);