NextPrevUpTopContentsIndex

int32

Type
Summary

A type used to generate optimal 32-bit arithmetic code.

Package

system

Signature

int32

Description

The type int32 is used to generate optimal 32-bit arithmetic code.

Objects of type int32 are generated and can be manipulated using the functions in the INT32 API but the compiler can optimize such source code by eliminating the intermediate int32 objects to produce efficient raw 32-bit code.

See the section "Fast 32-bit arithmetic" in the LispWorks User Guide for more information.

See also

int32*
int32+
int32-
+int32-0+
+int32-1+
int32-1+
int32-1-
int32/
int32/=
int32<
int32<=
int32=
int32>
int32>=
int32-aref
int32-logand
int32-logandc1
int32-logandc2
int32-logeqv
int32-logior
int32-lognand
int32-lognor
int32-lognot
int32-logorc1
int32-logorc2
int32-logxor
int32-minusp
int32-plusp
int32-to-integer
int32-zerop
integer-to-int32
make-simple-int32-vector
simple-int32-vector


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex