Home
last modified time | relevance | path

Searched refs:full_dist (Results 1 – 5 of 5) sorted by relevance

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_load_balance_methods.F747 ALLOCATE (full_dist(ncpu*n_threads, nbins))
749 full_dist(:, :)%istart = 0_int_8
751 full_dist(:, :)%cost = 0_int_8
752 full_dist(:, :)%time_first_scf = 0.0_dp
753 full_dist(:, :)%time_other_scf = 0.0_dp
754 full_dist(:, :)%time_forces = 0.0_dp
1650 full_dist(:, :)%istart = 0_int_8
1652 full_dist(:, :)%cost = 0_int_8
1653 full_dist(:, :)%time_first_scf = 0.0_dp
1654 full_dist(:, :)%time_other_scf = 0.0_dp
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_load_balance_methods.F744 ALLOCATE (full_dist(ncpu*n_threads, nbins))
746 full_dist(:, :)%istart = 0_int_8
748 full_dist(:, :)%cost = 0_int_8
749 full_dist(:, :)%time_first_scf = 0.0_dp
750 full_dist(:, :)%time_other_scf = 0.0_dp
751 full_dist(:, :)%time_forces = 0.0_dp
1647 full_dist(:, :)%istart = 0_int_8
1649 full_dist(:, :)%cost = 0_int_8
1650 full_dist(:, :)%time_first_scf = 0.0_dp
1651 full_dist(:, :)%time_other_scf = 0.0_dp
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/patches/
H A D0002-Add-random-number-generator-with-TR1-implementation.patch55 + tr1ns::uniform_real_distribution<> full_dist(0, 4294967296);
60 + > gen_full_dist(rand, full_dist);
115 + uint_fast32_t distributed = full_dist(rand);
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/greasepencil_tools/
H A Dline_reshape.py83 full_dist = get_stroke_length(s)
89 ratio = dist_from_start / full_dist
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dmesh_bsurfaces.py2899 full_dist = 0
2912 full_dist += dist
2946 used_edges_proportions_V.append(sub_seg_dist / full_dist)
2954 used_edges_proportions_V.append(sub_seg_dist / full_dist)