aboutsummaryrefslogtreecommitdiff
path: root/src/arch/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/common.h')
-rw-r--r--src/arch/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/common.h b/src/arch/common.h
index 5c1efde..e57fba9 100644
--- a/src/arch/common.h
+++ b/src/arch/common.h
@@ -9,15 +9,16 @@ STATIC_INLINE cube_t compose(cube_t, cube_t);
9STATIC_INLINE cube_t inverse(cube_t); 9STATIC_INLINE cube_t inverse(cube_t);
10 10
11STATIC_INLINE int64_t coord_co(cube_t); 11STATIC_INLINE int64_t coord_co(cube_t);
12STATIC_INLINE cube_t invcoord_co(int64_t);
12STATIC_INLINE int64_t coord_csep(cube_t); 13STATIC_INLINE int64_t coord_csep(cube_t);
13STATIC_INLINE int64_t coord_cocsep(cube_t); 14STATIC_INLINE int64_t coord_cocsep(cube_t);
14STATIC_INLINE int64_t coord_eo(cube_t); 15STATIC_INLINE int64_t coord_eo(cube_t);
15STATIC_INLINE int64_t coord_esep(cube_t); 16STATIC_INLINE int64_t coord_esep(cube_t);
17STATIC_INLINE cube_t invcoord_esep(int64_t);
16 18
17STATIC_INLINE void copy_corners(cube_t [static 1], cube_t); 19STATIC_INLINE void copy_corners(cube_t [static 1], cube_t);
18STATIC_INLINE void copy_edges(cube_t [static 1], cube_t); 20STATIC_INLINE void copy_edges(cube_t [static 1], cube_t);
19STATIC_INLINE void set_eo(cube_t [static 1], int64_t); 21STATIC_INLINE void set_eo(cube_t [static 1], int64_t);
20STATIC_INLINE cube_t invcoord_esep(int64_t);
21 22
22STATIC_INLINE void invcoord_esep_array(int64_t, int64_t, uint8_t[static 12]); 23STATIC_INLINE void invcoord_esep_array(int64_t, int64_t, uint8_t[static 12]);
23STATIC_INLINE cube_t invcoord_eoesep(int64_t); 24STATIC_INLINE cube_t invcoord_eoesep(int64_t);

Generated with cgit - Back to sebastiano.tronto.net