Paste: using: specialized-arrays
Author: | klazuka |
Mode: | factor |
Date: | Fri, 9 Oct 2009 19:05:21 |
Plain Text |
USING: accessors alien.c-types byte-arrays combinators fry
grouping images kernel locals math math.vectors
sequences specialized-arrays ;
SPECIALIZED-ARRAY: half
SPECIALIZED-ARRAY: ushort
IN: images.normalization
USING: accessors alien.c-types byte-arrays combinators fry
grouping half-floats images kernel locals math math.vectors
sequences specialized-arrays specialized-arrays.instances.float
specialized-arrays.instances.half
specialized-arrays.instances.ushort ;
IN: images.normalization
New Annotation