Home
last modified time | relevance | path

Searched defs:bits_state (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc585 RngOutput bits_state = bit_generator(key, initial_state, shape); in UniformFloatingPointDistribution() local
595 RngOutput bits_state = bit_generator(key, initial_state, shape); in UniformIntDistribution() local
619 RngOutput bits_state = UniformFloatingPointDistribution( in NormalFloatingPointDistribution() local
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/
Dinffas32.asm141 bits_state equ (48+4+zlib1222sup) ;/* state->bits */ define
/external/rust/crates/libz-sys/src/zlib/contrib/inflate86/
Dinffast.S157 #define bits_state 52 /* state->bits */ macro