summaryrefslogtreecommitdiff
path: root/liboil/liboiltypes.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-12-16 07:45:29 +0000
committerDavid Schleef <ds@schleef.org>2005-12-16 07:45:29 +0000
commit91ca647a4aa22f6f68209f156ffeb361a4610c9b (patch)
treee6a28faec26684bf5d7a31ed7544dd75c5645327 /liboil/liboiltypes.h
parent823016f2206a31d1d3afcdbe32b89b2b3e0c2f5d (diff)
downloadliboil-91ca647a4aa22f6f68209f156ffeb361a4610c9b.tar.gz
* doc/liboil-sections.txt:
* doc/tmpl/liboil-unused.sgml: * doc/tmpl/liboiltypes.sgml: * liboil/conv/conv_c.c: * liboil/liboilprototype.c: * liboil/liboiltypes.h: * liboil/ref/clip_ref.c: * liboil/ref/conv.c: * liboil/ref/multsum.c: * liboil/ref/permute.c: * liboil/ref/scalaradd.c: * liboil/ref/scalarmult.c: * liboil/ref/trans8x8.c: * liboil/ref/vectoradd_f64.c: * liboil/ref/vectoradd_s.c: * liboil/simdpack/scalaradd.c: * liboil/simdpack/scalarmult.c:
Diffstat (limited to 'liboil/liboiltypes.h')
-rw-r--r--liboil/liboiltypes.h88
1 files changed, 44 insertions, 44 deletions
diff --git a/liboil/liboiltypes.h b/liboil/liboiltypes.h
index 7b8183f..f6c4314 100644
--- a/liboil/liboiltypes.h
+++ b/liboil/liboiltypes.h
@@ -52,146 +52,146 @@ typedef struct _OilTest OilTest;
typedef void (*OilTestFunction) (OilTest *test);
/**
- * type_s8:
+ * oil_type_s8:
*
* Useful for autogenerated code. Do not use otherwise.
*/
-#define type_s8 int8_t
+#define oil_type_s8 int8_t
/**
- * type_u8:
+ * oil_type_u8:
*
* Useful for autogenerated code. Do not use otherwise.
*/
-#define type_u8 uint8_t
+#define oil_type_u8 uint8_t
/**
- * type_s16:
+ * oil_type_s16:
*
* Useful for autogenerated code. Do not use otherwise.
*/
-#define type_s16 int16_t
+#define oil_type_s16 int16_t
/**
- * type_u16:
+ * oil_type_u16:
*
* Useful for autogenerated code. Do not use otherwise.
*/
-#define type_u16 uint16_t
+#define oil_type_u16 uint16_t
/**
- * type_s32:
+ * oil_type_s32:
*
* Useful for autogenerated code. Do not use otherwise.
*/
-#define type_s32 int32_t
+#define oil_type_s32 int32_t
/**
- * type_u32:
+ * oil_type_u32:
*
* Useful for autogenerated code. Do not use otherwise.
*/
-#define type_u32 uint32_t
+#define oil_type_u32 uint32_t
/**
- * type_f32:
+ * oil_type_f32:
*
* Useful for autogenerated code. Do not use otherwise.
*/
-#define type_f32 float
+#define oil_type_f32 float
/**
- * type_f64:
+ * oil_type_f64:
*
* Useful for autogenerated code. Do not use otherwise.
*/
-#define type_f64 double
+#define oil_type_f64 double
-#define type_min_s8 (-128)
-#define type_min_u8 (0)
-#define type_min_s16 (-32768)
-#define type_min_u16 (0)
-#define type_min_s32 (-2147483647 - 1)
-#define type_min_u32 (0)
+#define oil_type_min_s8 (-128)
+#define oil_type_min_u8 (0)
+#define oil_type_min_s16 (-32768)
+#define oil_type_min_u16 (0)
+#define oil_type_min_s32 (-2147483647 - 1)
+#define oil_type_min_u32 (0)
-#define type_max_s8 (127)
-#define type_max_u8 (255)
-#define type_max_s16 (32767)
-#define type_max_u16 (65535)
-#define type_max_s32 (2147483647)
-#define type_max_u32 (4294967295U)
+#define oil_type_max_s8 (127)
+#define oil_type_max_u8 (255)
+#define oil_type_max_s16 (32767)
+#define oil_type_max_u16 (65535)
+#define oil_type_max_s32 (2147483647)
+#define oil_type_max_u32 (4294967295U)
/**
- * type_min_s8:
+ * oil_type_min_s8:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_min_u8:
+ * oil_type_min_u8:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_min_s16:
+ * oil_type_min_s16:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_min_u16:
+ * oil_type_min_u16:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_min_s32:
+ * oil_type_min_s32:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_min_u32:
+ * oil_type_min_u32:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_min_f32:
+ * oil_type_min_f32:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_min_f64:
+ * oil_type_min_f64:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_max_s8:
+ * oil_type_max_s8:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_max_u8:
+ * oil_type_max_u8:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_max_s16:
+ * oil_type_max_s16:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_max_u16:
+ * oil_type_max_u16:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_max_s32:
+ * oil_type_max_s32:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_max_u32:
+ * oil_type_max_u32:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_max_f32:
+ * oil_type_max_f32:
*
* Useful for autogenerated code. Do not use otherwise.
*/
/**
- * type_max_f64:
+ * oil_type_max_f64:
*
* Useful for autogenerated code. Do not use otherwise.
*/