Searched refs:sum (Results 1 – 15 of 15) sorted by relevance
68 int sum = a[i] + b[i] + carry; in le128_add() local70 res[i] = sum; in le128_add()71 carry = sum >> 8; in le128_add()79 int sum = a[i] - b[i] - carry; in le128_sub() local81 res[i] = sum; in le128_sub()82 carry = (sum < 0); in le128_sub()215 uint64_t sum = 0; in NH_Pass() local219 sum += NH_Add(msg + 0, key[0]) * NH_Add(msg + 8, key[2]); in NH_Pass()220 sum += NH_Add(msg + 4, key[1]) * NH_Add(msg + 12, key[3]); in NH_Pass()225 return sum; in NH_Pass()
75 in_flow = sum(a.count for a in self.src_block.entry_arcs)76 out_flow = sum(a.count for a in self.src_block.exit_arcs83 out_flow = sum(a.count for a in self.dst_block.exit_arcs)84 in_flow = sum(a.count for a in self.dst_block.entry_arcs
86 block.count = sum(arc.count for arc in block.entry_arcs)88 block.count = sum(arc.count for arc in block.exit_arcs)
264 covered_count = sum(267 total_count = sum(
82 double sum = 0.0; in testStd() local85 sum += values[i]; in testStd()88 double mean = sum / n; in testStd()
109 double sum = data[0]; in getAverage() local111 sum += data[i]; in getAverage()113 return sum / data.length; in getAverage()
90 line_len = sum(result[1:policy_cnt+1]) + 1
86 p[0] = sum(int(x) for x in p[1])
91 line_len = sum(result[1:policy_cnt+1]) + 1
84 p[0] = sum(int(x) for x in p[1])
460 apiCoverageStreamSupplier.get().mapToInt(data -> data.getHalApi().size()).sum(); in toJson()466 .sum(); in toJson()
238 float sum = 0; in runTest() local
403 entityList.stream().mapToLong(val -> val.getCoveredLineCount()).sum(); in getCoverageDataTable()405 entityList.stream().mapToLong(val -> val.getTotalLineCount()).sum(); in getCoverageDataTable()
138 if np.isnan(np.sum(tensor)):
508 sum([len(y.device_equipment) for y in x[0][:schedule.shards]])))