Searched refs:shift_bytes (Results 1 – 2 of 2) sorted by relevance
/external/libiio/src/ |
D | channel.c | 441 size_t i, shift_bytes = shift / 8; in shift_bits() local 450 if (shift_bytes) { in shift_bits() 451 memmove(dst, dst + shift_bytes, len - shift_bytes); in shift_bits() 452 memset(dst + len - shift_bytes, 0, shift_bytes); in shift_bits() 468 if (shift_bytes) { in shift_bits() 469 memmove(dst + shift_bytes, dst, len - shift_bytes); in shift_bits() 470 memset(dst, 0, shift_bytes); in shift_bits()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | quantize.h | 109 XlaOp shift_bytes = 115 shift_bytes * xla::ConstantR1<uint32>(builder, shift_vec);
|