Merge "removed vFW vLB extra executables"
[demo.git] / VES5.0 / doxygen-1.8.12 / html / examples / define / latex / define_8h.tex
1 \hypertarget{define_8h}{}\subsection{define.\+h File Reference}
2 \label{define_8h}\index{define.\+h@{define.\+h}}
3
4
5 testing defines  
6
7
8 \subsubsection*{Macros}
9 \begin{DoxyCompactItemize}
10 \item 
11 \#define \hyperlink{define_8h_a996f7be338ccb40d1a2a5abc1ad61759}{A\+BS}(x)~(((x)$>$0)?(x)\+:-\/(x))
12 \item 
13 \#define \hyperlink{define_8h_aacc3ee1a7f283f8ef65cea31f4436a95}{M\+AX}(x,  y)~((x)$>$(y)?(x)\+:(y))
14 \item 
15 \#define \hyperlink{define_8h_a74e75242132eaabbc1c512488a135926}{M\+IN}(x,  y)~((x)$>$(y)?(y)\+:(x))
16 \end{DoxyCompactItemize}
17
18
19 \subsubsection{Detailed Description}
20 testing defines 
21
22 This is to test the documentation of defines. 
23
24 \subsubsection{Macro Definition Documentation}
25 \hypertarget{define_8h_a996f7be338ccb40d1a2a5abc1ad61759}{}\label{define_8h_a996f7be338ccb40d1a2a5abc1ad61759} 
26 \index{define.\+h@{define.\+h}!A\+BS@{A\+BS}}
27 \index{A\+BS@{A\+BS}!define.\+h@{define.\+h}}
28 \paragraph{\texorpdfstring{A\+BS}{ABS}}
29 {\footnotesize\ttfamily \#define A\+BS(\begin{DoxyParamCaption}\item[{}]{x }\end{DoxyParamCaption})~(((x)$>$0)?(x)\+:-\/(x))}
30
31 Computes the absolute value of its argument {\itshape x}. \hypertarget{define_8h_aacc3ee1a7f283f8ef65cea31f4436a95}{}\label{define_8h_aacc3ee1a7f283f8ef65cea31f4436a95} 
32 \index{define.\+h@{define.\+h}!M\+AX@{M\+AX}}
33 \index{M\+AX@{M\+AX}!define.\+h@{define.\+h}}
34 \paragraph{\texorpdfstring{M\+AX}{MAX}}
35 {\footnotesize\ttfamily \#define M\+AX(\begin{DoxyParamCaption}\item[{}]{x,  }\item[{}]{y }\end{DoxyParamCaption})~((x)$>$(y)?(x)\+:(y))}
36
37 Computes the maximum of {\itshape x} and {\itshape y}. \hypertarget{define_8h_a74e75242132eaabbc1c512488a135926}{}\label{define_8h_a74e75242132eaabbc1c512488a135926} 
38 \index{define.\+h@{define.\+h}!M\+IN@{M\+IN}}
39 \index{M\+IN@{M\+IN}!define.\+h@{define.\+h}}
40 \paragraph{\texorpdfstring{M\+IN}{MIN}}
41 {\footnotesize\ttfamily \#define M\+IN(\begin{DoxyParamCaption}\item[{}]{x,  }\item[{}]{y }\end{DoxyParamCaption})~((x)$>$(y)?(y)\+:(x))}
42
43 Computes the minimum of {\itshape x} and {\itshape y}.