Module Machine-words
The Machine-words module.
Exported from
Library Dylan
Library common-dylan
Summary
Module Machine-words
The Machine-words module.
Machine-words names
Machine-words names
$machine-word-size
$machine-word-zero
$maximum-signed-machine-word
$maximum-unsigned-machine-word
$minimum-signed-machine-word
$minimum-unsigned-machine-word
<machine-word>
even?
negative?
odd?
positive?
zero?
In the process of working with Dylan, the Gwydion Project has come up with numerous extensions to the Dylan language.
The common-dylan library.
The number of bits in the representation of a <machine-word>.
A constant.
The largest machine word, when interpreted as a signed integer value.
The largest machine word, when interpreted as an unsigned integer value.
The smallest machine word, when interpreted as a signed integer value.
The smallest machine word, when interpreted as an unsigned integer value.
The class <machine-word> represents a limited range of integral values.
Returns true if its argument is an even number.
Returns true if its argument is negative.
Returns true if its argument is an odd number.
Returns true if its argument is positive.
Returns true if its argument is equal to zero.