MIDAPACK - MIcrowave Data Analysis PACKage  1.1b
Parallel software tools for high performance CMB DA analysis
 All Data Structures Files Functions Variables Typedefs Groups Pages
bitop.h File Reference

Go to the source code of this file.

Functions

int is_pow_2 (int n)
int pow_2 (int k)
int log_2 (int n)

Function Documentation

int is_pow_2 ( int  n)

Definition at line 5 of file bitop.c.

int pow_2 ( int  k)

Definition at line 10 of file bitop.c.

int log_2 ( int  n)

Definition at line 20 of file bitop.c.