HomeSort by relevance Sort by last modified time
    Searched refs:ReverseBits32 (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/lite/toco/
toco_port.h 87 inline uint32 ReverseBits32(uint32 n) {
model.h 1107 begin_mask = toco::port::ReverseBits32(static_cast<uint32>(begin_mask)) >>
    [all...]
  /art/libartbase/base/
bit_utils.h 359 inline static uint32_t ReverseBits32(uint32_t opnd) {
  /art/runtime/interpreter/
interpreter_intrinsics.cc 62 UNARY_INTRINSIC(MterpIntegerReverse, ReverseBits32, GetVReg, SetI);

Completed in 1253 milliseconds