Searched refs:q4 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/test/compiler/8005956/
H A DPolynomialRoot.java78 final double q2 = 1.0 / 2.0, q4 = 1.0 / 4.0, q8 = 1.0 / 8.0;
140 final double qq = c - q2 * a * (b - q4 * aa);
141 final double rr = d - q4 * a * (c - q4 * a * (b - q3 * aa));
143 final double sc = q4 * (q4 * pp * pp - rr);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExchanger.java308 long q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, qa, qb, qc, qd, qe; field in class:Exchanger.Slot

Completed in 1197 milliseconds