| version 1.55, 2004/12/18 16:50:10 |
version 1.60, 2005/11/12 08:10:56 |
|
|
| * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
| * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
| * |
* |
| * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.54 2004/12/10 07:36:34 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.59 2005/11/06 01:27:28 noro Exp $ |
| */ |
*/ |
| #include <stdio.h> |
#include <stdio.h> |
| #include <stdlib.h> |
#include <stdlib.h> |
| Line 625 struct modorder_spec { |
|
| Line 625 struct modorder_spec { |
|
| |
|
| typedef struct oNumberField { |
typedef struct oNumberField { |
| int n; |
int n; |
| |
int psn; |
| int dim; |
int dim; |
| VL vl; |
VL vl; |
| P *defpoly; |
P *defpoly; |
| Line 1022 extern const int sprime[]; |
|
| Line 1023 extern const int sprime[]; |
|
| extern int sprime[]; |
extern int sprime[]; |
| #endif |
#endif |
| |
|
| extern int lprime_size; |
|
| extern int *lprime; |
|
| |
|
| extern void (*addnumt[])(); |
extern void (*addnumt[])(); |
| extern void (*subnumt[])(); |
extern void (*subnumt[])(); |
| extern void (*mulnumt[])(); |
extern void (*mulnumt[])(); |
| Line 1295 void copyn(N,int,int *); |
|
| Line 1293 void copyn(N,int,int *); |
|
| void kmulnmain(N,N,N *); |
void kmulnmain(N,N,N *); |
| int qcoefp(Obj); |
int qcoefp(Obj); |
| int qcoefr(Obj); |
int qcoefr(Obj); |
| int get_allocwords(void); |
long get_allocwords(void); |
| double get_clock(void); |
double get_clock(void); |
| void get_eg(struct oEGT *); |
void get_eg(struct oEGT *); |
| void printtime(struct oEGT *,struct oEGT *,double); |
void printtime(struct oEGT *,struct oEGT *,double); |