summaryrefslogtreecommitdiff
path: root/doc/tmpl/liboilfuncs-conv.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tmpl/liboilfuncs-conv.sgml')
-rw-r--r--doc/tmpl/liboilfuncs-conv.sgml1607
1 files changed, 1607 insertions, 0 deletions
diff --git a/doc/tmpl/liboilfuncs-conv.sgml b/doc/tmpl/liboilfuncs-conv.sgml
new file mode 100644
index 0000000..6768b84
--- /dev/null
+++ b/doc/tmpl/liboilfuncs-conv.sgml
@@ -0,0 +1,1607 @@
+<!-- ##### SECTION Title ##### -->
+Type conversion
+
+<!-- ##### SECTION Short_Description ##### -->
+Type conversion function classes
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+These functions convert values in the source array from the source
+type to the destination type.
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### FUNCTION oil_clipconv8x8_u8_s16 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@d_8x8:
+@dstr:
+@s_8x8:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_clipconv_s16_f32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s16_f64 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s16_s32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s16_u16 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s16_u32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s32_f32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s32_f64 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s32_u32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s8_f32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s8_f64 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s8_s16 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s8_s32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s8_u16 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s8_u32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_s8_u8 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u16_f32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u16_f64 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u16_s16 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u16_s32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u16_u32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u32_f32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u32_f64 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u32_s32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u8_f32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u8_f64 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u8_s16 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u8_s32 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u8_s8 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u8_u16 ##### -->
+<para>
+
+Converts source array to type of destination array, clipping values
+to the range of the destination type.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_clipconv_u8_u32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv8x8_f64_s16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@d_8x8:
+@dstr:
+@s_8x8:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_conv8x8_s16_f64 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@d_8x8:
+@dstr:
+@s_8x8:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_conv_f32_f64 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f32_s16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f32_s32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f32_s8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f32_u16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f32_u32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f32_u8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f64_f32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f64_s16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f64_s32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f64_s8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f64_u16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f64_u32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_f64_u8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s16_f32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s16_f64 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s16_s32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s16_s8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s16_u16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s16_u32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s16_u8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s32_f32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s32_f64 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s32_s16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s32_s8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s32_u16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s32_u32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s32_u8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s8_f32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s8_f64 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s8_s16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s8_s32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s8_u16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s8_u32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_s8_u8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u16_f32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u16_f64 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u16_s16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u16_s32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u16_s8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u16_u32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u16_u8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u32_f32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u32_f64 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u32_s16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u32_s32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u32_s8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u32_u16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u32_u8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u8_f32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u8_f64 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u8_s16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u8_s32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u8_s8 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u8_u16 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_conv_u8_u32 ##### -->
+<para>
+
+Converts each element in the source array to the type of destination
+array. Destination values outside the range of the destination type
+are unspecified.
+</para>
+
+@dest:
+@dstr:
+@src:
+@sstr:
+@n:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f32_s16 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f32_s32 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f32_s8 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f32_u16 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f32_u32 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f32_u8 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f64_s16 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f64_s32 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f64_s8 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f64_u16 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f64_u32 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_f64_u8 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_s16_f32 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_s16_f64 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_s32_f32 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_s32_f64 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_s8_f32 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_s8_f64 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_u16_f32 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_u16_f64 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_u32_f32 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_u32_f64 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_u8_f32 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+
+<!-- ##### FUNCTION oil_scaleconv_u8_f64 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@dest:
+@src:
+@n:
+@s2_1:
+@s3_1:
+
+