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