fa43d969bf41fd986103c830d417ce0fe49cf110
[clinton/guile-figl.git] / upstream-man-pages / manglsl / unpackDouble2x32.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
3 "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
4 <refentry id="unpackDouble2x32">
5 <refmeta>
6 <refmetainfo>
7 <copyright>
8 <year>2011</year>
9 <holder>Khronos Group</holder>
10 </copyright>
11 </refmetainfo>
12 <refentrytitle>unpackDouble2x32</refentrytitle>
13 <manvolnum>3G</manvolnum>
14 </refmeta>
15 <refnamediv>
16 <refname>unpackDouble2x32</refname>
17 <refpurpose>produce two unsigned integers containing the bit encoding of a double precision floating point value</refpurpose>
18 </refnamediv>
19 <refsynopsisdiv><title>Declaration</title>
20 <funcsynopsis>
21 <funcprototype>
22 <funcdef>uvec2 <function>unpackDouble2x32</function></funcdef>
23 <paramdef>double <parameter>d</parameter></paramdef>
24 </funcprototype>
25 </funcsynopsis>
26 </refsynopsisdiv>
27 <refsect1 id="parameters"><title>Parameters</title>
28 <variablelist>
29 <varlistentry>
30 <term><parameter>d</parameter></term>
31 <listitem>
32 <para>
33 Specifies double precision value to break into a pair of unsigned integers.
34 </para>
35 </listitem>
36 </varlistentry>
37 </variablelist>
38 </refsect1>
39 <refsect1 id="description"><title>Description</title>
40 <para>
41 <function>unpackDouble2x32</function> returns a two-component unsigned integer vector
42 representation of <parameter>d</parameter>. The bit-level representation of <parameter>d</parameter> is
43 preserved. The first component of the returned vector contains
44 the 32 least significant bits of the double; the second
45 component consists the 32 most significant bits.
46 </para>
47 </refsect1>
48 <refsect1 id="versions"><title>Version Support</title>
49 <informaltable frame="topbot">
50 #VARTABLECOLS#
51 <thead>
52 #FUNCTABLEHEADER#
53 <row>
54 <entry>unpackDouble2x32</entry>#newin40#
55 </row>
56 </thead>
57 </tgroup>
58 </informaltable>
59 </refsect1>
60 <refsect1 id="seealso"><title>See Also</title>
61 <para>
62 <citerefentry><refentrytitle>packDouble2x32</refentrytitle></citerefentry>
63 </para>
64 </refsect1>
65 <refsect1 id="Copyright"><title>Copyright</title>
66 <para>
67 Copyright <trademark class="copyright"></trademark> 2011 Khronos Group.
68 This material may be distributed subject to the terms and conditions set forth in
69 the Open Publication License, v 1.0, 8 June 1999.
70 <ulink url="http://opencontent.org/openpub/">http://opencontent.org/openpub/</ulink>.
71 </para>
72 </refsect1>
73 </refentry>