Searched refs:rtNum (Results 1 - 1 of 1) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 8297 int64_t rtNum = static_cast<int64_t>(fNum); in TestDoubleLimit11439() local 8298 if (num != rtNum) { in TestDoubleLimit11439() 8299 errln("%s:%d MAX_INT64_IN_DOUBLE test, %lld did not round trip. Got %lld", __FILE__, __LINE__, (long long)num, (long long)rtNum); in TestDoubleLimit11439() 8307 int64_t rtNum = static_cast<int64_t>(fNum); in TestDoubleLimit11439() local 8308 if (num != rtNum) { in TestDoubleLimit11439() 8309 errln("%s:%d MAX_INT64_IN_DOUBLE test, %lld did not round trip. Got %lld", __FILE__, __LINE__, (long long)num, (long long)rtNum); in TestDoubleLimit11439()
|
Completed in 13 milliseconds