Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/random/
Dphilox_random.h225 uint32 hi0; in ComputeSingleRound() local
226 MultiplyHighLow(kPhiloxM4x32A, counter[0], &lo0, &hi0); in ComputeSingleRound()
235 result[2] = hi0 ^ counter[3] ^ key[1]; in ComputeSingleRound()