Searched refs:BoxMullerDouble (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/common/random/ |
D | random_distributions.h | 318 void BoxMullerDouble(uint32 x0, uint32 x1, uint32 x2, uint32 x3, double* d0, double* d1); 422 BoxMullerDouble(sample[i2], sample[i2 + 1], sample[i2 + 2], sample[i2 + 3], &result[i], in operator() 597 BoxMullerDouble(x0, x1, x2, x3, &d[0], &d[1]); in operator() 639 void BoxMullerDouble(uint32 x0, uint32 x1, uint32 x2, uint32 x3, double* d0, double* d1) { in BoxMullerDouble() function
|