Home
last modified time | relevance | path

Searched refs:base_ct (Results 1 – 8 of 8) sorted by relevance

/dports/www/matomo/piwik/vendor/lox/xhprof/xhprof_lib/display/
H A Dxhprof.php935 function pc_info($info, $base_ct, $base_info, $parent) { argument
949 print_td_pct($info["ct"], $base_ct, ($sort_col == "ct"), $mouseoverct);
962 function print_pc_array($url_params, $results, $base_ct, $base_info, $parent, argument
999 pc_info($info, $base_ct, $base_info, $parent);
1221 $base_ct = $symbol_info["ct"];
1223 $base_ct = 0;
1239 print_pc_array($url_params, $results, $base_ct, $base_info, true,
1245 $base_ct = 0;
1253 $base_ct += $info["ct"];
1260 print_pc_array($url_params, $results, $base_ct, $base_info, false,
[all …]
/dports/www/moodle310/moodle/lib/xhprof/xhprof_lib/display/
H A Dxhprof.php935 function pc_info($info, $base_ct, $base_info, $parent) { argument
949 print_td_pct($info["ct"], $base_ct, ($sort_col == "ct"), $mouseoverct);
962 function print_pc_array($url_params, $results, $base_ct, $base_info, $parent, argument
999 pc_info($info, $base_ct, $base_info, $parent);
1221 $base_ct = $symbol_info["ct"];
1223 $base_ct = 0;
1239 print_pc_array($url_params, $results, $base_ct, $base_info, true,
1245 $base_ct = 0;
1253 $base_ct += $info["ct"];
1260 print_pc_array($url_params, $results, $base_ct, $base_info, false,
[all …]
/dports/www/moodle311/moodle/lib/xhprof/xhprof_lib/display/
H A Dxhprof.php935 function pc_info($info, $base_ct, $base_info, $parent) { argument
949 print_td_pct($info["ct"], $base_ct, ($sort_col == "ct"), $mouseoverct);
962 function print_pc_array($url_params, $results, $base_ct, $base_info, $parent, argument
999 pc_info($info, $base_ct, $base_info, $parent);
1221 $base_ct = $symbol_info["ct"];
1223 $base_ct = 0;
1239 print_pc_array($url_params, $results, $base_ct, $base_info, true,
1245 $base_ct = 0;
1253 $base_ct += $info["ct"];
1260 print_pc_array($url_params, $results, $base_ct, $base_info, false,
[all …]
/dports/www/moodle39/moodle/lib/xhprof/xhprof_lib/display/
H A Dxhprof.php935 function pc_info($info, $base_ct, $base_info, $parent) { argument
949 print_td_pct($info["ct"], $base_ct, ($sort_col == "ct"), $mouseoverct);
962 function print_pc_array($url_params, $results, $base_ct, $base_info, $parent, argument
999 pc_info($info, $base_ct, $base_info, $parent);
1221 $base_ct = $symbol_info["ct"];
1223 $base_ct = 0;
1239 print_pc_array($url_params, $results, $base_ct, $base_info, true,
1245 $base_ct = 0;
1253 $base_ct += $info["ct"];
1260 print_pc_array($url_params, $results, $base_ct, $base_info, false,
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dread_restart.cpp1024 bigint base_ct = total_ct / nprocs; in file_layout() local
1025 bigint leftover_ct = total_ct - (base_ct * nprocs); in file_layout()
1027 base_ct += 1; in file_layout()
1028 bigint base_ByteOffset = base_ct * (perAtomSize * sizeof(double)); in file_layout()
1031 nproc_chunk_sizes[ndx] = base_ct * perAtomSize; in file_layout()
1034 base_ct -= 1; in file_layout()
1038 nproc_chunk_sizes[ndx] = base_ct * perAtomSize; in file_layout()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dcuts.cc1176 const LinearConstraint base_ct, const std::vector<double>& lp_values,
1185 IntegerValue rhs = base_ct.ub;
1189 const IntegerValue coeff = base_ct.coeffs[i];
1261 in_cut_.assign(base_ct.vars.size(), false);
1273 cut_.vars.push_back(base_ct.vars[term.index]);
1274 if (base_ct.coeffs[term.index] > 0) {
1326 const IntegerValue positive_coeff = IntTypeAbs(base_ct.coeffs[i]);
1331 if (base_ct.coeffs[i] > 0) {
1334 cut_.vars.push_back(base_ct.vars[i]);
1339 cut_.vars.push_back(base_ct.vars[i]);
H A Dcuts.h248 bool TrySimpleKnapsack(const LinearConstraint base_ct,
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-pattern.cpp516 cairo_pattern_t *SPPattern::pattern_new(cairo_t *base_ct, Geom::OptRect const &bbox, double opacity) in pattern_new() argument
604 cairo_get_matrix(base_ct, &cm); in pattern_new()