Home
last modified time | relevance | path

Searched refs:lj (Results 1 – 25 of 4324) sorted by relevance

12345678910>>...173

/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/momb/
H A Din.system13 pair_style hybrid/overlay eam/fs lj/charmm/coul/long 10.0 12.0 momb 12.0 0.75 20.0 morse 5.5
41 pair_coeff 1 1 lj/charmm/coul/long 0.001520 2.387609 0.001520 2.387609 #HRA2 HRA2
42 pair_coeff 1 2 lj/charmm/coul/long 0.001722 2.387609 0.001722 2.387609 #HRA2 HGA1
43 pair_coeff 1 3 lj/charmm/coul/long 0.001520 2.387609 0.001520 2.387609 #HRA2 HGA2
44 pair_coeff 1 4 lj/charmm/coul/long 0.001257 2.387609 0.001257 2.387609 #HRA2 HGA3
45 pair_coeff 1 5 lj/charmm/coul/long 0.001150 3.153782 0.001150 3.153782 #HRA2 CG2R53
46 pair_coeff 1 6 lj/charmm/coul/long 0.001454 2.975602 0.000808 2.886512 #HRA2 CG311
47 pair_coeff 1 7 lj/charmm/coul/long 0.001922 2.984511 0.000808 2.886512 #HRA2 CG321
48 pair_coeff 1 8 lj/charmm/coul/long 0.002267 3.020147 0.000808 2.886512 #HRA2 CG331
49 pair_coeff 1 9 lj/charmm/coul/long 0.001988 2.993420 0.000808 2.886512 #HRA2 CG3C52
[all …]
H A Dlog.17Mar2017.system.g++.115 pair_style hybrid/overlay eam/fs lj/charmm/coul/long 10.0 12.0 momb 12.0 0.75 20.0 morse 5.5
67 pair_coeff 1 1 lj/charmm/coul/long 0.001520 2.387609 0.001520 2.387609 #HRA2 HRA2
68 pair_coeff 1 2 lj/charmm/coul/long 0.001722 2.387609 0.001722 2.387609 #HRA2 HGA1
69 pair_coeff 1 3 lj/charmm/coul/long 0.001520 2.387609 0.001520 2.387609 #HRA2 HGA2
70 pair_coeff 1 4 lj/charmm/coul/long 0.001257 2.387609 0.001257 2.387609 #HRA2 HGA3
78 pair_coeff 1 12 lj/charmm/coul/long 0.001520 2.387609 0.001520 2.387609 #HRA2 HCA2
79 pair_coeff 1 13 lj/charmm/coul/long 0.001739 1.393811 0.001739 1.393811 #HRA2 HCP1
82 pair_coeff 2 2 lj/charmm/coul/long 0.001950 2.387609 0.001950 2.387609 #HGA1 HGA1
83 pair_coeff 2 3 lj/charmm/coul/long 0.001722 2.387609 0.001722 2.387609 #HGA1 HGA2
84 pair_coeff 2 4 lj/charmm/coul/long 0.001424 2.387609 0.001424 2.387609 #HGA1 HGA3
[all …]
H A Dlog.17Mar2017.system.g++.415 pair_style hybrid/overlay eam/fs lj/charmm/coul/long 10.0 12.0 momb 12.0 0.75 20.0 morse 5.5
67 pair_coeff 1 1 lj/charmm/coul/long 0.001520 2.387609 0.001520 2.387609 #HRA2 HRA2
68 pair_coeff 1 2 lj/charmm/coul/long 0.001722 2.387609 0.001722 2.387609 #HRA2 HGA1
69 pair_coeff 1 3 lj/charmm/coul/long 0.001520 2.387609 0.001520 2.387609 #HRA2 HGA2
70 pair_coeff 1 4 lj/charmm/coul/long 0.001257 2.387609 0.001257 2.387609 #HRA2 HGA3
78 pair_coeff 1 12 lj/charmm/coul/long 0.001520 2.387609 0.001520 2.387609 #HRA2 HCA2
79 pair_coeff 1 13 lj/charmm/coul/long 0.001739 1.393811 0.001739 1.393811 #HRA2 HCP1
82 pair_coeff 2 2 lj/charmm/coul/long 0.001950 2.387609 0.001950 2.387609 #HGA1 HGA1
83 pair_coeff 2 3 lj/charmm/coul/long 0.001722 2.387609 0.001722 2.387609 #HGA1 HGA2
84 pair_coeff 2 4 lj/charmm/coul/long 0.001424 2.387609 0.001424 2.387609 #HGA1 HGA3
[all …]
/dports/shells/xonsh/xonsh-0.7.9/tests/
H A Dtest_lazyjson.py76 lj = LazyJSON(f)
85 lj = LazyJSON(f)
93 lj = LazyJSON(f)
102 lj = LazyJSON(f)
112 lj = LazyJSON(f)
113 assert 28 == lj[3]
124 lj = LazyJSON(f)
136 lj = LazyJSON(f)
148 lj = LazyJSON(f)
157 lj = LazyJSON(f)
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_luajit.c28 struct flb_luajit *lj; in flb_luajit_create() local
31 if (!lj) { in flb_luajit_create()
37 if (!lj->state) { in flb_luajit_create()
39 flb_free(lj); in flb_luajit_create()
42 luaL_openlibs(lj->state); in flb_luajit_create()
43 lj->config = config; in flb_luajit_create()
46 return lj; in flb_luajit_create()
65 lua_close(lj->state); in flb_luajit_destroy()
66 mk_list_del(&lj->_head); in flb_luajit_destroy()
67 flb_free(lj); in flb_luajit_destroy()
[all …]
/dports/editors/ted/Ted-2.23/docLayout/
H A DdocLayout.c31 LayoutJob * lj ) in docLayoutParaNode() argument
68 LayoutJob * lj ) in docLayoutCellNode() argument
133 LayoutJob * lj ) in docLayoutBodyNode() argument
148 if ( docTreePrelayout( &(bd->bdEiFtnsep), lj->ljBodySectNode, lj ) ) in docLayoutBodyNode()
150 if ( docTreePrelayout( &(bd->bdEiFtnsepc), lj->ljBodySectNode, lj ) ) in docLayoutBodyNode()
152 if ( docTreePrelayout( &(bd->bdEiFtncn), lj->ljBodySectNode, lj ) ) in docLayoutBodyNode()
155 if ( docTreePrelayout( &(bd->bdEiAftnsep), lj->ljBodySectNode, lj ) ) in docLayoutBodyNode()
157 if ( docTreePrelayout( &(bd->bdEiAftnsepc), lj->ljBodySectNode, lj ) ) in docLayoutBodyNode()
159 if ( docTreePrelayout( &(bd->bdEiAftncn), lj->ljBodySectNode, lj ) ) in docLayoutBodyNode()
198 LayoutJob * lj ) in docLayoutNodeImplementation() argument
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/fep/CC-CO/fep10/
H A Din.fep10.lmp10 special_bonds lj/coul 0.0 0.0 0.5
16 pair_style hybrid lj/cut/coul/long 10.0 10.0 &
17 lj/cut/coul/long/soft 1 0.5 10.0 10.0 10.0
90 pair lj/cut/coul/long/soft lambda 2*3 7*8 v_minusl &
91 pair lj/cut/coul/long/soft lambda 3 4 v_minusl &
92 pair lj/cut/coul/long/soft lambda 4 6 v_lambda &
93 pair lj/cut/coul/long/soft lambda 5*6 7*8 v_lambda &
112 pair lj/cut/coul/long/soft lambda 2*3 7*8 v_minusdl &
113 pair lj/cut/coul/long/soft lambda 3 4 v_minusdl &
114 pair lj/cut/coul/long/soft lambda 4 6 v_dlambda &
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/fep/CC-CO/fep01/
H A Din.fep01.lmp10 special_bonds lj/coul 0.0 0.0 0.5
16 pair_style hybrid lj/cut/coul/long 10.0 10.0 &
17 lj/cut/coul/long/soft 1 0.5 10.0 10.0 10.0
90 pair lj/cut/coul/long/soft lambda 2*3 7*8 v_minusl &
91 pair lj/cut/coul/long/soft lambda 3 4 v_minusl &
92 pair lj/cut/coul/long/soft lambda 4 6 v_lambda &
93 pair lj/cut/coul/long/soft lambda 5*6 7*8 v_lambda &
112 pair lj/cut/coul/long/soft lambda 2*3 7*8 v_minusdl &
113 pair lj/cut/coul/long/soft lambda 3 4 v_minusdl &
114 pair lj/cut/coul/long/soft lambda 4 6 v_dlambda &
[all …]
/dports/science/libcint/libcint-5.1.0/src/
H A Dg3c1e.h21 const FINT li, const FINT lj, const FINT lk,
25 const FINT li, const FINT lj, const FINT lk,
33 #define G3C1E_D_I(f, g, li, lj, lk) CINTnabla1i_3c1e(f, g, li, lj, lk, envs) argument
34 #define G3C1E_D_J(f, g, li, lj, lk) CINTnabla1j_3c1e(f, g, li, lj, lk, envs) argument
35 #define G3C1E_D_K(f, g, li, lj, lk) CINTnabla1k_3c1e(f, g, li, lj, lk, envs) argument
37 #define G3C1E_R0I(f, g, li, lj, lk) CINTx1i_3c1e(f, g, ri, li, lj, lk, envs) argument
38 #define G3C1E_R0J(f, g, li, lj, lk) CINTx1j_3c1e(f, g, rj, li, lj, lk, envs) argument
39 #define G3C1E_R0K(f, g, li, lj, lk) CINTx1k_3c1e(f, g, rk, li, lj, lk, envs) argument
41 #define G3C1E_RCI(f, g, li, lj, lk) CINTx1i_3c1e(f, g, dri, li, lj, lk, envs) argument
42 #define G3C1E_RCJ(f, g, li, lj, lk) CINTx1j_3c1e(f, g, drj, li, lj, lk, envs) argument
[all …]
H A Dg1e.h29 FINT li, FINT lj, FINT lk, CINTEnvVars *envs);
32 FINT li, FINT lj, FINT lk, CINTEnvVars *envs);
48 #define G1E_D_I(f, g, li, lj, lk) CINTnabla1i_1e(f, g, li, lj, lk, envs) argument
49 #define G1E_D_J(f, g, li, lj, lk) CINTnabla1j_1e(f, g, li, lj, lk, envs) argument
50 #define G1E_D_K(f, g, li, lj, lk) CINTnabla1k_1e(f, g, li, lj, lk, envs) argument
52 #define G1E_R0I(f, g, li, lj, lk) CINTx1i_1e(f, g, envs->ri, li, lj, lk, envs) argument
53 #define G1E_R0J(f, g, li, lj, lk) CINTx1j_1e(f, g, envs->rj, li, lj, lk, envs) argument
54 #define G1E_R0K(f, g, li, lj, lk) CINTx1k_1e(f, g, envs->rk, li, lj, lk, envs) argument
56 #define G1E_RCI(f, g, li, lj, lk) CINTx1i_1e(f, g, dri, li, lj, lk, envs) argument
57 #define G1E_RCJ(f, g, li, lj, lk) CINTx1j_1e(f, g, drj, li, lj, lk, envs) argument
[all …]
H A Dg2e.h91 #define G2E_D_I(f, g, li, lj, lk, ll) CINTnabla1i_2e(f, g, li, lj, lk, ll, envs) argument
92 #define G2E_D_J(f, g, li, lj, lk, ll) CINTnabla1j_2e(f, g, li, lj, lk, ll, envs) argument
93 #define G2E_D_K(f, g, li, lj, lk, ll) CINTnabla1k_2e(f, g, li, lj, lk, ll, envs) argument
94 #define G2E_D_L(f, g, li, lj, lk, ll) CINTnabla1l_2e(f, g, li, lj, lk, ll, envs) argument
96 #define G2E_R0I(f, g, li, lj, lk, ll) CINTx1i_2e(f, g, envs->ri, li, lj, lk, ll, envs) argument
97 #define G2E_R0J(f, g, li, lj, lk, ll) CINTx1j_2e(f, g, envs->rj, li, lj, lk, ll, envs) argument
98 #define G2E_R0K(f, g, li, lj, lk, ll) CINTx1k_2e(f, g, envs->rk, li, lj, lk, ll, envs) argument
101 #define G2E_RCI(f, g, li, lj, lk, ll) CINTx1i_2e(f, g, dri, li, lj, lk, ll, envs) argument
102 #define G2E_RCJ(f, g, li, lj, lk, ll) CINTx1j_2e(f, g, drj, li, lj, lk, ll, envs) argument
103 #define G2E_RCK(f, g, li, lj, lk, ll) CINTx1k_2e(f, g, drk, li, lj, lk, ll, envs) argument
[all …]
H A Dg1e_grids.h12 FINT li, FINT lj, CINTEnvVars *envs);
15 FINT li, FINT lj, CINTEnvVars *envs);
18 FINT li, FINT lj, CINTEnvVars *envs);
21 FINT li, FINT lj, CINTEnvVars *envs);
24 #define G1E_GRIDS_D_I(f, g, li, lj) CINTnabla1i_grids(f, g, li, lj, envs) argument
25 #define G1E_GRIDS_D_J(f, g, li, lj) CINTnabla1j_grids(f, g, li, lj, envs) argument
27 #define G1E_GRIDS_R0I(f, g, li, lj) CINTx1i_grids(f, g, ri, li, lj, envs) argument
28 #define G1E_GRIDS_R0J(f, g, li, lj) CINTx1j_grids(f, g, rj, li, lj, envs) argument
30 #define G1E_GRIDS_RCI(f, g, li, lj) CINTx1i_grids(f, g, dri, li, lj, envs) argument
31 #define G1E_GRIDS_RCJ(f, g, li, lj) CINTx1j_grids(f, g, drj, li, lj, envs) argument
[all …]
/dports/net/rclone/rclone-1.57.0/fs/operations/
H A Dlsjson.go101 lj := &listJSON{
114 lj.files = false
116 lj.dirs = false
146 lj.hashTypes = append(lj.hashTypes, ht)
149 return lj, nil
208 if lj.showHash {
271 if !lj.dirs {
283 if lj.files {
288 if !lj.dirs {
292 if !lj.dirs {
[all …]
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dimage_load_cr3.c356 if (lj->stereo) in image_loader_cr3_load()
375 lj->size_cb(loader, lj->requested_width, lj->requested_height, lj->data); in image_loader_cr3_load()
380 …if (cinfo.output_width < (lj->stereo ? lj->requested_width / 2 : lj->requested_width) || cinfo.out… in image_loader_cr3_load()
386 if (lj->stereo) in image_loader_cr3_load()
398 if (lj->stereo) in image_loader_cr3_load()
415 if (!lj->pixbuf) in image_loader_cr3_load()
422 lj->area_prepared_cb(loader, lj->data); in image_loader_cr3_load()
434 if (lj->stereo) in image_loader_cr3_load()
444 if (lj->stereo) in image_loader_cr3_load()
490 if (lj->pixbuf) g_object_unref(lj->pixbuf); in image_loader_cr3_free()
[all …]
H A Dimage_load_jpeg.c331 if (lj->stereo) in image_loader_jpeg_load()
351 lj->size_cb(loader, lj->requested_width, lj->requested_height, lj->data); in image_loader_jpeg_load()
356 …if (cinfo.output_width < (lj->stereo ? lj->requested_width / 2 : lj->requested_width) || cinfo.out… in image_loader_jpeg_load()
362 if (lj->stereo) in image_loader_jpeg_load()
374 if (lj->stereo) in image_loader_jpeg_load()
391 if (!lj->pixbuf) in image_loader_jpeg_load()
398 lj->area_prepared_cb(loader, lj->data); in image_loader_jpeg_load()
410 if (lj->stereo) in image_loader_jpeg_load()
420 if (lj->stereo) in image_loader_jpeg_load()
466 if (lj->pixbuf) g_object_unref(lj->pixbuf); in image_loader_jpeg_free()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Dpair_lj_cut_coul.rst1 .. index:: pair_style lj/cut/coul/cut
28 Accelerator Variants: *lj/cut/coul/cut/gpu*, *lj/cut/coul/cut/kk*, *lj/cut/coul/cut/omp*
33 Accelerator Variants: *lj/cut/coul/debye/gpu*, *lj/cut/coul/debye/kk*, *lj/cut/coul/debye/omp*
38 Accelerator Variants: *lj/cut/coul/dsf/gpu*, *lj/cut/coul/dsf/kk*, *lj/cut/coul/dsf/omp*
43 Accelerator Variants: *lj/cut/coul/long/gpu*, *lj/cut/coul/long/kk*, *lj/cut/coul/long/intel*, *lj/…
48 Accelerator Variants: *lj/cut/coul/msm/gpu*, *lj/cut/coul/msm/omp*
62 * style = *lj/cut/coul/cut* or *lj/cut/coul/debye* or *lj/cut/coul/dsf* or *lj/cut/coul/long* *lj/c…
182 Styles *lj/cut/coul/long* and *lj/cut/coul/msm* compute the same
239 For *lj/cut/coul/long* and *lj/cut/coul/msm* only the LJ cutoff can be
291 The *lj/cut/coul/long* and *lj/cut/coul/msm* styles are part of the KSPACE package.
[all …]
H A Dpair_lj.rst1 .. index:: pair_style lj/cut
2 .. index:: pair_style lj/cut/gpu
3 .. index:: pair_style lj/cut/intel
4 .. index:: pair_style lj/cut/kk
5 .. index:: pair_style lj/cut/opt
6 .. index:: pair_style lj/cut/omp
8 pair_style lj/cut command
11 Accelerator Variants: *lj/cut/gpu*, *lj/cut/intel*, *lj/cut/kk*, *lj/cut/opt*, *lj/cut/omp*
20 * style = *lj/cut*
25 *lj/cut* args = cutoff
[all …]
H A Dpair_class2.rst1 .. index:: pair_style lj/class2
2 .. index:: pair_style lj/class2/gpu
3 .. index:: pair_style lj/class2/kk
4 .. index:: pair_style lj/class2/omp
13 pair_style lj/class2 command
16 Accelerator Variants: *lj/class2/gpu*, *lj/class2/kk*, *lj/class2/omp*
21 Accelerator Variants: *lj/class2/coul/cut/kk*, *lj/class2/coul/cut/omp*
26 Accelerator Variants: *lj/class2/coul/long/gpu*, *lj/class2/coul/long/kk*, *lj/class2/coul/long/omp*
35 * style = *lj/class2* or *lj/class2/coul/cut* or *lj/class2/coul/long*
54 pair_style lj/class2 10.0
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/fep/C7inEthanol/fep01/
H A Din.insertion7 pair_style hybrid lj/class2/coul/long 9.5 lj/class2/coul/long/soft 2 0.5 0.5 9.5
13 special_bonds lj/coul 0 0 1
17 pair_coeff 1 6 lj/class2/coul/long/soft 0.054 4.01 0.0
18 pair_coeff 2 6 lj/class2/coul/long/soft 0.054 4.01 0.0
19 pair_coeff 3 6 lj/class2/coul/long/soft 0.10615754 3.80912744 0.0
20 pair_coeff 4 6 lj/class2/coul/long/soft 0.02333374 3.66909137 0.0
21 pair_coeff 5 6 lj/class2/coul/long/soft 0.00108740 3.57275476 0.0
23 pair_coeff 1 7 lj/class2/coul/long/soft 0.054 4.01 0.0
24 pair_coeff 2 7 lj/class2/coul/long/soft 0.054 4.01 0.0
32 pair_coeff 4 8 lj/class2/coul/long/soft 0.02 2.995 0.0
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/fep/C7inEthanol/fep10/
H A Din.deletion7 pair_style hybrid lj/class2/coul/long 9.5 lj/class2/coul/long/soft 2 0.5 0.5 9.5
13 special_bonds lj/coul 0 0 1
17 pair_coeff 1 6 lj/class2/coul/long/soft 0.054 4.01 1.0
18 pair_coeff 2 6 lj/class2/coul/long/soft 0.054 4.01 1.0
19 pair_coeff 3 6 lj/class2/coul/long/soft 0.10615754 3.80912744 1.0
20 pair_coeff 4 6 lj/class2/coul/long/soft 0.02333374 3.66909137 1.0
21 pair_coeff 5 6 lj/class2/coul/long/soft 0.00108740 3.57275476 1.0
23 pair_coeff 1 7 lj/class2/coul/long/soft 0.054 4.01 1.0
24 pair_coeff 2 7 lj/class2/coul/long/soft 0.054 4.01 1.0
32 pair_coeff 4 8 lj/class2/coul/long/soft 0.02 2.995 1.0
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/relres/
H A Din.22DMH.respa5 special_bonds lj/coul 0.0 0.0 0.5
7 pair_style hybrid lj/relres 0.675e-9 0.725e-9 1.2e-9 1.4e-9 lj/relres 0.675e-9 .725e-9 1.2e-9 …
12 pair_coeff 1 1 lj/relres 1 3.47385e-22 3.8e-10 2.02372e-20 3.9309e-10 6.75e-10 7.25e-10 1.2e-09 1.4…
14 pair_coeff 1 3 lj/relres 2 5.33663e-22 3.85214e-10 0 3.91793e-10 6.75e-10 7.25e-10 7.25e-10 7.25e-10
16 pair_coeff 1 5 lj/relres 2 5.91576e-22 3.87918e-10 0 3.94542e-10 6.75e-10 7.25e-10 7.25e-10 7.25e-10
20 pair_coeff 2 4 lj/relres 2 8.19828e-22 3.905e-10 0 3.905e-10 5.75e-10 6.25e-10 6.25e-10 6.25e-10
22 pair_coeff 2 6 lj/relres 2 9.98393e-22 3.905e-10 0 3.905e-10 5.75e-10 6.25e-10 6.25e-10 6.25e-10
23 pair_coeff 3 3 lj/relres 2 8.19828e-22 3.905e-10 0 3.905e-10 6.75e-10 7.25e-10 7.25e-10 7.25e-10
27 pair_coeff 4 4 lj/relres 2 8.19828e-22 3.905e-10 0 3.905e-10 5.75e-10 6.25e-10 6.25e-10 6.25e-10
29 pair_coeff 4 6 lj/relres 2 9.98393e-22 3.905e-10 0 3.905e-10 5.75e-10 6.25e-10 6.25e-10 6.25e-10
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/cgsdk/sds-monolayer/
H A Din.sds-hybrid8 pair_style hybrid/overlay lj/sdk 15.0 coul/long 26.5
11 special_bonds lj/coul 0.0 0.0 1.0
17 pair_coeff 1 1 lj/sdk lj9_6 0.7000 4.3210 # SO4 SO4
18 pair_coeff 1 2 lj/sdk lj9_6 0.3830 4.4135 # SO4 CM
19 pair_coeff 1 3 lj/sdk lj9_6 0.4050 4.4530 # SO4 CT
20 pair_coeff 1 4 lj/sdk lj12_4 1.1000 4.1000 # SO4 SOD
21 pair_coeff 1 5 lj/sdk lj12_4 1.1000 4.1000 # SO4 W
22 pair_coeff 2 2 lj/sdk lj9_6 0.4200 4.5060 # CM CM
23 pair_coeff 2 3 lj/sdk lj9_6 0.4440 4.5455 # CT CM
24 pair_coeff 2 4 lj/sdk lj12_4 0.3400 4.4385 # SOD CM
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/diagrams/qtopiacore/
H A Dqt-embedded-opengl2.sk10 lj(1)
23 lj(1)
36 lj(1)
49 lj(1)
62 lj(1)
75 lj(1)
88 lj(1)
101 lj(1)
114 lj(1)
127 lj(1)
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/collapse/
H A Dcollapse.java49 long lj=0L, lk=0L; in main() local
66 lj = lj + 6L; in main()
67 lj = lj + 6L; in main()
68 lj = lj + 6L; in main()
69 lj = lj + 6L; in main()
74 boolPass &= lj==lk; in main()
99 lj=0L; lk=0L; in main()
114 lj += 6; in main()
115 lj += 6; in main()
116 lj += 6; in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/jit/collapse/
H A Dcollapse.java49 long lj=0L, lk=0L; in main() local
66 lj = lj + 6L; in main()
67 lj = lj + 6L; in main()
68 lj = lj + 6L; in main()
69 lj = lj + 6L; in main()
74 boolPass &= lj==lk; in main()
99 lj=0L; lk=0L; in main()
114 lj += 6; in main()
115 lj += 6; in main()
116 lj += 6; in main()
[all …]

12345678910>>...173