Home
last modified time | relevance | path

Searched refs:this_total (Results 1 – 9 of 9) sorted by relevance

/dports/finance/frontaccounting/frontaccounting/sales/view/
H A Dview_sales_order.php110 …$this_total = $del_row["ov_freight"]+ $del_row["ov_amount"] + $del_row["ov_freight_tax"] + $del_r… variable
111 $delivery_total += $this_total;
116 amount_cell($this_total);
143 …$this_total = $inv_row["ov_freight"] + $inv_row["ov_freight_tax"] + $inv_row["ov_gst"] + $inv_row… variable
144 $invoices_total += $this_total;
150 amount_cell($this_total);
174 …$this_total = $credits_row["ov_freight"] + $credits_row["ov_freight_tax"] + $credits_row["ov_gst"… variable
175 $credits_total += $this_total;
180 amount_cell(-$this_total);
/dports/devel/libgtop/libgtop-2.40.0/examples/
H A Dsecond.c183 unsigned long this_total; in output() local
185 this_total = (unsigned long) data.proc_time.xcpu_utime [i] + in output()
189 (int) pid, (unsigned long) data.proc_time.flags, this_total, in output()
193 s_total += fabs (((double) this_total) - b_total); in output()
205 unsigned long this_total; in output() local
207 this_total = (unsigned long) data.proc_time.xcpu_utime [i] + in output()
210 this_p_total = (double) this_total * 100.0 / p_total; in output()
/dports/mail/im/im-153/
H A Dimjoin.in128 my $this_total = 0;
135 $this_total = $1;
138 if ($number == 0 || $this_total == 0) {
143 if ($total != $this_total) {
148 $total = $this_total;
H A Dimcat.in287 my $this_total = 0;
294 $this_total = $1;
297 if ($number == 0 || $this_total == 0) {
302 if ($total != $this_total) {
307 $total = $this_total;
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dswap.c512 gauge_t this_total; in swap_read() local
518 this_total = (gauge_t)(s->swt_ent[i].ste_pages * pagesize); in swap_read()
524 total += this_total; in swap_read()
531 swap_submit_usage(path, this_total - this_avail, this_avail, NULL, NAN); in swap_read()
630 gauge_t this_total; in swap_read() local
636 this_total = ((gauge_t)swap_entries[i].se_nblks) * C_SWAP_BLOCK_SIZE; in swap_read()
641 total += this_total; in swap_read()
648 swap_submit_usage(path, this_used, this_total - this_used, NULL, NAN); in swap_read()
/dports/math/py-patsy/patsy-0.5.2/patsy/
H A Dstate.py95 this_total = np.sum(x, 0, dtype=wide_dtype_for(x))
98 self._sum = this_total
100 self._sum += this_total
/dports/irc/onis/onis-0.8.2/lib/Onis/Data/
H A DCore.pm394 my $this_total = 0;
405 $this_total += $num;
433 $name2nick->{$this_name}{$this_nick} += $this_total;
436 $name2ident->{$this_name}{$this_ident} += $this_total;
441 $idents->{$this_ident}{$this_nick} += $this_total;
/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.cpp1752 int this_total = army->getTotal(); in doCombat() local
1755 this_total += this->getNDefenders(); in doCombat()
1759 if( this_total > 0 ) { in doCombat()
1778 float death_rate = ((float)this_strength) / ((float)this_total); in doCombat()
1792 int this_total = army->getTotal(); in doCombat() local
1794 this_total += this->getNDefenders(); in doCombat()
1796 int die = rand() % this_total; in doCombat()
/dports/biology/subread/subread-2.0.2-source/src/
H A DreadSummary.c5530 srInt_64 this_total = 0, seed_rand = sorted_idx -> numOfElements/2; in scRNA_merged_bootstrap_a_sample() local
5587 if(this_umis >= UMIs_30th_div10) this_total ++; in scRNA_merged_bootstrap_a_sample()
5592 double total_f = this_total*1. / SCRNA_BOOTSTRAP_SAMPLING_TIMES; in scRNA_merged_bootstrap_a_sample()
5594 this_total = (int)(total_f + 0.500000001); in scRNA_merged_bootstrap_a_sample()
5602 for(x1 = 0; x1 < min(sorted_idx -> numOfElements, this_total) ; x1++){ in scRNA_merged_bootstrap_a_sample()