search for: uint_fast64_t

Displaying 4 results from an estimated 4 matches for "uint_fast64_t".

Did you mean: int_fast64_t
2014 May 14
1
large integer values
Dear devels, I need to create a (short) vector in C, which contains potentially very large numbers, exponentially to the powers of 2. This is my test example: lgth = 35; int power[lgth]; power[lgth - 1] = 1; for (j = 1; j < lgth; j++) { power[lgth - j - 1] = 2*power[lgth - j]; } Everything works ok until it reaches the limit of 2^32: power: 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024,
2014 May 08
2
compile error about 6.0.2
...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 ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?uintmax_t? In file included from /mlsyslinux/com32/include/stdint.h:74,...
2014 May 08
0
compile error about 6.0.2
...ected ?=?, ?,?, ?;?, ?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 ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?uintmax_t? > In file included from /mlsyslinux/com32/include/stdint.h...
2014 May 12
2
compile error about 6.0.2
...ected ?=?, ?,?, ?;?, ?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 ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?uintmax_t? > In file included from /mlsyslinux/com32/include/stdint.h...