Searched refs:quotient (Results 1 – 3 of 3) sorted by relevance
62 q15_t *quotient, in arm_divide_q15() argument77 *quotient = 0x8000; in arm_divide_q15()81 *quotient = 0x7FFF; in arm_divide_q15()103 *quotient=temp; in arm_divide_q15()
297 q15_t *quotient,
946 …uint32_t quotient = (uint32_t)(((uint64_t)inSamplesSize / inWidth) * outSampleRate / inSampleRate); in ASRC_GetContextOutSampleSize() local948 return (reminder + quotient) * outWidth; in ASRC_GetContextOutSampleSize()