Searched refs:max_int64 (Results 1 - 3 of 3) sorted by relevance

/external/libbrillo/brillo/streams/
H A Dstream_utils_unittest.cc75 const int64_t max_int64 = std::numeric_limits<int64_t>::max(); local
79 FROM_HERE, 0, max_int64, nullptr));
81 FROM_HERE, max_int64, 0, nullptr));
93 FROM_HERE, max_int64, 1, nullptr));
97 FROM_HERE, max_uint64, max_int64, nullptr));
149 const uint64_t max_int64 = std::numeric_limits<int64_t>::max(); local
151 FROM_HERE, 1, Whence::FROM_CURRENT, max_int64, end_pos, &pos, nullptr));
/external/v8/src/mips/
H A Dsimulator-mips.cc1296 // loading the most accurate representation into max_int64, which is 2^63.
1297 double max_int64 = std::numeric_limits<int64_t>::max(); local
1301 } else if (rounded >= max_int64) {
1358 // loading the most accurate representation into max_int64, which is 2^63.
1359 double max_int64 = std::numeric_limits<int64_t>::max(); local
1363 } else if (rounded >= max_int64) {
1413 // loading the most accurate representation into max_int64, which is 2^63.
1414 double max_int64 = std::numeric_limits<int64_t>::max(); local
1431 if (rounded >= max_int64 || rounded < min_int64) {
1479 // loading the most accurate representation into max_int64, whic
1480 double max_int64 = std::numeric_limits<int64_t>::max(); local
[all...]
/external/v8/src/mips64/
H A Dsimulator-mips64.cc1210 // loading the most accurate representation into max_int64, which is 2^63.
1211 double max_int64 = std::numeric_limits<int64_t>::max(); local
1228 if (rounded >= max_int64 || rounded < min_int64) {
1313 // loading the most accurate representation into max_int64, which is 2^63.
1314 double max_int64 = std::numeric_limits<int64_t>::max(); local
1318 } else if (rounded >= max_int64) {
1375 // loading the most accurate representation into max_int64, which is 2^63.
1376 double max_int64 = std::numeric_limits<int64_t>::max(); local
1380 } else if (rounded >= max_int64) {
1398 // loading the most accurate representation into max_int64, whic
1399 double max_int64 = std::numeric_limits<int64_t>::max(); local
[all...]

Completed in 202 milliseconds