search for: int_fast64_t

Displaying 6 results from an estimated 6 matches for "int_fast64_t".

2018 Aug 16
0
longint
...ctly what >> size is >> used via int64_t (long), int32_t (int), ... and the unsigned cousins Well, not all compilers. Those types were introduced in C99, but are optional in that standard and in C11 and C++11. I have not checked C++1[47], but expect they are also optional there. int_fast64_t is not optional in C99, so R uses that if int64_t is not supported. [It is easy to overlook that they are optional in C99 and at one time R assumed them.] >> (which R >> does not have).? So please receive the value as a int64_t and then >> cast it to >> an int32_t -- wh...
2018 Mar 13
2
64-bit integer type warning on windows
Dear list, During the last two months, I spent a lot of time trying to remove the following warnings of my package randtoolbox: congruRand.c:180:3: warning: ISO C does not support the 'I64' ms_scanf length modifier [-Wformat=] sscanf(params[0], "%" PRIu64 "\n", &inp_mod); Please see
2018 Aug 16
2
longint
On 08/16/2018 05:12 AM, Dirk Eddelbuettel wrote: > > On 15 August 2018 at 20:32, Benjamin Tyner wrote: > | Thanks for the replies and for confirming my suspicion. > | > | Interestingly, src/include/S.h uses a trick: > | > | ?? #define longint int > | > | and so does the nlme package (within src/init.c). > > As Bill Dunlap already told you, this is a) ancient and
2014 May 08
2
compile error about 6.0.2
...rror: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?int_least64_t? /mlsyslinux/com32/include/stdint.h:18: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?uint_least64_t? /mlsyslinux/com32/include/stdint.h:21: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?int_fast64_t? /mlsyslinux/com32/include/stdint.h:24: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?uint_fast64_t? /mlsyslinux/com32/include/stdint.h:26: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?intmax_t? /mlsyslinux/com32/include/stdint.h:27: error: expected ?=?, ?,?, ?;...
2014 May 08
0
compile error about 6.0.2
...cted ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?int_least64_t? > /mlsyslinux/com32/include/stdint.h:18: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?uint_least64_t? > /mlsyslinux/com32/include/stdint.h:21: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?int_fast64_t? > /mlsyslinux/com32/include/stdint.h:24: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?uint_fast64_t? > /mlsyslinux/com32/include/stdint.h:26: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?intmax_t? > /mlsyslinux/com32/include/stdint.h:27: error: expect...
2014 May 12
2
compile error about 6.0.2
...cted ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?int_least64_t? > /mlsyslinux/com32/include/stdint.h:18: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?uint_least64_t? > /mlsyslinux/com32/include/stdint.h:21: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?int_fast64_t? > /mlsyslinux/com32/include/stdint.h:24: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?uint_fast64_t? > /mlsyslinux/com32/include/stdint.h:26: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?intmax_t? > /mlsyslinux/com32/include/stdint.h:27: error: expect...