17.05.2015 Views

zl:1 - FTP

zl:1 - FTP

zl:1 - FTP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

it-eqv 50<br />

I<br />

tunately this causes bitblt to have a couple of strange restrictions.<br />

Wraparound does not work correctly if from-raster is an indirect array with<br />

an index offset. bitblt signals an error if the widths of from-raster and<br />

to-raster are not both integral multiples of the machine word length. For<br />

sys:art-lb arrays, width must be a multiple of 32., for sys:art-2b arrays it<br />

must be a multiple of 16., and so on.<br />

bit-eqv first second &optional third Function<br />

Performs logical exclusive nor operations on bit arrays. The arguments<br />

must be bit arrays of the same rank and dimensions. A new array is<br />

created to contain the result if the third argument is nil or omitted. If the<br />

third argument is t, the first array is used to hold the result.<br />

bit-ior first second &optional third Function<br />

Performs logical inclusive or operations on bit arrays. The arguments must<br />

be bit arrays of the same rank and dimensions. A new array is created to<br />

contain the result if the third argument is nil or omitted. If the third argument<br />

is t, the first array is used to hold the result.<br />

bit-nand first second &optional third Function<br />

Performs logical not and operations on bit arrays. The arguments must be<br />

bit arrays of the same rank and dimensions. A new array is created to<br />

contain the result if the third argument is nil or omitted. If the third argument<br />

is t, the first array is used to hold the result.<br />

bit-nor first second &optional third Function<br />

Performs logical not or operations on bit arrays. The arguments must be<br />

bit arrays of the same rank and dimensions. A new array is created to<br />

contain the result if the third argument is nil or omitted. If the third argument<br />

is t, the first array is used to hold the result.<br />

bit-not source &optional destination Function<br />

source must be a bit-array. bit-not returns a bit-array of the same rank<br />

and dimensions that contains a copy of the argument with all the bits inverted.<br />

If destination is nil or omitted, a new array is created to contain<br />

the result. If destination is t, the result is destructively placed in the<br />

source array.<br />

bit-orcl first second &optional third Function<br />

Performs logical or operations on the complement of first with second on<br />

bit arrays. The arguments must be bit arrays of the same rank and dimensions.<br />

A new array is created to contain the result if the third argument<br />

is nil or omitted. If the third argument is t, the first array is used to hold<br />

the result.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!