#include <math.h>
#include <Basics.H>
Go to the source code of this file.
Defines | |
#define | Ceiling(x) ((Bit32)ceil(x)) |
#define | Round(x) ((Bit32)rint(x)) |
Functions | |
Bit16 | Log_2 (Bit32 x) throw () |
|
Definition at line 33 of file TableUtils.H. Referenced by SharedTable< K, V >::T::GrowBucket(), Table< K, V >::Default::Init(), and SharedTable< K, V >::T::Init(). |
|
Definition at line 34 of file TableUtils.H. Referenced by Table< K, V >::Default::NewBuckets(), and SharedTable< K, V >::T::NewBuckets(). |
|
Definition at line 27 of file TableUtils.C. References One32U. Referenced by SharedTable< K, V >::T::Init(), and Table< K, V >::Default::Init(). |