Home
last modified time | relevance | path

Searched refs:fixed_point_rescale (Results 1 – 1 of 1) sorted by relevance

/external/ComputeLibrary/src/core/utils/quantization/
DAsymmHelpers.cpp305 …auto fixed_point_rescale = [](FixedPointRawType a, uint32_t src_bit, uint32_t dst_bit) -> FixedPoi… in get_invsqrt_quantized_multiplier_exp() local
315 …const auto x3 = fixed_point_rescale(fixed_point_mul(fixed_point_mul(x, x), x), 9, fixedpoint_posit… in get_invsqrt_quantized_multiplier_exp()
316 …x = fixed_point_rescale(fixed_point_mul(fixedpoint_half_three, x) - fixed_point_mul(fi… in get_invsqrt_quantized_multiplier_exp()