<aname="l00055"></a>00055 <spanclass="keywordtype">int</span><aclass="code"href="a00143.html#gac93ea301c287d87a63fa14a4c44b719b"title="Returns x raised to the y power.">pow</a>(<spanclass="keywordtype">int</span> x, <spanclass="keywordtype">int</span> y);
<aname="l00059"></a>00059 <spanclass="keywordtype">int</span><aclass="code"href="a00143.html#ga9b2fd4f39c29e3d55c4b4087ab873f9f"title="Returns the positive square root of x.">sqrt</a>(<spanclass="keywordtype">int</span> x);
<aname="l00064"></a>00064 genIUType <aclass="code"href="a00143.html#gae19ff18661b33a0fe1b8edee61382f40"title="Returns the base 2 log of x, i.e., returns the value y, which satisfies the equation x = 2 ^ y...">log2</a>(genIUType <spanclass="keyword">const</span>& x);
<aname="l00068"></a>00068 <spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span><aclass="code"href="a00189.html#ga054b9fd24e0d18af9ae7e9b6bfb5a2c9"title="Returns the floor log2 of x.">floor_log2</a>(<spanclass="keywordtype">unsigned</span><spanclass="keywordtype">int</span> x);
<aname="l00077"></a>00077 genType <aclass="code"href="a00189.html#ga6912d62d2f314fa38ef4c94fda778294"title="Return the factorial value of a number (!12 max, integer only) From GLM_GTX_integer extension...">factorial</a>(genType <spanclass="keyword">const</span>& x);
<aname="l00081"></a><aclass="code"href="a00189.html#gada7e83fdfe943aba4f1d5bf80cb66f40">00081</a><spanclass="keyword">typedef</span><spanclass="keywordtype">signed</span><spanclass="keywordtype">int</span><aclass="code"href="a00189.html#gada7e83fdfe943aba4f1d5bf80cb66f40"title="32bit signed integer.">sint</a>;
<aname="l00085"></a>00085 <aclass="code"href="a00156.html#ga4d16da297112d05af72fc456a1c4f386"title="Unsigned integer type.">uint</a><aclass="code"href="a00143.html#gac93ea301c287d87a63fa14a4c44b719b"title="Returns x raised to the y power.">pow</a>(<aclass="code"href="a00156.html#ga4d16da297112d05af72fc456a1c4f386"title="Unsigned integer type.">uint</a> x, <aclass="code"href="a00156.html#ga4d16da297112d05af72fc456a1c4f386"title="Unsigned integer type.">uint</a> y);
<aname="l00097"></a>00097 <aclass="code"href="a00156.html#ga4d16da297112d05af72fc456a1c4f386"title="Unsigned integer type.">uint</a><aclass="code"href="a00189.html#gade78ad3e82d61001f4641571db4dd56e"title="Returns the number of leading zeros.">nlz</a>(<aclass="code"href="a00156.html#ga4d16da297112d05af72fc456a1c4f386"title="Unsigned integer type.">uint</a> x);