Searched defs: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.cc1289 // loading the most accurate representation into max_int64, which is 2^63.
1290 double max_int64 = std::numeric_limits<int64_t>::max(); local
1294 } else if (rounded >= max_int64) {
1351 // loading the most accurate representation into max_int64, which is 2^63.
1352 double max_int64 = std::numeric_limits<int64_t>::max(); local
1356 } else if (rounded >= max_int64) {
1406 // loading the most accurate representation into max_int64, which is 2^63.
1407 double max_int64 = std::numeric_limits<int64_t>::max(); local
1424 if (rounded >= max_int64 || rounded < min_int64) {
1472 // loading the most accurate representation into max_int64, whic
1473 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 325 milliseconds