• Home
  • Raw
  • Download

Lines Matching refs:iQSC

586   UINT iQSC;  in Hcr_State_BODY_ONLY()  local
643 iQSC = iResultPointer[codewordOffset]; /* get position of first line for in Hcr_State_BODY_ONLY()
648 pResultBase[iQSC++] = in Hcr_State_BODY_ONLY()
719 UINT iQSC; in Hcr_State_BODY_SIGN__BODY() local
779 iQSC = iResultPointer[codewordOffset]; /* get position of first line for in Hcr_State_BODY_SIGN__BODY()
789 pResultBase[iQSC++] = in Hcr_State_BODY_SIGN__BODY()
867 UINT iQSC; in Hcr_State_BODY_SIGN__SIGN() local
884 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN__SIGN()
898 while (pResultBase[iQSC] == (FIXP_DBL)0) { in Hcr_State_BODY_SIGN__SIGN()
899 if (++iQSC >= 1024) { /* points to current value different from zero */ in Hcr_State_BODY_SIGN__SIGN()
907 pResultBase[iQSC] = -pResultBase[iQSC]; /* carryBit = 1 --> minus */ in Hcr_State_BODY_SIGN__SIGN()
910 iQSC++; /* update pointer to next (maybe valid) value */ in Hcr_State_BODY_SIGN__SIGN()
923 iResultPointer[codewordOffset] = iQSC; /* store updated pResultPointer */ in Hcr_State_BODY_SIGN__SIGN()
972 UINT iQSC; in Hcr_State_BODY_SIGN_ESC__BODY() local
1031 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__BODY()
1040 pResultBase[iQSC++] = in Hcr_State_BODY_SIGN_ESC__BODY()
1135 UINT iQSC; in Hcr_State_BODY_SIGN_ESC__SIGN() local
1159 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__SIGN()
1175 while (pResultBase[iQSC] == (FIXP_DBL)0) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1176 if (++iQSC >= 1024) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1180 iResultPointer[codewordOffset] = iQSC; in Hcr_State_BODY_SIGN_ESC__SIGN()
1186 pResultBase[iQSC] = -pResultBase[iQSC]; /* carryBit = 1 --> minus */ in Hcr_State_BODY_SIGN_ESC__SIGN()
1188 iQSC++; /* update index to next (maybe valid) value */ in Hcr_State_BODY_SIGN_ESC__SIGN()
1189 iResultPointer[codewordOffset] = iQSC; in Hcr_State_BODY_SIGN_ESC__SIGN()
1204 iQSC = iNode[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__SIGN()
1209 if (fixp_abs(pResultBase[iQSC++]) == (FIXP_DBL)ESCAPE_VALUE) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1216 if (fixp_abs(pResultBase[iQSC]) == (FIXP_DBL)ESCAPE_VALUE) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1249 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__SIGN()
1250 iQSC++; in Hcr_State_BODY_SIGN_ESC__SIGN()
1251 iResultPointer[codewordOffset] = iQSC; in Hcr_State_BODY_SIGN_ESC__SIGN()
1413 UINT iQSC; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local
1478 iQSC = iResultPointer[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1479 sign = (pResultBase[iQSC] >= (FIXP_DBL)0) in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1491 pResultBase[iQSC] = in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1519 iQSC++; in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1520 iResultPointer[codewordOffset] = iQSC; in Hcr_State_BODY_SIGN_ESC__ESC_WORD()