Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h44 PHILOX_DEVICE_INLINE double Uint64ToDouble(uint32 x0, uint32 x1);
163 result[i] = Uint64ToDouble(sample[2 * i], sample[2 * i + 1]); in operator()
647 double u1 = Uint64ToDouble(x0, x1); in BoxMullerDouble()
651 const double v1 = 2 * M_PI * Uint64ToDouble(x2, x3); in BoxMullerDouble()
720 PHILOX_DEVICE_INLINE double Uint64ToDouble(uint32 x0, uint32 x1) { in Uint64ToDouble() function
Dsimple_philox.h51 return Uint64ToDouble(x0, x1); in RandDouble()