![]() |
My Project
|
#include "config.h"#include <string.h>#include "cf_assert.h"#include "cf_defs.h"#include "ffops.h"Go to the source code of this file.
Macros | |
| #define | LIKELY(expression) |
| For optimizing if-branches. | |
| #define | UNLIKELY(expression) |
Functions | |
| void | ff_setprime (const int p) |
| int | ff_newinv (const int a) |
| int | ff_biginv (const int a) |
Variables | |
| VAR int | ff_prime = 0 |
| VAR int | ff_halfprime = 0 |
| VAR bool | ff_big = false |
| VAR short * | ff_invtab = new short [32767] |
| #define LIKELY | ( | expression | ) |
| int ff_biginv | ( | const int | a | ) |
Definition at line 81 of file ffops.cc.
| int ff_newinv | ( | const int | a | ) |
Definition at line 39 of file ffops.cc.