![]() |
My Project
debian-1:4.1.1-p2+ds-4build1
|
Go to the source code of this file.
Functions | |
int | ilog2 (int a) |
int | igcd (int a, int b) |
int | ipower (int b, int n) |
int ipower ( int b, int m ) More... | |
void | factoryError_intern (const char *s) |
Variables | |
void(* | factoryError )(const char *s) |
void factoryError_intern | ( | const char * | s | ) |
Definition at line 70 of file cf_util.cc.
int igcd | ( | int | a, |
int | b | ||
) |
int ilog2 | ( | int | a | ) |
Definition at line 40 of file cf_util.cc.
int ipower | ( | int | b, |
int | m | ||
) |
int ipower ( int b, int m )
ipower() - calculate b^m in standard integer arithmetic.
Note: Beware of overflows.
Definition at line 25 of file cf_util.cc.
Definition at line 75 of file cf_util.cc.