Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dfixed_point.c167 int leading_zreos_plus_one = CountLeadingZeroBits((uint32_t)x); in ComputerReciprocal() local
168 *recip_shift = x_digits - leading_zreos_plus_one; in ComputerReciprocal()
169 …const int32_t shifted_minus_one = (int32_t)(((uint32_t)x << leading_zreos_plus_one) - ((uint32_t)(… in ComputerReciprocal()