Searched refs:cur_val (Results 1 – 9 of 9) sorted by relevance
54 T cur_val = Eigen::NumTraits<T>::lowest(); in DilationKernel() local65 if (val > cur_val) { in DilationKernel()66 cur_val = val; in DilationKernel()72 output_ptr[out_idx] = cur_val; in DilationKernel()94 T cur_val = Eigen::NumTraits<T>::lowest(); in DilationBackpropInputKernel() local110 if (val > cur_val) { in DilationBackpropInputKernel()111 cur_val = val; in DilationBackpropInputKernel()144 T cur_val = Eigen::NumTraits<T>::lowest(); in DilationBackpropFilterKernel() local160 if (val > cur_val) { in DilationBackpropFilterKernel()161 cur_val = val; in DilationBackpropFilterKernel()
187 T cur_val = Eigen::NumTraits<T>::lowest(); in operator ()() local195 if (val > cur_val) { in operator ()()196 cur_val = val; in operator ()()202 output(b, h_out, w_out, d) = cur_val; in operator ()()302 T cur_val = Eigen::NumTraits<T>::lowest(); in operator ()() local312 if (val > cur_val) { in operator ()()313 cur_val = val; in operator ()()422 T cur_val = Eigen::NumTraits<T>::lowest(); in operator ()() local432 if (val > cur_val) { in operator ()()433 cur_val = val; in operator ()()
216 FT_Pos cur_val; in af_sort_and_quantize_widths() local239 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()247 if ( table[i].org - cur_val > threshold || in af_sort_and_quantize_widths()253 if ( table[i].org - cur_val <= threshold && in af_sort_and_quantize_widths()267 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
318 auto cur_val = cache_->Get(key); in OnInodeFound() local319 if (cur_val) { in OnInodeFound()320 cur_val->AddPath(path); in OnInodeFound()322 *cur_val); in OnInodeFound()
781 auto cur_val = iter_state->outstanding_ops.load(std::memory_order_relaxed); in AdjustOutstandingOpsLocked() local782 DCHECK(delta >= 0 || cur_val >= -delta) in AdjustOutstandingOpsLocked()784 << " when current value is " << cur_val; in AdjustOutstandingOpsLocked()785 auto new_val = cur_val + delta; in AdjustOutstandingOpsLocked()
1707 int cur_val, i, indx, incr; in sctp_hs_cwnd_increase() local1710 cur_val = net->cwnd >> 10; in sctp_hs_cwnd_increase()1713 if (cur_val < sctp_cwnd_adjust[0].cwnd) { in sctp_hs_cwnd_increase()1722 if (cur_val < sctp_cwnd_adjust[i].cwnd) { in sctp_hs_cwnd_increase()1740 int cur_val, i, indx; in sctp_hs_cwnd_decrease() local1743 cur_val = net->cwnd >> 10; in sctp_hs_cwnd_decrease()1744 if (cur_val < sctp_cwnd_adjust[0].cwnd) { in sctp_hs_cwnd_decrease()1758 cur_val = net->cwnd >> 10; in sctp_hs_cwnd_decrease()1760 if (cur_val < sctp_cwnd_adjust[0].cwnd) { in sctp_hs_cwnd_decrease()1765 if (cur_val > sctp_cwnd_adjust[i - 1].cwnd) { in sctp_hs_cwnd_decrease()
355 cur_val = None if self.cur_token is None else self.cur_token.value360 return cur_val
526 let cur_val = *writer; in test_rwlock_downgrade() localVariable528 assert_eq!(cur_val, *reader); in test_rwlock_downgrade()
10446 WORD32 cur_val; in hme_refine_no_encode() local10484 cur_val = in hme_refine_no_encode()10487 if(cur_val < max_val) in hme_refine_no_encode()10489 max_val = cur_val; in hme_refine_no_encode()