Lines Matching refs:quotient
1262 " quotient=0x7FFFFFFF\n",
1265 " # We compute the quotient\n",
1266 " status,quotient,shiftVal = dsp.arm_divide_q31(a,b)\n",
1268 " quotient=0x7FFFFFFF\n",
1271 " scalingQ31[k] = quotient\n",
1482 " quotient=0x7FFFFFFF\n",
1485 " # We compute the quotient\n",
1486 " status,quotient,shiftVal = dsp.arm_divide_q31(a,b)\n",
1488 " quotient=0x7FFFFFFF\n",
1491 " scalingQ31[k] = quotient\n",
1506 " quotient=0x7FFF \n",
1510 " status,quotient,the_shift = dsp.arm_divide_q15(0x7FFF,the_max)\n",
1512 " w=dsp.arm_scale_q15(w,quotient,the_shift)\n",