Searched defs:root2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/test/compiler/8005956/
H A DPolynomialRoot.java39 return root2(p,re_root,im_root);
127 root2(new double []{p[2],p[3],p[4]},re_root,im_root);
523 public static int root2(final double [] p,final double [] re_root,final double [] im_root) method in class:PolynomialRoot
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java279 private static boolean isSameDrive(String root1, String root2) { argument
281 Character.toUpperCase(root2.charAt(0));

Completed in 76 milliseconds