Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h316 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1);
344 BoxMullerFloat(sample[i], sample[i + 1], &f[0], &f[1]); in operator()
374 BoxMullerFloat(sample[i], sample[i + 1], &f[0], &f[1]); in operator()
400 BoxMullerFloat(sample[i], sample[i + 1], &result[i], &result[i + 1]); in operator()
477 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator()
519 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator()
562 BoxMullerFloat(x0, x1, &f[0], &f[1]); in operator()
621 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1) { in BoxMullerFloat() function