Home
last modified time | relevance | path

Searched refs: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
586 XlaOp bits = bits_state.value; in UniformFloatingPointDistribution()
587 XlaOp new_state = bits_state.state; in UniformFloatingPointDistribution()
595 RngOutput bits_state = bit_generator(key, initial_state, shape); in UniformIntDistribution() local
596 XlaOp bits = bits_state.value; in UniformIntDistribution()
597 XlaOp new_state = bits_state.state; in UniformIntDistribution()
619 RngOutput bits_state = UniformFloatingPointDistribution( in NormalFloatingPointDistribution() local
626 XlaOp bits_0 = Slice(bits_state.value, in NormalFloatingPointDistribution()
632 XlaOp bits_1 = Slice(bits_state.value, bits_1_starts, in NormalFloatingPointDistribution()
639 return {normal, bits_state.state}; in NormalFloatingPointDistribution()
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/
Dinffas32.asm141 bits_state equ (48+4+zlib1222sup) ;/* state->bits */ define
234 mov ebx, [edi+bits_state]
986 mov [edx+bits_state],ebx
/external/rust/crates/libz-sys/src/zlib/contrib/inflate86/
Dinffast.S157 #define bits_state 52 /* state->bits */ macro
310 movl bits_state(state_r), %ebx
1272 movl %ebx, bits_state(state_r)