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