Home
last modified time | relevance | path

Searched defs:RandFloat (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/random/
Dsimple_philox.h46 PHILOX_DEVICE_INLINE float RandFloat() { return Uint32ToFloat(single_()); } in RandFloat() function
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/random/
H A Dsimple_philox.h45 PHILOX_DEVICE_INLINE float RandFloat() { return Uint32ToFloat(single_()); } in RandFloat() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhttp2_random.h60 float RandFloat() { return RandDouble(); } in RandFloat() function
H A Dhttp2_random_test.cc52 TEST(Http2RandomTest, RandFloat) { in TEST() argument
/aosp_15_r20/external/cronet/base/
H A Drand_util.cc54 float RandFloat() { in RandFloat() function
H A Drand_util_unittest.cc49 TEST(RandUtilTest, RandFloat) { in TEST() argument
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_impl_locking_unittest.cc76 float RandFloat() { in RandFloat() function in webrtc::__anon035c0c3a0111::RandomGenerator