Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dfixed_point.c169 …const int32_t shifted_minus_one = (int32_t)(((uint32_t)x << leading_zreos_plus_one) - ((uint32_t)(… in ComputerReciprocal() local
170 const int32_t shifted_scaled = reciprocal_on_interval_between_0_1(shifted_minus_one); in ComputerReciprocal()