![]() |
My Project
|
#include "config.h"#include "cf_assert.h"#include "cf_defs.h"#include "cf_factory.h"#include "canonicalform.h"#include "int_cf.h"#include "int_int.h"#include "int_rat.h"#include "int_poly.h"#include "int_pp.h"#include "imm.h"Go to the source code of this file.
Macros | |
| #define | LIKELY(expression) (expression) |
| For optimizing if-branches. More... | |
| #define | UNLIKELY(expression) (expression) |
Functions | |
| void | getmpi (InternalCF *value, mpz_t mpi) |
| #define LIKELY | ( | expression | ) | (expression) |
For optimizing if-branches.
Definition at line 24 of file cf_factory.cc.
| #define UNLIKELY | ( | expression | ) | (expression) |
Definition at line 25 of file cf_factory.cc.
| void getmpi | ( | InternalCF * | value, |
| mpz_t | mpi | ||
| ) |
Definition at line 303 of file cf_factory.cc.