Searched refs:low2 (Results 1 – 1 of 1) sorted by relevance
101 auto low2 = this->end(); in findY() local103 low2 = low; in findY()104 --low2; // decrementing this->begin() is undefined in findY()128 sec0 = low2 != this->end() in findY()129 ? (low->second - low2->second) / (low->first - low2->first) in findY()140 m0 = low2 != this->end() in findY()141 ? (high->second - low2->second) / (high->first - low2->first) in findY()