diff options
Diffstat (limited to 'glm-master/doc/api/a00278.html')
-rw-r--r-- | glm-master/doc/api/a00278.html | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/glm-master/doc/api/a00278.html b/glm-master/doc/api/a00278.html deleted file mode 100644 index 3537ed9..0000000 --- a/glm-master/doc/api/a00278.html +++ /dev/null @@ -1,101 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> -<meta http-equiv="X-UA-Compatible" content="IE=9"/> -<meta name="generator" content="Doxygen 1.8.10"/> -<title>0.9.9 API documentation: GLM_EXT_vector_ulp</title> -<link href="tabs.css" rel="stylesheet" type="text/css"/> -<script type="text/javascript" src="jquery.js"></script> -<script type="text/javascript" src="dynsections.js"></script> -<link href="search/search.css" rel="stylesheet" type="text/css"/> -<script type="text/javascript" src="search/searchdata.js"></script> -<script type="text/javascript" src="search/search.js"></script> -<script type="text/javascript"> - $(document).ready(function() { init_search(); }); -</script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> -</head> -<body> -<div id="top"><!-- do not remove this div, it is closed by doxygen! --> -<div id="titlearea"> -<table cellspacing="0" cellpadding="0"> - <tbody> - <tr style="height: 56px;"> - <td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td> - <td id="projectalign" style="padding-left: 0.5em;"> - <div id="projectname">0.9.9 API documentation - </div> - </td> - </tr> - </tbody> -</table> -</div> -<!-- end header part --> -<!-- Generated by Doxygen 1.8.10 --> -<script type="text/javascript"> -var searchBox = new SearchBox("searchBox", "search",false,'Search'); -</script> - <div id="navrow1" class="tabs"> - <ul class="tablist"> - <li><a href="index.html"><span>Main Page</span></a></li> - <li><a href="modules.html"><span>Modules</span></a></li> - <li><a href="files.html"><span>Files</span></a></li> - <li> - <div id="MSearchBox" class="MSearchBoxInactive"> - <span class="left"> - <img id="MSearchSelect" src="search/mag_sel.png" - onmouseover="return searchBox.OnSearchSelectShow()" - onmouseout="return searchBox.OnSearchSelectHide()" - alt=""/> - <input type="text" id="MSearchField" value="Search" accesskey="S" - onfocus="searchBox.OnSearchFieldFocus(true)" - onblur="searchBox.OnSearchFieldFocus(false)" - onkeyup="searchBox.OnSearchFieldChange(event)"/> - </span><span class="right"> - <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> - </span> - </div> - </li> - </ul> - </div> -</div><!-- top --> -<!-- window showing the filter options --> -<div id="MSearchSelectWindow" - onmouseover="return searchBox.OnSearchSelectShow()" - onmouseout="return searchBox.OnSearchSelectHide()" - onkeydown="return searchBox.OnSearchSelectKey(event)"> -</div> - -<!-- iframe showing the search results (closed by default) --> -<div id="MSearchResultsWindow"> -<iframe src="javascript:void(0)" frameborder="0" - name="MSearchResults" id="MSearchResults"> -</iframe> -</div> - -<div class="header"> - <div class="headertitle"> -<div class="title">GLM_EXT_vector_ulp<div class="ingroups"><a class="el" href="a00285.html">Stable extensions</a></div></div> </div> -</div><!--header--> -<div class="contents"> - -<p>Allow the measurement of the accuracy of a function against a reference implementation. -<a href="#details">More...</a></p> -<p>Allow the measurement of the accuracy of a function against a reference implementation. </p> -<p>This extension works on floating-point data and provide results in ULP.</p> -<p>Include <<a class="el" href="a00234.html" title="GLM_EXT_vector_ulp ">glm/ext/vector_ulp.hpp</a>> to use the features of this extension.</p> -<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00264.html" title="Allow the measurement of the accuracy of a function against a reference implementation. ">GLM_EXT_scalar_ulp</a> </dd> -<dd> -<a class="el" href="a00262.html" title="Exposes comparison functions for scalar types that take a user defined epsilon values. ">GLM_EXT_scalar_relational</a> </dd> -<dd> -<a class="el" href="a00275.html" title="Exposes comparison functions for vector types that take a user defined epsilon values. ">GLM_EXT_vector_relational</a> </dd></dl> -</div><!-- contents --> -<!-- start footer part --> -<hr class="footer"/><address class="footer"><small> -Generated by  <a href="http://www.doxygen.org/index.html"> -<img class="footer" src="doxygen.png" alt="doxygen"/> -</a> 1.8.10 -</small></address> -</body> -</html> |