Searched refs:recipTable (Results 1 – 6 of 6) sorted by relevance
86 S->recipTable = (q15_t *) armRecipTableQ15; in arm_lms_norm_init_q15()
85 S->recipTable = (q31_t *) armRecipTableQ31; in arm_lms_norm_init_q31()
183 postShift = arm_recip_q31(energy + DELTA_Q31, &oneByEnergy, &S->recipTable[0]); in arm_lms_norm_q31()
179 postShift = arm_recip_q15((q15_t) energy + DELTA_Q15, &oneByEnergy, S->recipTable); in arm_lms_norm_q15()
1767 const q31_t *recipTable; /**< points to the reciprocal initial value table. */ member1821 const q15_t *recipTable; /**< Points to the reciprocal initial value table. */ member
2639 self->instance->recipTable = NULL; in arm_lms_norm_instance_q31_new()2653 PyObject *recipTable=NULL; in arm_lms_norm_instance_q31_init() local2741 self->instance->recipTable = NULL; in arm_lms_norm_instance_q15_new()2755 PyObject *recipTable=NULL; in arm_lms_norm_instance_q15_init() local