Home
last modified time | relevance | path

Searched refs:flop3 (Results 1 – 6 of 6) sorted by relevance

/dports/games/coronapoker/coronapoker-4.33/src/main/java/com/tonikelope/coronapoker/
H A DCommunityCardsPanel.java43 return flop3; in getFlop3()
72 return new Card[]{flop1, flop2, flop3, turn, river}; in getCartasComunes()
109 flop3 = new com.tonikelope.coronapoker.Card(); in initComponents()
186 ….addComponent(flop3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE,… in initComponents()
205 ….addComponent(flop3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE,… in initComponents()
233 private com.tonikelope.coronapoker.Card flop3; field in CommunityCardsPanel
244 … for (ZoomableInterface zoomeable : new ZoomableInterface[]{flop1, flop2, flop3, turn, river}) { in zoom()
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Diterate_matrix.F1101 INTEGER(KIND=int_8) :: flop1, flop2, flop3, flop4, flop5 local
1252 filter_eps=threshold, flop=flop3)
1266 (flop1 + flop2 + flop3 + flop4 + flop5)/(1.0E6_dp*MAX(0.001_dp, t2 - t1))
1349 INTEGER(KIND=int_8) :: f, flop1, flop2, flop3, flop4, flop5 local
1428 flop3 = 0
1437 flop3 = flop3 + f
1456 flop3 = 0
1465 flop3 = flop3 + f
1484 (flop1 + flop2 + flop3 + flop4 + flop5)/(1.0E6_dp*MAX(0.001_dp, t2 - t1))
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Diterate_matrix.F1355 INTEGER(KIND=int_8) :: flop1, flop2, flop3, flop4, flop5 local
1506 filter_eps=threshold, flop=flop3)
1520 (flop1 + flop2 + flop3 + flop4 + flop5)/(1.0E6_dp*MAX(0.001_dp, t2 - t1))
1603 INTEGER(KIND=int_8) :: f, flop1, flop2, flop3, flop4, flop5 local
1682 flop3 = 0
1691 flop3 = flop3 + f
1710 flop3 = 0
1719 flop3 = flop3 + f
1738 (flop1 + flop2 + flop3 + flop4 + flop5)/(1.0E6_dp*MAX(0.001_dp, t2 - t1))
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfinish.cpp616 double fraction,flop3,flop1; in end() local
620 flop3 = nfft*nflops/1.0e9/(time3d/nsteps); in end()
622 } else fraction = flop3 = flop1 = 0.0; in end()
627 fprintf(screen,"FFT Gflps 3d (1d only) = %g %g\n",flop3,flop1); in end()
631 fprintf(logfile,"FFT Gflps 3d (1d only) = %g %g\n",flop3,flop1); in end()
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_cdc_async_bad.v36 Flop flop3 (.q(q3), .rst_n(rst3_bad_n), .clk(clk), .d(d)); instance
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfinish.cpp449 double fraction,flop3,flop1; in end() local
453 flop3 = nfft*nflops/1.0e9/(time3d/nsteps); in end()
455 } else fraction = flop3 = flop1 = 0.0; in end()
460 time3d,fraction,flop3,flop1); in end()