Home | History | Annotate | Download | only in Tensor

Lines Matching defs:m_state

149     m_state = PCG_XSH_RS_state(seed);
153 m_state = other.m_state;
158 uint64_t local_state = m_state + i;
160 m_state = local_state;
168 uint64_t local_state = m_state + i;
172 m_state = local_state;
177 mutable uint64_t m_state;
228 m_state = PCG_XSH_RS_state(seed);
232 m_state = other.m_state;
237 uint64_t local_state = m_state + i;
239 m_state = local_state;
247 uint64_t local_state = m_state + i;
251 m_state = local_state;
256 mutable uint64_t m_state;