![]() |
My Project
|
#include "misc/auxiliary.h"
#include "misc/mylimits.h"
#include "reporter/reporter.h"
#include "coeffs/numbers.h"
#include "coeffs/coeffs.h"
#include "coeffs/mpr_complex.h"
#include "coeffs/shortfl.h"
#include "coeffs/longrat.h"
#include <cmath>
Go to the source code of this file.
Data Structures | |
union | nf |
Macros | |
#define | SR_HDL(A) ((long)(A)) |
#define | IS_INT(A) ((A)->s==3) |
#define | IS_IMM(A) (SR_HDL(A) & SR_INT) |
#define | GET_NOM(A) ((A)->z) |
#define | GET_DENOM(A) ((A)->n) |
Variables | |
static const SI_FLOAT | nrEps = 1.0e-3 |
Definition at line 94 of file shortfl.cc.
Definition at line 653 of file shortfl.cc.
Definition at line 648 of file shortfl.cc.
Definition at line 370 of file shortfl.cc.
Definition at line 183 of file shortfl.cc.
Definition at line 224 of file shortfl.cc.
Converts a n_R number into a float. Needed by Maps.
Definition at line 48 of file shortfl.cc.
Definition at line 217 of file shortfl.cc.
Definition at line 53 of file shortfl.cc.
Definition at line 70 of file shortfl.cc.
Initialize r.
Definition at line 658 of file shortfl.cc.
Definition at line 81 of file shortfl.cc.
Definition at line 158 of file shortfl.cc.
Definition at line 397 of file shortfl.cc.
Definition at line 388 of file shortfl.cc.
Definition at line 378 of file shortfl.cc.
Definition at line 408 of file shortfl.cc.
Definition at line 458 of file shortfl.cc.
Definition at line 60 of file shortfl.cc.
Definition at line 210 of file shortfl.cc.
Definition at line 299 of file shortfl.cc.
Get a mapping function from src into the domain of this type: n_R.
Definition at line 617 of file shortfl.cc.
Definition at line 126 of file shortfl.cc.
Definition at line 232 of file shortfl.cc.
Definition at line 30 of file shortfl.cc.