Lines Matching refs:bignum
2373 .octa 0x123456789abcdef0123456789ABCDEF0 # A bignum.
2589 @cindex constants, bignum
2590 A @dfn{bignum} has the same syntax and semantics as an integer
3588 A number can be a flonum or bignum. In this case, you are warned
5254 bignum, it emits a 16-byte integer.
5440 each bignum, it emits
5441 @ifclear bignum-16
5442 an 8-byte integer. If the bignum won't fit in 8 bytes, it prints a
5443 warning message; and just takes the lowest order 8 bytes of the bignum.
5450 @ifset bignum-16
5451 a 16-byte integer. If the bignum won't fit in 16 bytes, it prints a
5452 warning message; and just takes the lowest order 16 bytes of the bignum.