Searched refs:low2 (Results 1 – 1 of 1) sorted by relevance
107 auto low2 = this->end(); in findY() local109 low2 = low; in findY()110 --low2; // decrementing this->begin() is undefined in findY()134 sec0 = low2 != this->end() in findY()135 ? (low->second - low2->second) / (low->first - low2->first) in findY()146 m0 = low2 != this->end() in findY()147 ? (high->second - low2->second) / (high->first - low2->first) in findY()