13 references to AsInt64
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (1)
2762
x = TAggregate.Invoke(x, Vector128.Shuffle(x.
AsInt64
(), Vector128.Create(1, 0)).As<long, T>());
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IIndexOfOperator.cs (4)
30
tmpResult = Vector128.Shuffle(result.
AsInt64
(), Vector128.Create(1, 0)).As<long, T>();
31
tmpIndex = Vector128.Shuffle(resultIndex.
AsInt64
(), Vector128.Create(1, 0)).As<long, T>();
127
sizeof(T) == sizeof(long) ? Vector128.LessThan(indices1.
AsInt64
(), indices2.
AsInt64
()).As<long, T>() :
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (8)
103
return All(vector.
AsInt64
(), -1);
136
return Any(vector.
AsInt64
(), -1);
760
return Count(vector.
AsInt64
(), -1);
1844
return IndexOf(vector.
AsInt64
(), -1);
1939
return LessThan(vector.
AsInt64
(), Vector128<long>.Zero).As<long, T>();
2014
return GreaterThanOrEqual(vector.
AsInt64
(), Vector128<long>.Zero).As<long, T>();
2075
return LastIndexOf(vector.
AsInt64
(), -1);
2720
return None(vector.
AsInt64
(), -1);