SCM Repository
Diff of /trunk/src/compiler/IL/gen/mid-il.spec
Parent Directory
|
Revision Log
|
Patch
revision 303, Tue Aug 17 03:54:15 2010 UTC | revision 304, Tue Aug 17 14:20:44 2010 UTC | |
---|---|---|
# | Line 17 | Line 17 |
17 | NEQ : ty : 2 : | NEQ : ty : 2 : |
18 | GT : ty : 2 : | GT : ty : 2 : |
19 | GTE : ty : 2 : | GTE : ty : 2 : |
Dot : ty : 2 : | ||
Cross : : 2 : | ||
20 | # | # |
21 | # vector operations | # vector operations |
22 | Dot : ty : 2 : | |
23 | Cross : : 2 : | |
24 | Select : int : 1 : | Select : int : 1 : |
25 | Norm : ty : 1 : | Norm : ty : 1 : |
26 | Scale : ty : 2 : scalar*tensor multiplication | Scale : ty : 2 : scalar*tensor multiplication |
# | Line 45 | Line 45 |
45 | # image/kernel operations | # image/kernel operations |
46 | VoxelAddress : ImageInfo.info : * : compute the address of a voxel | VoxelAddress : ImageInfo.info : * : compute the address of a voxel |
47 | LoadVoxels : RawTypes.ty * int : 1 : load a vector of voxel values from an address | LoadVoxels : RawTypes.ty * int : 1 : load a vector of voxel values from an address |
48 | Transform : ImageInfo.info : 1 : transform to image-space | Transform : ImageInfo.info : 1 : transform a position to image-space |
49 | Kernel : Kernel.kernel : 0 : | Kernel : Kernel.kernel : 0 : |
50 | DiffKernel : int : 1 : derivative of kernel | DiffKernel : : 1 : derivative of kernel |
51 | EvalKernel : : 2 : apply a kernel function to a scalar | EvalKernel : int : 2 : apply a kernel function to a scalar or vector of arguments |
52 | LoadImage : ImageInfo.info : 0 : image-file loading | LoadImage : ImageInfo.info : 0 : image-file loading |
53 | Inside : : 2 : | Inside : : 2 : |
54 | # | # |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |