~ubuntu-branches/ubuntu/trusty/khronos-opencl-man/trusty

« back to all changes in this revision

Viewing changes to fabs.xml

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-05-21 18:06:15 UTC
  • Revision ID: package-import@ubuntu.com-20130521180615-6e0s2n3pai95ip2f
Tags: upstream-1.0~svn21772
ImportĀ upstreamĀ versionĀ 1.0~svn21772

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
<!ENTITY mathFunctionsInc SYSTEM "mathFunctionsInc.xml">
 
5
]>
 
6
 
 
7
<refentry>
 
8
    <refentryinfo>
 
9
        <keywordset>
 
10
            <keyword>fabs</keyword>
 
11
        </keywordset>
 
12
    </refentryinfo>
 
13
 
 
14
    <refmeta>
 
15
        <refentrytitle>fabs</refentrytitle>
 
16
 
 
17
        <refmiscinfo>
 
18
            <copyright>
 
19
                <year>2007-2011</year>
 
20
                <holder>The Khronos Group Inc.
 
21
 Permission is hereby granted, free of charge, to any person obtaining a
 
22
copy of this software and/or associated documentation files (the
 
23
"Materials"), to deal in the Materials without restriction, including
 
24
without limitation the rights to use, copy, modify, merge, publish,
 
25
distribute, sublicense, and/or sell copies of the Materials, and to
 
26
permit persons to whom the Materials are furnished to do so, subject to
 
27
the condition that this copyright notice and permission notice shall be included
 
28
in all copies or substantial portions of the Materials.</holder>
 
29
            </copyright>
 
30
        </refmiscinfo>
 
31
        <manvolnum>3</manvolnum>
 
32
    </refmeta>
 
33
 
 
34
<!-- ================================ SYNOPSIS -->
 
35
 
 
36
    <refnamediv id="fabs">
 
37
        <refname>fabs</refname>
 
38
 
 
39
        <refpurpose>
 
40
            Compute absolute value of a floating-point number.
 
41
        </refpurpose>
 
42
    </refnamediv>
 
43
 
 
44
    <refsynopsisdiv xmlns:xlink="http://www.w3.org/1999/xlink"><title></title>
 
45
        <funcsynopsis>
 
46
            <funcprototype>
 
47
                <funcdef>
 
48
                    gentype
 
49
                    <function>
 
50
                        fabs
 
51
                    </function>
 
52
                </funcdef>
 
53
                <paramdef>gentype<parameter></parameter></paramdef>
 
54
            </funcprototype>
 
55
        </funcsynopsis>
 
56
    </refsynopsisdiv>
 
57
 
 
58
<!-- ================================ DESCRIPTION  -->
 
59
 
 
60
    <refsect1 id="description"><title>Description</title>
 
61
        <para><function>fabs</function> computes the absolute value of a floating-point number.</para>
 
62
    </refsect1>
 
63
 
 
64
<!-- ================================ NOTES  -->
 
65
 
 
66
    <refsect1 id="notes"><title>Notes</title>
 
67
 
 
68
        &mathFunctionsInc;
 
69
 
 
70
    </refsect1>
 
71
 
 
72
<!-- ================================ EXAMPLE  -->
 
73
<!-- DO NOT DELETE IN CASE AN EXAMPLE IS ADDED IN THE FUTURE -->
 
74
<!--
 
75
    <refsect2 id="example1">
 
76
        <title>
 
77
            Example
 
78
        </title>
 
79
 
 
80
        <informaltable frame="none">
 
81
            <tgroup cols="1" align="left" colsep="0" rowsep="0">
 
82
                <colspec colname="col1" colnum="1" />
 
83
                <tbody>
 
84
                    <row>
 
85
                        <entry>
 
86
                            Example goes here - it will be set in "code" type with white space preserved.
 
87
                        </entry>
 
88
                    </row>
 
89
                </tbody>
 
90
            </tgroup>
 
91
        </informaltable>
 
92
    </refsect2>
 
93
-->
 
94
 
 
95
<!-- ================================ SPECIFICATION  -->
 
96
<!-- Set the "uri" attribute in the <olink /> element to the "named destination" for the PDF page
 
97
-->
 
98
    <refsect1 id="specification"><title>Specification</title>
 
99
        <para>
 
100
            <imageobject>
 
101
                <imagedata fileref="pdficon_small1.gif" format="gif" />
 
102
            </imageobject>
 
103
 
 
104
            <olink uri="mathFunctions">OpenCL Specification</olink>
 
105
        </para>
 
106
    </refsect1>
 
107
 
 
108
<!-- ================================ ALSO SEE  -->
 
109
 
 
110
    <refsect1 id="seealso"><title>Also see</title>
 
111
        <para>
 
112
            <citerefentry href="mathFunctions"><refentrytitle>Math Functions</refentrytitle></citerefentry>
 
113
        </para>
 
114
    </refsect1>
 
115
 
 
116
<!-- ============================== COPYRIGHT -->
 
117
<!-- Content included from copyright.inc.xsl -->
 
118
 
 
119
    <refsect3 id="Copyright"><title></title>
 
120
        <imageobject>
 
121
                <imagedata fileref="KhronosLogo.jpg" format="jpg" />
 
122
        </imageobject>
 
123
        <para />
 
124
    </refsect3>
 
125
 
 
126
<!-- 17-Oct-2011 -->
 
127
</refentry>
 
128