My Project
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "misc/auxiliary.h"
#include "reporter/reporter.h"
#include "polys/templates/p_Procs_Dynamic.h"
#include "polys/templates/p_Procs_Impl.h"
Go to the source code of this file.
Macros | |
#define | DoSetProc(what, field, length, ord) GenerateProc(#what, what##_Proc, field, length, ord) |
Functions | |
int | IsKernelProc (p_Proc proc, p_Field field, p_Length length, p_Ord ord) |
int | AlreadyHaveProc (p_Proc proc, p_Field field, p_Length length, p_Ord ord) |
void | AddProc (const char *s_what, p_Proc proc, p_Field field, p_Length length, p_Ord ord) |
void | GenerateProc (const char *s_what, p_Proc proc, p_Field field, p_Length length, p_Ord ord) |
int | main () |
Variables | |
int | FieldGeneralProcs = 0 |
int | FieldIndepProcs = 0 |
int | FieldZpProcs = 0 |
int | FieldQProcs = 0 |
int | RingGeneralProcs = 0 |
int | KernelProcs = 0 |
int | UnknownProcs = 0 |
char *** | generated_p_procs |
const char * | macros_field [] = {"n_Copy","n_Delete", "n_Mult", "n_Add", "n_Sub", "n_IsZero", "n_Equal" , "n_Neg", "n_InpMult", "n_InpAdd", NULL} |
const char * | macros_length [] |
const char * | macros_length_ord [] = {"p_MemCmp", NULL} |
int | DummyProcs = 0 |
int | NumberOfHaveProcs = 0 |
#define DoSetProc | ( | what, | |
field, | |||
length, | |||
ord | |||
) | GenerateProc(#what, what##_Proc, field, length, ord) |
Definition at line 64 of file p_Procs_Generate.cc.
Definition at line 84 of file p_Procs_Generate.cc.
Definition at line 69 of file p_Procs_Generate.cc.
Definition at line 221 of file p_Procs_Generate.cc.
Definition at line 41 of file p_Procs_Generate.cc.
int main | ( | ) |
Definition at line 227 of file p_Procs_Generate.cc.
int DummyProcs = 0 |
Definition at line 80 of file p_Procs_Generate.cc.
int FieldGeneralProcs = 0 |
Definition at line 32 of file p_Procs_Generate.cc.
int FieldIndepProcs = 0 |
Definition at line 33 of file p_Procs_Generate.cc.
int FieldQProcs = 0 |
Definition at line 35 of file p_Procs_Generate.cc.
int FieldZpProcs = 0 |
Definition at line 34 of file p_Procs_Generate.cc.
char*** generated_p_procs |
Definition at line 67 of file p_Procs_Generate.cc.
int KernelProcs = 0 |
Definition at line 37 of file p_Procs_Generate.cc.
const char* macros_field[] = {"n_Copy","n_Delete", "n_Mult", "n_Add", "n_Sub", "n_IsZero", "n_Equal" , "n_Neg", "n_InpMult", "n_InpAdd", NULL} |
Definition at line 74 of file p_Procs_Generate.cc.
const char* macros_length[] |
Definition at line 76 of file p_Procs_Generate.cc.
Definition at line 79 of file p_Procs_Generate.cc.
int NumberOfHaveProcs = 0 |
Definition at line 82 of file p_Procs_Generate.cc.
int RingGeneralProcs = 0 |
Definition at line 36 of file p_Procs_Generate.cc.
int UnknownProcs = 0 |
Definition at line 38 of file p_Procs_Generate.cc.