Searched refs:max_int (Results 1 – 4 of 4) sorted by relevance
606 int64_t max_int = std::numeric_limits<int64_t>::max(); in TEST() local608 t = TimeDelta::FromSeconds(max_int / Time::kMicrosecondsPerSecond + 1); in TEST()611 t = TimeDelta::FromMilliseconds(max_int / Time::kMillisecondsPerSecond + 1); in TEST()614 t = TimeDelta::FromMicroseconds(max_int); in TEST()617 t = TimeDelta::FromSeconds(-max_int / Time::kMicrosecondsPerSecond - 1); in TEST()620 t = TimeDelta::FromMilliseconds(-max_int / Time::kMillisecondsPerSecond - 1); in TEST()623 t = TimeDelta::FromMicroseconds(-max_int); in TEST()632 double max_d = max_int; in TEST()
148 const size_t max_int = std::numeric_limits<int>::max(); in ReadNonBlocking() local149 int size_int = static_cast<int>(std::min(size_to_read, max_int)); in ReadNonBlocking()185 const size_t max_int = std::numeric_limits<int>::max(); in WriteNonBlocking() local186 int size_int = static_cast<int>(std::min(size_to_write, max_int)); in WriteNonBlocking()
856 int64_t max_int = std::numeric_limits<int64_t>::max(); in TEST() local858 t = TimeDelta::FromSeconds(max_int / Time::kMicrosecondsPerSecond + 1); in TEST()861 t = TimeDelta::FromMilliseconds(max_int / Time::kMillisecondsPerSecond + 1); in TEST()864 t = TimeDelta::FromMicroseconds(max_int); in TEST()867 t = TimeDelta::FromSeconds(-max_int / Time::kMicrosecondsPerSecond - 1); in TEST()870 t = TimeDelta::FromMilliseconds(-max_int / Time::kMillisecondsPerSecond - 1); in TEST()873 t = TimeDelta::FromMicroseconds(-max_int); in TEST()882 double max_d = max_int; in TEST()
3469 double max_int = static_cast<double>(kMaxInt); in get_inv_op_vfp_flag() local3483 : (val >= (max_int + 0.5)) || in get_inv_op_vfp_flag()3489 : (val >= (max_int + 1.0)) || in get_inv_op_vfp_flag()3495 : (val >= (max_int + 1.0)) || in get_inv_op_vfp_flag()