Searched refs:negative_direction (Results 1 – 1 of 1) sorted by relevance
221 const auto negative_direction = Lim::has_infinity ? -Lim::infinity() : Lim::lowest(); in NearestSmaller() local223 return std::nextafter(from, negative_direction); in NearestSmaller()