HomeSort by relevance Sort by last modified time
    Searched refs:postShift (Results 1 - 2 of 2) sorted by null

  /external/aac/libSBRdec/src/
transcendent.h 215 int preShift, postShift, index, shift;
257 postShift = CntLeadingZeros(ratio_m)-1;
259 *ptrResult_m = FX_DBL2FX_SGL(ratio_m << postShift);
260 *ptrResult_e = a_e - b_e + 1 + preShift - postShift;
271 int preShift, postShift, index, shift;
313 postShift = CntLeadingZeros(ratio_m)-1;
315 *ptrResult_m = ratio_m << postShift;
316 *ptrResult_e = a_e - b_e + 1 + preShift - postShift;
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
arm_math.h     [all...]

Completed in 1698 milliseconds