3 references to Double_LOGV
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Cosh.cs (3)
89
Vector128<double> z = ExpOperator<double>.Invoke(y - Vector128.Create(
Double_LOGV
));
110
Vector256<double> z = ExpOperator<double>.Invoke(y - Vector256.Create(
Double_LOGV
));
131
Vector512<double> z = ExpOperator<double>.Invoke(y - Vector512.Create(
Double_LOGV
));