Searched refs:tempVal (Results 1 – 2 of 2) sorted by relevance
57 uint32_t tempVal; in arm_recip_q31() local84 tempVal = (uint32_t) (((q63_t) in * out) >> 31); in arm_recip_q31()85 tempVal = 0x7FFFFFFFu - tempVal; in arm_recip_q31()88 out = clip_q63_to_q31(((q63_t) out * tempVal) >> 30); in arm_recip_q31()108 uint32_t tempVal = 0; in arm_recip_q15() local135 tempVal = (uint32_t) (((q31_t) in * out) >> 15); in arm_recip_q15()136 tempVal = 0x7FFFu - tempVal; in arm_recip_q15()138 out = (q15_t) (((q31_t) out * tempVal) >> 14); in arm_recip_q15()
139 auto tempVal = nodeVisitNumbers[Old]; in ReplaceNode() local140 nodeVisitNumbers[New] = tempVal; in ReplaceNode()