Searched refs:BoxMullerFloat (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/common/random/ |
D | random_distributions.h | 315 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1); 342 BoxMullerFloat(sample[i], sample[i + 1], &f[0], &f[1]); in operator() 371 BoxMullerFloat(sample[i], sample[i + 1], &f[0], &f[1]); in operator() 397 BoxMullerFloat(sample[i], sample[i + 1], &result[i], &result[i + 1]); in operator() 473 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator() 514 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator() 556 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator() 614 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1) { in BoxMullerFloat() function
|