Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib.tests
Class TestBits

CxxTest::TestSuite
   |
   +--TestBits

   in test_bits.h

class TestBits
extends CxxTest::TestSuite


Method Summary
 void test_ceil_log2()
          
 void test_floor_log2()
          
 void test_is_pow2()
          
 void test_log2_of_pow2()
          
 void test_round_down()
          
 void test_round_up()
          
 void test_round_up_to_pow2()
          
 

Method Detail

test_ceil_log2

public void test_ceil_log2();

test_floor_log2

public void test_floor_log2();

test_is_pow2

public void test_is_pow2();

test_log2_of_pow2

public void test_log2_of_pow2();

test_round_down

public void test_round_down();

test_round_up

public void test_round_up();

test_round_up_to_pow2

public void test_round_up_to_pow2();

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD