00001 // ilog2.h 00002 00003 ////////////////////////////////////////////////////////////////////// 00004 // (c) Copyright 2002 Brown Deer Technology, LLC. 00005 // All rights reserved. 00006 ////////////////////////////////////////////////////////////////////// 00007 00008 #ifndef ILOG2_H 00009 #define ILOG2_H 00010 00011 int ilog2( const float& val ); 00012 00013 int ilog2( const double& val ); 00014 00015 #endif 00016
1.3.6