Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp27 auto shiftedM = std::round(mantissa * (int64_t(1) << 15)); in computeMultiplierAndShiftTosaScale16() local
56 auto shiftedM = std::round(mantissa * (int64_t(1) << 31)); in computeMultiplierAndShiftTosaScale32() local