SCM Repository
Diff of /trunk/src/compiler/IL/gen/mid-il.spec
Parent Directory
|
Revision Log
|
Patch
revision 332, Thu Aug 19 20:18:53 2010 UTC | revision 333, Thu Aug 19 20:52:48 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 : |
20 | Not : : 1 : boolean negation | |
21 | Max : : 2 : | |
22 | Min : : 2 : | |
23 | Sin : : 1 : | |
24 | Cos : : 1 : | |
25 | Pow : : 2 : | |
26 | # | # |
27 | # vector operations | # vector operations |
28 | Dot : ty : 2 : | Dot : ty : 2 : |
# | Line 28 | Line 34 |
34 | CL : : 1 : linear anisotropy measures | CL : : 1 : linear anisotropy measures |
35 | PrincipleEvec : ty : 2 : principle eigenvector; ty is result vector type | PrincipleEvec : ty : 2 : principle eigenvector; ty is result vector type |
36 | Subscript : ty : 2 : | Subscript : ty : 2 : |
37 | Max : : 2 : | Floor : int : 1 : compute real floor of a vector |
Min : : 2 : | ||
Sin : : 1 : | ||
Cos : : 1 : | ||
Pow : : 2 : | ||
Not : : 1 : boolean negation | ||
38 | # | # |
39 | # conversions | # conversions |
40 | IntToReal : : 1 : | IntToReal : : 1 : |
41 | TruncToInt : : 1 : | TruncToInt : int : 1 : |
42 | RoundToInt : : 1 : | RoundToInt : int : 1 : |
43 | CeilToInt : : 1 : | CeilToInt : int : 1 : |
44 | FloorToInt : : 1 : | FloorToInt : int : 1 : |
45 | # | # |
46 | # image/kernel operations | # image/kernel operations |
47 | VoxelAddress : ImageInfo.info : * : compute the address of a voxel | VoxelAddress : ImageInfo.info : * : compute the address of a voxel |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |