diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /contrib/libs/icu/i18n/fmtableimp.h | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/icu/i18n/fmtableimp.h')
-rw-r--r-- | contrib/libs/icu/i18n/fmtableimp.h | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/contrib/libs/icu/i18n/fmtableimp.h b/contrib/libs/icu/i18n/fmtableimp.h index f78630e535..2707d6ece2 100644 --- a/contrib/libs/icu/i18n/fmtableimp.h +++ b/contrib/libs/icu/i18n/fmtableimp.h @@ -1,31 +1,31 @@ // © 2016 and later: Unicode, Inc. and others. -// License & terms of use: http://www.unicode.org/copyright.html -/* -******************************************************************************* -* Copyright (C) 2010-2014, International Business Machines Corporation and * -* others. All Rights Reserved. * -******************************************************************************* -*/ - -#ifndef FMTABLEIMP_H -#define FMTABLEIMP_H - +// License & terms of use: http://www.unicode.org/copyright.html +/* +******************************************************************************* +* Copyright (C) 2010-2014, International Business Machines Corporation and * +* others. All Rights Reserved. * +******************************************************************************* +*/ + +#ifndef FMTABLEIMP_H +#define FMTABLEIMP_H + #include "number_decimalquantity.h" - + #if !UCONFIG_NO_FORMATTING -U_NAMESPACE_BEGIN - -/** - * Maximum int64_t value that can be stored in a double without chancing losing precision. - * IEEE doubles have 53 bits of mantissa, 10 bits exponent, 1 bit sign. - * IBM Mainframes have 56 bits of mantissa, 7 bits of base 16 exponent, 1 bit sign. - * Define this constant to the smallest value from those for supported platforms. - * @internal - */ -static const int64_t MAX_INT64_IN_DOUBLE = 0x001FFFFFFFFFFFFFLL; - -U_NAMESPACE_END - +U_NAMESPACE_BEGIN + +/** + * Maximum int64_t value that can be stored in a double without chancing losing precision. + * IEEE doubles have 53 bits of mantissa, 10 bits exponent, 1 bit sign. + * IBM Mainframes have 56 bits of mantissa, 7 bits of base 16 exponent, 1 bit sign. + * Define this constant to the smallest value from those for supported platforms. + * @internal + */ +static const int64_t MAX_INT64_IN_DOUBLE = 0x001FFFFFFFFFFFFFLL; + +U_NAMESPACE_END + #endif // #if !UCONFIG_NO_FORMATTING -#endif +#endif |