2 references to Reciprocal
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (1)
164if (typeof(T) == typeof(float)) return Avx.Reciprocal(x.AsSingle()).As<float, T>();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
945public static Vector256<float> Reciprocal(Vector256<float> value) => Reciprocal(value);