ETL
0.04.19
|
#include <cmath>
#include <math.h>
Go to the source code of this file.
Functions | |
template<typename I , typename T > | |
_ETL_BEGIN_NAMESPACE I | binary_find (I begin, I end, const T &value) |
int | round_to_int (const float x) |
int | round_to_int (const double x) |
int | ceil_to_int (const float x) |
int | ceil_to_int (const double x) |
int | floor_to_int (const float x) |
int | floor_to_int (const double x) |
|
inline |
======================================================================== Extended Template and Library Misc $Id$
Copyright (c) 2002 Robert B. Quattlebaum Jr. Copyright (c) 2007 Chris Moore
This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
=== N O T E S ===========================================================
Definition at line 42 of file _misc.h.
Referenced by smach< CON, K, M >::state< T >::find().
|
inline |
|
inline |
Definition at line 94 of file _misc.h.
Referenced by surface< T, AT, VP >::cosine_sample(), surface< T, AT, VP >::cosine_sample_cooked(), surface< T, AT, VP >::cubic_sample(), surface< T, AT, VP >::linear_sample(), and surface< T, AT, VP >::linear_sample_cooked().