Lines Matching refs:second
73 return this->rbegin()->second; in findY()
77 return high->second; in findY()
86 return high->first == x ? high->second : low->second; in findY()
88 return ((high->first - x) * low->second + (x - low->first) * high->second) in findY()
102 return low->second + std::get<0>(memo) * t in findY()
133 sec = (high->second - low->second) / interval; in findY()
135 ? (low->second - low2->second) / (low->first - low2->first) in findY()
138 ? (high2->second - high->second) / (high2->first - high->first) in findY()
147 ? (high->second - low2->second) / (high->first - low2->first) in findY()
151 ? (high2->second - low->second) / (high2->first - low->first) in findY()
179 const T dy = high->second - low->second; in findY()
180 const S c0 = low->second; in findY()
193 return h00 * low->second + (h10 * m0 + h11 * m1) * interval + h01 * high->second; in findY()
251 ?: parcel->writeFloat(pt.second); in writeToParcel()
309 ss << pt.first << ", " << pt.second << "}"; in toString()