This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

请问这个例子里面 的公式是什么意思?



Usage Example 1;
Compute Y = 2*X = X << 1
_iq Y;
Y = _IQdiv2(X);
Compute Y = 16*X = X << 4
_iq Y;
Y = _IQdiv16(X);