![]() |
My Project
debian-1:4.1.1-p2+ds-4build4
|
#include <stdio.h>
#include <string.h>
#include "misc/auxiliary.h"
#include "omalloc/omalloc.h"
#include "reporter/reporter.h"
#include "coeffs/coeffs.h"
#include "coeffs/numbers.h"
#include "coeffs/longrat.h"
Go to the source code of this file.
Macros | |
#define | SR_HDL(A) ((long)(A)) |
#define | SR_TO_INT(SR) (((long)SR) >> 2) |
Functions | |
const char * | nlEatLong (char *s, mpz_ptr i) |
const char * | nlRead (const char *s, number *a, const coeffs r) |
void | nlWrite (number a, const coeffs) |
Variables | |
omBin | rnumber_bin = omGetSpecBin(sizeof(snumber)) |
Definition at line 23 of file longrat0.cc.
#define SR_TO_INT | ( | SR | ) | (((long)SR) >> 2) |
Definition at line 26 of file longrat0.cc.
const char* nlEatLong | ( | char * | s, |
mpz_ptr | i | ||
) |
Definition at line 32 of file longrat0.cc.
Definition at line 54 of file longrat0.cc.
void nlWrite | ( | number | a, |
const | coeffs | ||
) |
Definition at line 113 of file longrat0.cc.
omBin rnumber_bin = omGetSpecBin(sizeof(snumber)) |
Definition at line 20 of file longrat0.cc.