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