version 1.10, 2001/03/13 01:10:25 |
version 1.24, 2006/02/08 02:11:19 |
|
|
* 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/engine/init.c,v 1.9 2001/03/08 07:49:12 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/engine/init.c,v 1.23 2005/07/03 10:19:22 ohara Exp $ |
*/ |
*/ |
#include "ca.h" |
#include "ca.h" |
#include "version.h" |
#include "version.h" |
|
#include "prime.h" |
|
|
struct oN oUNIN,oTWON,oTHREEN,oFOURN,oFIVEN,oSIXN,oSEVENN,oEIGHTN; |
struct oN oUNIN,oTWON,oTHREEN,oFOURN,oFIVEN,oSIXN,oSEVENN,oEIGHTN; |
struct oQ oUNIQ,oTWOQ,oTHREEQ,oFOURQ,oFIVEQ,oSIXQ,oSEVENQ,oEIGHTQ; |
struct oQ oUNIQ,oTWOQ,oTHREEQ,oFOURQ,oFIVEQ,oSIXQ,oSEVENQ,oEIGHTQ; |
Line 82 USINT VOIDobj = &oVOID; |
|
Line 83 USINT VOIDobj = &oVOID; |
|
int bigfloat; |
int bigfloat; |
int nez = 1; |
int nez = 1; |
int current_mod = 0; |
int current_mod = 0; |
|
int StrassenSize = 0; |
|
int outputstyle = 0; |
|
|
#if PARI |
static int *lprime; |
|
static int lprime_size; |
|
|
|
#if defined(PARI) |
int paristack = 1<<16; |
int paristack = 1<<16; |
#define ADDBF addbf |
#define ADDBF addbf |
#define SUBBF subbf |
#define SUBBF subbf |
Line 104 int paristack = 1<<16; |
|
Line 110 int paristack = 1<<16; |
|
|
|
#if defined(INTERVAL) |
#if defined(INTERVAL) |
int zerorewrite = 0; |
int zerorewrite = 0; |
void (*addnumt[])() = { addq, addreal, addalg, ADDBF, additvp, additvd, 0, additvf, addcplx, addmi, addlm, addgf2n, addgfpn, addgfs }; |
void (*addnumt[])() = { addq, addreal, addalg, ADDBF, 0, additvp, additvd, 0, additvf, addcplx, addmi, addlm, addgf2n, addgfpn, addgfs, addgfsn, adddalg }; |
void (*subnumt[])() = { subq, subreal, subalg, SUBBF, subitvp, subitvd, 0, subitvf, subcplx, submi, sublm, subgf2n, subgfpn, subgfs }; |
void (*subnumt[])() = { subq, subreal, subalg, SUBBF, 0, subitvp, subitvd, 0, subitvf, subcplx, submi, sublm, subgf2n, subgfpn, subgfs, subgfsn, subdalg }; |
void (*mulnumt[])() = { mulq, mulreal, mulalg, MULBF, mulitvp, mulitvd, 0, mulitvf, mulcplx, mulmi, mullm, mulgf2n, mulgfpn, mulgfs }; |
void (*mulnumt[])() = { mulq, mulreal, mulalg, MULBF, 0, mulitvp, mulitvd, 0, mulitvf, mulcplx, mulmi, mullm, mulgf2n, mulgfpn, mulgfs, mulgfsn, muldalg }; |
void (*divnumt[])() = { divq, divreal, divalg, DIVBF, divitvp, divitvd, 0, divitvf, divcplx, divmi, divlm, divgf2n, divgfpn, divgfs }; |
void (*divnumt[])() = { divq, divreal, divalg, DIVBF, 0, divitvp, divitvd, 0, divitvf, divcplx, divmi, divlm, divgf2n, divgfpn, divgfs, divgfsn, divdalg }; |
void (*pwrnumt[])() = { pwrq, pwrreal, pwralg, PWRBF, pwritvp, pwritvd, 0, pwritvf, pwrcplx, pwrmi, pwrlm, pwrgf2n, pwrgfpn, pwrgfs }; |
void (*pwrnumt[])() = { pwrq, pwrreal, pwralg, PWRBF, 0, pwritvp, pwritvd, 0, pwritvf, pwrcplx, pwrmi, pwrlm, pwrgf2n, pwrgfpn, pwrgfs, pwrgfsn, pwrdalg }; |
void (*chsgnnumt[])() = { chsgnq, chsgnreal, chsgnalg, CHSGNBF, chsgnitvp, chsgnitvd, 0, chsgnitvf, chsgncplx, chsgnmi, chsgnlm, chsgngf2n, chsgngfpn, chsgngfs }; |
void (*chsgnnumt[])() = { chsgnq, chsgnreal, chsgnalg, CHSGNBF, 0, chsgnitvp, chsgnitvd, 0, chsgnitvf, chsgncplx, chsgnmi, chsgnlm, chsgngf2n, chsgngfpn, chsgngfs , chsgngfsn, chsgndalg}; |
int (*cmpnumt[])() = { cmpq, cmpreal, cmpalg, CMPBF, cmpitvp, cmpitvd, 0, cmpitvf, cmpcplx, cmpmi, cmplm, cmpgf2n, cmpgfpn, cmpgfs }; |
int (*cmpnumt[])() = { cmpq, cmpreal, cmpalg, CMPBF, 0, cmpitvp, cmpitvd, 0, cmpitvf, cmpcplx, cmpmi, cmplm, cmpgf2n, cmpgfpn, cmpgfs, cmpgfsn, cmpdalg }; |
#else |
#else |
void (*addnumt[])() = { addq, addreal, addalg, ADDBF, addcplx, addmi, addlm, addgf2n, addgfpn, addgfs }; |
void (*addnumt[])() = { addq, addreal, addalg, ADDBF, addcplx, addmi, addlm, addgf2n, addgfpn, addgfs, addgfsn, adddalg }; |
void (*subnumt[])() = { subq, subreal, subalg, SUBBF, subcplx, submi, sublm, subgf2n, subgfpn, subgfs }; |
void (*subnumt[])() = { subq, subreal, subalg, SUBBF, subcplx, submi, sublm, subgf2n, subgfpn, subgfs, subgfsn, subdalg }; |
void (*mulnumt[])() = { mulq, mulreal, mulalg, MULBF, mulcplx, mulmi, mullm, mulgf2n, mulgfpn, mulgfs }; |
void (*mulnumt[])() = { mulq, mulreal, mulalg, MULBF, mulcplx, mulmi, mullm, mulgf2n, mulgfpn, mulgfs, mulgfsn, muldalg }; |
void (*divnumt[])() = { divq, divreal, divalg, DIVBF, divcplx, divmi, divlm, divgf2n, divgfpn, divgfs }; |
void (*divnumt[])() = { divq, divreal, divalg, DIVBF, divcplx, divmi, divlm, divgf2n, divgfpn, divgfs, divgfsn, divdalg }; |
void (*pwrnumt[])() = { pwrq, pwrreal, pwralg, PWRBF, pwrcplx, pwrmi, pwrlm, pwrgf2n, pwrgfpn, pwrgfs }; |
void (*pwrnumt[])() = { pwrq, pwrreal, pwralg, PWRBF, pwrcplx, pwrmi, pwrlm, pwrgf2n, pwrgfpn, pwrgfs, pwrgfsn, pwrdalg }; |
void (*chsgnnumt[])() = { chsgnq, chsgnreal, chsgnalg, CHSGNBF, chsgncplx, chsgnmi, chsgnlm, chsgngf2n, chsgngfpn, chsgngfs }; |
void (*chsgnnumt[])() = { chsgnq, chsgnreal, chsgnalg, CHSGNBF, chsgncplx, chsgnmi, chsgnlm, chsgngf2n, chsgngfpn, chsgngfs, chsgngfsn, chsgndalg }; |
int (*cmpnumt[])() = { cmpq, cmpreal, cmpalg, CMPBF, cmpcplx, cmpmi, cmplm, cmpgf2n, cmpgfpn, cmpgfs }; |
int (*cmpnumt[])() = { cmpq, cmpreal, cmpalg, CMPBF, cmpcplx, cmpmi, cmplm, cmpgf2n, cmpgfpn, cmpgfs, cmpgfsn, cmpdalg }; |
#endif |
#endif |
|
|
double get_current_time(); |
double get_current_time(); |
|
void init_lprime(); |
|
|
void nglob_init() { |
void nglob_init() { |
PL(&oUNIN) = 1; BD(&oUNIN)[0] = 1; |
PL(&oUNIN) = 1; BD(&oUNIN)[0] = 1; |
Line 172 void nglob_init() { |
|
Line 179 void nglob_init() { |
|
|
|
/* moved to parse/main.c */ |
/* moved to parse/main.c */ |
#if 0 |
#if 0 |
#if PARI |
#if defined(PARI) |
risa_pari_init(); |
risa_pari_init(); |
#endif |
#endif |
srandom((int)get_current_time()); |
srandom((int)get_current_time()); |
#endif |
#endif |
init_up2_tab(); |
init_up2_tab(); |
|
|
|
init_lprime(); |
} |
} |
|
|
extern double gctime; |
extern double gctime; |
double suspend_start; |
double suspend_start; |
double suspended_time=0; |
double suspended_time=0; |
|
|
void get_eg(p) |
void get_eg(struct oEGT *p) |
struct oEGT *p; |
|
{ |
{ |
p->exectime = get_clock() - gctime - suspended_time; p->gctime = gctime; |
p->exectime = get_clock() - gctime - suspended_time; p->gctime = gctime; |
} |
} |
|
|
void init_eg(eg) |
void init_eg(struct oEGT *eg) |
struct oEGT *eg; |
|
{ |
{ |
bzero((char *)eg,sizeof(struct oEGT)); |
bzero((char *)eg,sizeof(struct oEGT)); |
} |
} |
|
|
void add_eg(base,start,end) |
void add_eg(struct oEGT *base,struct oEGT *start,struct oEGT *end) |
struct oEGT *base,*start,*end; |
|
{ |
{ |
base->exectime += end->exectime - start->exectime; |
base->exectime += end->exectime - start->exectime; |
base->gctime += end->gctime - start->gctime; |
base->gctime += end->gctime - start->gctime; |
} |
} |
|
|
void print_eg(item,eg) |
void print_eg(char *item,struct oEGT *eg) |
char *item; |
|
struct oEGT *eg; |
|
{ |
{ |
printf("%s=(%.4g,%.4g)",item,eg->exectime,eg->gctime); |
printf("%s=(%.4g,%.4g)",item,eg->exectime,eg->gctime); |
} |
} |
|
|
void print_split_eg(start,end) |
void print_split_eg(struct oEGT *start,struct oEGT *end) |
struct oEGT *start,*end; |
|
{ |
{ |
struct oEGT base; |
struct oEGT base; |
|
|
Line 219 struct oEGT *start,*end; |
|
Line 222 struct oEGT *start,*end; |
|
printf("(%.4g,%.4g)",base.exectime,base.gctime); |
printf("(%.4g,%.4g)",base.exectime,base.gctime); |
} |
} |
|
|
void print_split_e(start,end) |
void print_split_e(struct oEGT *start,struct oEGT *end) |
struct oEGT *start,*end; |
|
{ |
{ |
struct oEGT base; |
struct oEGT base; |
|
|
Line 258 char *get_asir_distribution() { |
|
Line 260 char *get_asir_distribution() { |
|
} |
} |
|
|
|
|
void create_error(ERR *err,unsigned int serial,char *msg) |
void create_error(ERR *err,unsigned int serial,char *msg,LIST trace) |
{ |
{ |
int len; |
int len; |
USINT ui; |
USINT ui; |
Line 272 void create_error(ERR *err,unsigned int serial,char *m |
|
Line 274 void create_error(ERR *err,unsigned int serial,char *m |
|
msg1 = (char *)MALLOC(len+1); |
msg1 = (char *)MALLOC(len+1); |
strcpy(msg1,msg); |
strcpy(msg1,msg); |
MKSTR(errmsg,msg1); |
MKSTR(errmsg,msg1); |
MKNODE(n1,errmsg,0); MKNODE(n,ui,n1); MKLIST(list,n); |
n = mknode(3,ui,errmsg,trace); MKLIST(list,n); |
MKERR(*err,list); |
MKERR(*err,list); |
|
} |
|
|
|
void init_lprime() |
|
{ |
|
int s,i; |
|
|
|
s = sizeof(lprime_init); |
|
lprime = (int *)GC_malloc_atomic(s); |
|
lprime_size = s/sizeof(int); |
|
for ( i = 0; i < lprime_size; i++ ) |
|
lprime[i] = lprime_init[lprime_size-i-1]; |
|
} |
|
|
|
void create_new_lprimes(int); |
|
|
|
int get_lprime(index) |
|
{ |
|
if ( index >= lprime_size ) |
|
create_new_lprimes(index); |
|
return lprime[index]; |
|
} |
|
|
|
void create_new_lprimes(int index) |
|
{ |
|
int count,p,i,j,d; |
|
|
|
if ( index < lprime_size ) |
|
return; |
|
count = index-lprime_size+1; |
|
if ( count < 256 ) |
|
count = 256; |
|
lprime = (int *)GC_realloc(lprime,(lprime_size+count)*sizeof(int)); |
|
p = lprime[lprime_size-1]+2; |
|
for ( i = 0; i < count; p += 2 ) { |
|
for ( j = 0; d = sprime[j]; j++ ) { |
|
if ( d*d > p ) { |
|
lprime[i+lprime_size] = p; |
|
i++; |
|
break; |
|
} |
|
if ( !(p%d) ) |
|
break; |
|
} |
|
} |
|
lprime_size += count; |
} |
} |