Home
last modified time | relevance | path

Searched refs:y_vec_size (Results 1 – 1 of 1) sorted by last modified time

/dports/devel/ppl/ppl-1.2/src/
H A DBit_Row.cc305 const mp_size_t y_vec_size = y.vec->_mp_size; in operator ==() local
306 PPL_ASSERT(y_vec_size >= 0); in operator ==()
308 if (x_vec_size != y_vec_size) { in operator ==()
320 const mp_size_t y_vec_size = y.vec->_mp_size; in operator !=() local
321 PPL_ASSERT(y_vec_size >= 0); in operator !=()
323 if (x_vec_size != y_vec_size) { in operator !=()