Searched refs:GetPhiloxRandomFromMem (Results 1 – 4 of 4) sorted by relevance
46 *philox = GetPhiloxRandomFromMem(state_data); in FillKernel()101 auto philox = GetPhiloxRandomFromMem(state_data); in SkipKernel()
44 GetPhiloxRandomFromMem(StateElementType const* ptr) { in GetPhiloxRandomFromMem() function
40 auto philox = GetPhiloxRandomFromMem(state_data + alg_tag_skip); in operator ()()234 auto philox = GetPhiloxRandomFromMem(state_data); in operator ()()
422 auto philox = GetPhiloxRandomFromMem(var_data); in Compute()