Home
last modified time | relevance | path

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

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dstagewise_poly.cc204 inline uint32_t child_wid(const stagewise_poly &poly, uint32_t wi_atomic, uint32_t wi_general) in child_wid() argument
207 assert(wi_general == wid_mask(poly, wi_general)); in child_wid()
209 assert((wi_general & (stride_shift(poly, 1) - 1)) == 0); in child_wid()
212 return wi_general; in child_wid()
213 else if (wi_general == constant_feat_masked(poly)) in child_wid()
222 ^ (16777619 * stride_un_shift(poly, wi_general)))); in child_wid()