Home
last modified time | relevance | path

Searched refs:U_INT64_MIN (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dutmscale.cpp28 …), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_MIN, …
30U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(-8718460804854775808), U_INT6…
31U_INT64_MIN, U_INT64_MAX, U_INT64_MIN, U_INT6…
32 …), INT64_C(-982389955685), INT64_C(862284451685), U_INT64_MIN, …
33 …), INT64_C(-985451107685), INT64_C(859223299685), U_INT64_MIN, …
34 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
35 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
Dfmtable.cpp462 } else if (fValue.fDouble < (double)U_INT64_MIN) { in getInt64()
464 return U_INT64_MIN; in getInt64()
471 return fDecimalQuantity->isNegative() ? U_INT64_MIN : U_INT64_MAX; in getInt64()
Drbnf.cpp1289 if (number == U_INT64_MIN) { in format()
/third_party/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp28 …), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_MIN, …
30U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(-8718460804854775808), U_INT6…
31U_INT64_MIN, U_INT64_MAX, U_INT64_MIN, U_INT6…
32 …), INT64_C(-982389955685), INT64_C(862284451685), U_INT64_MIN, …
33 …), INT64_C(-985451107685), INT64_C(859223299685), U_INT64_MIN, …
34 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
35 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
Dfmtable.cpp462 } else if (fValue.fDouble < (double)U_INT64_MIN) { in getInt64()
464 return U_INT64_MIN; in getInt64()
471 return fDecimalQuantity->isNegative() ? U_INT64_MIN : U_INT64_MAX; in getInt64()
Drbnf.cpp1289 if (number == U_INT64_MIN) { in format()
/third_party/icu/icu4c/source/i18n/
Dutmscale.cpp28 …), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_MIN, …
30U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(-8718460804854775808), U_INT6…
31U_INT64_MIN, U_INT64_MAX, U_INT64_MIN, U_INT6…
32 …), INT64_C(-982389955685), INT64_C(862284451685), U_INT64_MIN, …
33 …), INT64_C(-985451107685), INT64_C(859223299685), U_INT64_MIN, …
34 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
35 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
Dfmtable.cpp462 } else if (fValue.fDouble < (double)U_INT64_MIN) { in getInt64()
464 return U_INT64_MIN; in getInt64()
471 return fDecimalQuantity->isNegative() ? U_INT64_MIN : U_INT64_MAX; in getInt64()
Drbnf.cpp1289 if (number == U_INT64_MIN) { in format()
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h221 # ifndef U_INT64_MIN
223 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h243 # ifndef U_INT64_MIN
245 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h243 # ifndef U_INT64_MIN
245 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
/third_party/icu/icu4c/source/test/cintltst/
Dutmstest.c227 if (fromMin > U_INT64_MIN) { in TestFromInt64()
288 if (toMin > U_INT64_MIN) { in TestToInt64()
Dcnumtst.c1438 const double doubleInt64Min = (double)U_INT64_MIN; in TestInt64Format()
1485 unum_formatInt64(fmt, U_INT64_MIN, result, 512, NULL, &status); in TestInt64Format()
1503 } else if (val64 != U_INT64_MIN) { in TestInt64Format()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp727 expect(fmt, (Formattable)(int64_t)U_INT64_MIN, "-9.223372036854775808E18"); in TestInt64()
3435 expect(df, U_INT64_MIN, "9223372036854775808", false); in TestNonpositiveMultiplier()
3436 expect(df, U_INT64_MIN+1, "9223372036854775807"); in TestNonpositiveMultiplier()
3443 expect(df, -(U_INT64_MIN/2)-1, "-9223372036854775806"); in TestNonpositiveMultiplier()
3444 expect(df, -(U_INT64_MIN/2), "-9223372036854775808"); in TestNonpositiveMultiplier()
3445 expect(df, -(U_INT64_MIN/2)+1, "-9223372036854775810", false); in TestNonpositiveMultiplier()
7199 int64_t long_number = U_INT64_MIN; // -9223372036854775808L; in TestFormatFastpaths()
7271 int64_t long_number = U_INT64_MIN + 1; in TestFormatFastpaths()