Searched defs:compensation (Results 1 – 1 of 1) sorted by relevance
760 int32_t compensation = (cond == kCondLT) ? -1 : 0; // upper bound is inclusive in HandleIf() local772 int32_t compensation = (cond == kCondLE) ? 1 : 0; // lower bound is inclusive in HandleIf() local784 int32_t compensation = (cond == kCondGT) ? 1 : 0; // lower bound is inclusive in HandleIf() local795 int32_t compensation = (cond == kCondGE) ? -1 : 0; // upper bound is inclusive in HandleIf() local