Searched refs:BoxMullerFloat (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/lib/random/ |
D | random_distributions.h | 380 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1); 408 BoxMullerFloat(sample[i], sample[i + 1], &f[0], &f[1]); in operator() 438 BoxMullerFloat(sample[i], sample[i + 1], &f[0], &f[1]); in operator() 464 BoxMullerFloat(sample[i], sample[i + 1], &result[i], &result[i + 1]); in operator() 541 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator() 587 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator() 634 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator() 701 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1) { in BoxMullerFloat() function
|