Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h326 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1);
353 BoxMullerFloat(sample[i], sample[i + 1], &f[0], &f[1]); in operator()
382 BoxMullerFloat(sample[i], sample[i + 1], &f[0], &f[1]); in operator()
408 BoxMullerFloat(sample[i], sample[i + 1], &result[i], &result[i + 1]); in operator()
484 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator()
525 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator()
567 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator()
625 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1) { in BoxMullerFloat() function