Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/random/
Dphilox_random.h229 uint32 hi1; in ComputeSingleRound() local
230 MultiplyHighLow(kPhiloxM4x32B, counter[2], &lo1, &hi1); in ComputeSingleRound()
233 result[0] = hi1 ^ counter[1] ^ key[0]; in ComputeSingleRound()