public static void vdiv(int n, float[] a, int offseta, float[] b, int offsetb, float[] r, int offsetr) { Provider.vsdiv(n, a, offseta, b, offsetb, r, offsetr); }