summaryrefslogtreecommitdiff
path: root/source/fitz
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-09-21 15:11:38 +0100
committerRobin Watts <robin.watts@artifex.com>2016-09-21 17:17:41 +0100
commit84909fb75915ccf5413a4e4ac3874a10801ae539 (patch)
tree20dea7eab97cc21cf60c0125a17a0a695e68c5a0 /source/fitz
parent9dbd14a92f8dd67c2851bccd6fcccb63b1ad1f6e (diff)
downloadmupdf-84909fb75915ccf5413a4e4ac3874a10801ae539.tar.xz
Bug 697106: Mark 64bit constants as such.
Avoids gcc giving spurious warnings.
Diffstat (limited to 'source/fitz')
-rw-r--r--source/fitz/ftoa.c56
1 files changed, 28 insertions, 28 deletions
diff --git a/source/fitz/ftoa.c b/source/fitz/ftoa.c
index a16a9346..6cbf7f7e 100644
--- a/source/fitz/ftoa.c
+++ b/source/fitz/ftoa.c
@@ -178,34 +178,34 @@ k_comp(int n)
/* Significands. */
static uint64_t powers_ten[84] = {
- 0x881cea14545c7575, 0xaa242499697392d3, 0xd4ad2dbfc3d07788,
- 0x84ec3c97da624ab5, 0xa6274bbdd0fadd62, 0xcfb11ead453994ba,
- 0x81ceb32c4b43fcf5, 0xa2425ff75e14fc32, 0xcad2f7f5359a3b3e,
- 0xfd87b5f28300ca0e, 0x9e74d1b791e07e48, 0xc612062576589ddb,
- 0xf79687aed3eec551, 0x9abe14cd44753b53, 0xc16d9a0095928a27,
- 0xf1c90080baf72cb1, 0x971da05074da7bef, 0xbce5086492111aeb,
- 0xec1e4a7db69561a5, 0x9392ee8e921d5d07, 0xb877aa3236a4b449,
- 0xe69594bec44de15b, 0x901d7cf73ab0acd9, 0xb424dc35095cd80f,
- 0xe12e13424bb40e13, 0x8cbccc096f5088cc, 0xafebff0bcb24aaff,
- 0xdbe6fecebdedd5bf, 0x89705f4136b4a597, 0xabcc77118461cefd,
- 0xd6bf94d5e57a42bc, 0x8637bd05af6c69b6, 0xa7c5ac471b478423,
- 0xd1b71758e219652c, 0x83126e978d4fdf3b, 0xa3d70a3d70a3d70a,
- 0xcccccccccccccccd, 0x8000000000000000, 0xa000000000000000,
- 0xc800000000000000, 0xfa00000000000000, 0x9c40000000000000,
- 0xc350000000000000, 0xf424000000000000, 0x9896800000000000,
- 0xbebc200000000000, 0xee6b280000000000, 0x9502f90000000000,
- 0xba43b74000000000, 0xe8d4a51000000000, 0x9184e72a00000000,
- 0xb5e620f480000000, 0xe35fa931a0000000, 0x8e1bc9bf04000000,
- 0xb1a2bc2ec5000000, 0xde0b6b3a76400000, 0x8ac7230489e80000,
- 0xad78ebc5ac620000, 0xd8d726b7177a8000, 0x878678326eac9000,
- 0xa968163f0a57b400, 0xd3c21bcecceda100, 0x84595161401484a0,
- 0xa56fa5b99019a5c8, 0xcecb8f27f4200f3a, 0x813f3978f8940984,
- 0xa18f07d736b90be5, 0xc9f2c9cd04674edf, 0xfc6f7c4045812296,
- 0x9dc5ada82b70b59e, 0xc5371912364ce305, 0xf684df56c3e01bc7,
- 0x9a130b963a6c115c, 0xc097ce7bc90715b3, 0xf0bdc21abb48db20,
- 0x96769950b50d88f4, 0xbc143fa4e250eb31, 0xeb194f8e1ae525fd,
- 0x92efd1b8d0cf37be, 0xb7abc627050305ae, 0xe596b7b0c643c719,
- 0x8f7e32ce7bea5c70, 0xb35dbf821ae4f38c, 0xe0352f62a19e306f,
+ 0x881cea14545c7575ull, 0xaa242499697392d3ull, 0xd4ad2dbfc3d07788ull,
+ 0x84ec3c97da624ab5ull, 0xa6274bbdd0fadd62ull, 0xcfb11ead453994baull,
+ 0x81ceb32c4b43fcf5ull, 0xa2425ff75e14fc32ull, 0xcad2f7f5359a3b3eull,
+ 0xfd87b5f28300ca0eull, 0x9e74d1b791e07e48ull, 0xc612062576589ddbull,
+ 0xf79687aed3eec551ull, 0x9abe14cd44753b53ull, 0xc16d9a0095928a27ull,
+ 0xf1c90080baf72cb1ull, 0x971da05074da7befull, 0xbce5086492111aebull,
+ 0xec1e4a7db69561a5ull, 0x9392ee8e921d5d07ull, 0xb877aa3236a4b449ull,
+ 0xe69594bec44de15bull, 0x901d7cf73ab0acd9ull, 0xb424dc35095cd80full,
+ 0xe12e13424bb40e13ull, 0x8cbccc096f5088ccull, 0xafebff0bcb24aaffull,
+ 0xdbe6fecebdedd5bfull, 0x89705f4136b4a597ull, 0xabcc77118461cefdull,
+ 0xd6bf94d5e57a42bcull, 0x8637bd05af6c69b6ull, 0xa7c5ac471b478423ull,
+ 0xd1b71758e219652cull, 0x83126e978d4fdf3bull, 0xa3d70a3d70a3d70aull,
+ 0xcccccccccccccccdull, 0x8000000000000000ull, 0xa000000000000000ull,
+ 0xc800000000000000ull, 0xfa00000000000000ull, 0x9c40000000000000ull,
+ 0xc350000000000000ull, 0xf424000000000000ull, 0x9896800000000000ull,
+ 0xbebc200000000000ull, 0xee6b280000000000ull, 0x9502f90000000000ull,
+ 0xba43b74000000000ull, 0xe8d4a51000000000ull, 0x9184e72a00000000ull,
+ 0xb5e620f480000000ull, 0xe35fa931a0000000ull, 0x8e1bc9bf04000000ull,
+ 0xb1a2bc2ec5000000ull, 0xde0b6b3a76400000ull, 0x8ac7230489e80000ull,
+ 0xad78ebc5ac620000ull, 0xd8d726b7177a8000ull, 0x878678326eac9000ull,
+ 0xa968163f0a57b400ull, 0xd3c21bcecceda100ull, 0x84595161401484a0ull,
+ 0xa56fa5b99019a5c8ull, 0xcecb8f27f4200f3aull, 0x813f3978f8940984ull,
+ 0xa18f07d736b90be5ull, 0xc9f2c9cd04674edfull, 0xfc6f7c4045812296ull,
+ 0x9dc5ada82b70b59eull, 0xc5371912364ce305ull, 0xf684df56c3e01bc7ull,
+ 0x9a130b963a6c115cull, 0xc097ce7bc90715b3ull, 0xf0bdc21abb48db20ull,
+ 0x96769950b50d88f4ull, 0xbc143fa4e250eb31ull, 0xeb194f8e1ae525fdull,
+ 0x92efd1b8d0cf37beull, 0xb7abc627050305aeull, 0xe596b7b0c643c719ull,
+ 0x8f7e32ce7bea5c70ull, 0xb35dbf821ae4f38cull, 0xe0352f62a19e306full,
};
/* Exponents. */