Searched defs:nextS (Results 1 – 3 of 3) sorted by relevance
57 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function in LCGRandom
44 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function
2366 const T* nextS = (const T*)((const uchar*)S + step); in operator ()() local