Home
last modified time | relevance | path

Searched refs:totalQ (Results 1 – 19 of 19) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/
H A DReferencesGC.java97 int totalQ = 0; in run() local
117 ++totalQ; in run()
120 ++totalQ; in run()
123 ++totalQ; in run()
126 if (totalQ != 0) { in run()
127 …throw new TestFailure("There are " + totalQ + " references in the queue instead 0 before null-assi… in run()
162 … while (totalQ < (RANGE * RATIO * 3 * 0.9) && (System.currentTimeMillis() < waitTime)) { in run()
182 totalQ = (enqued[WEAK] + enqued[SOFT] + enqued[PHANTOM]); in run()
183 if (totalQ < (int) (3 * RANGE * RATIO * 0.9)) { in run()
202 … if (totalQ < (int) (3 * RANGE * RATIO * 0.9) || totalQ > (int) (3 * RANGE * RATIO)) { in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/
H A DReferencesGC.java97 int totalQ = 0; in run() local
117 ++totalQ; in run()
120 ++totalQ; in run()
123 ++totalQ; in run()
126 if (totalQ != 0) { in run()
127 …throw new TestFailure("There are " + totalQ + " references in the queue instead 0 before null-assi… in run()
162 … while (totalQ < (RANGE * RATIO * 3 * 0.9) && (System.currentTimeMillis() < waitTime)) { in run()
182 totalQ = (enqued[WEAK] + enqued[SOFT] + enqued[PHANTOM]); in run()
183 if (totalQ < (int) (3 * RANGE * RATIO * 0.9)) { in run()
202 … if (totalQ < (int) (3 * RANGE * RATIO * 0.9) || totalQ > (int) (3 * RANGE * RATIO)) { in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/
H A DReferencesGC.java96 int totalQ = 0; in run() local
116 ++totalQ; in run()
119 ++totalQ; in run()
122 ++totalQ; in run()
125 if (totalQ != 0) { in run()
126 …throw new TestFailure("There are " + totalQ + " references in the queue instead 0 before null-assi… in run()
161 … while (totalQ < (RANGE * RATIO * 3 * 0.9) && (System.currentTimeMillis() < waitTime)) { in run()
181 totalQ = (enqued[WEAK] + enqued[SOFT] + enqued[PHANTOM]); in run()
182 if (totalQ < (int) (3 * RANGE * RATIO * 0.9)) { in run()
201 … if (totalQ < (int) (3 * RANGE * RATIO * 0.9) || totalQ > (int) (3 * RANGE * RATIO)) { in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/
H A DReferencesGC.java97 int totalQ = 0; in run() local
117 ++totalQ; in run()
120 ++totalQ; in run()
123 ++totalQ; in run()
126 if (totalQ != 0) { in run()
127 …throw new TestFailure("There are " + totalQ + " references in the queue instead 0 before null-assi… in run()
162 … while (totalQ < (RANGE * RATIO * 3 * 0.9) && (System.currentTimeMillis() < waitTime)) { in run()
182 totalQ = (enqued[WEAK] + enqued[SOFT] + enqued[PHANTOM]); in run()
183 if (totalQ < (int) (3 * RANGE * RATIO * 0.9)) { in run()
202 … if (totalQ < (int) (3 * RANGE * RATIO * 0.9) || totalQ > (int) (3 * RANGE * RATIO)) { in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/
H A DReferencesGC.java97 int totalQ = 0; in run() local
117 ++totalQ; in run()
120 ++totalQ; in run()
123 ++totalQ; in run()
126 if (totalQ != 0) { in run()
127 …throw new TestFailure("There are " + totalQ + " references in the queue instead 0 before null-assi… in run()
162 … while (totalQ < (RANGE * RATIO * 3 * 0.9) && (System.currentTimeMillis() < waitTime)) { in run()
182 totalQ = (enqued[WEAK] + enqued[SOFT] + enqued[PHANTOM]); in run()
183 if (totalQ < (int) (3 * RANGE * RATIO * 0.9)) { in run()
202 … if (totalQ < (int) (3 * RANGE * RATIO * 0.9) || totalQ > (int) (3 * RANGE * RATIO)) { in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/
H A DReferencesGC.java97 int totalQ = 0; in run() local
117 ++totalQ; in run()
120 ++totalQ; in run()
123 ++totalQ; in run()
126 if (totalQ != 0) { in run()
127 …throw new TestFailure("There are " + totalQ + " references in the queue instead 0 before null-assi… in run()
162 … while (totalQ < (RANGE * RATIO * 3 * 0.9) && (System.currentTimeMillis() < waitTime)) { in run()
182 totalQ = (enqued[WEAK] + enqued[SOFT] + enqued[PHANTOM]); in run()
183 if (totalQ < (int) (3 * RANGE * RATIO * 0.9)) { in run()
202 … if (totalQ < (int) (3 * RANGE * RATIO * 0.9) || totalQ > (int) (3 * RANGE * RATIO)) { in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/
H A DReferencesGC.java145 int totalQ = 0; in run() local
146 while ((totalQ < (3 * REMOVE)) && (System.currentTimeMillis() < waitTime)) { in run()
171 ++totalQ; in run()
175 if (totalQ < (3 * REMOVE)) { in run()
178 totalQ + " queued refs."); in run()
193 } else if (totalQ != (3 * REMOVE)) { in run()
194 … throw new TestFailure("Expected " + (3 * REMOVE) + " references enqueued: " + totalQ); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/gc/gctests/ReferencesGC/
H A DReferencesGC.java145 int totalQ = 0; in run() local
146 while ((totalQ < (3 * REMOVE)) && (System.currentTimeMillis() < waitTime)) { in run()
171 ++totalQ; in run()
175 if (totalQ < (3 * REMOVE)) { in run()
178 totalQ + " queued refs."); in run()
193 } else if (totalQ != (3 * REMOVE)) { in run()
194 … throw new TestFailure("Expected " + (3 * REMOVE) + " references enqueued: " + totalQ); in run()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcustom_value_tracker.cpp148 void CustomValueTracker::rotate(const double * const totalQ, const double * const dQ) in rotate() argument
152 globalProperties_.rotate(totalQ); in rotate()
H A Dmulti_node_mesh_I.h550 double totalQ[4],dQ[4], axisNorm[3], origin[3]; in rotate() local
559 totalQ[0] = cos(totalAngle*0.5); in rotate()
561 totalQ[i+1] = axis[i]*sin(totalAngle*0.5); in rotate()
572 rotate(totalQ,dQ,origin); in rotate()
576 …void MultiNodeMesh<NUM_NODES>::rotate(const double * const totalQ, const double * const dQ, const … in rotate() argument
595 MathExtraLiggghts::vec_quat_rotate(node_(i)[j], totalQ, node_(i)[j]); in rotate()
609 vectorCopy4D(totalQ, global_quaternion); in rotate()
H A Dtracking_mesh_I.h361 …void TrackingMesh<NUM_NODES>::rotate(const double * const totalQ, const double * const dQ, const d… in rotate() argument
367 MultiNodeMesh<NUM_NODES>::rotate(totalQ,dQ,origin); in rotate()
370 customValues_.rotate(totalQ,dQ); in rotate()
H A Dvolume_mesh.h110 …void rotate(const double * const totalQ, const double * const dQ, const double * const totalDispl,…
H A Dabstract_mesh.h87 …virtual void rotate(const double * const totalQ, const double * const dQ, const double * const ori…
H A Dvolume_mesh_I.h426 void VolumeMesh<NUM_NODES,NUM_FACES,NUM_NODES_PER_FACE>::rotate(const double * const totalQ, const … in rotate() argument
428 TrackingMesh<NUM_NODES>::rotate(totalQ,dQ,totalDispl,dDisp); in rotate()
H A Dtracking_mesh.h150 …virtual void rotate(const double * const totalQ, const double * const dQ, const double * const ori…
H A Dmulti_node_mesh.h210 …virtual void rotate(const double * const totalQ, const double * const dQ, const double * const ori…
H A Dcustom_value_tracker.h155 void rotate(const double * const totalQ, const double * const dQ);
H A Dsurface_mesh.h95 … void rotate(const double * const totalQ, const double * const dQ, const double * const origin);
H A Dsurface_mesh_I.h1236 void SurfaceMesh<NUM_NODES,NUM_NEIGH_MAX>::rotate(const double * const totalQ, const double * const… in rotate() argument
1238 TrackingMesh<NUM_NODES>::rotate(totalQ,dQ,origin); in rotate()