Home
last modified time | relevance | path

Searched refs:_Cstart (Results 1 – 2 of 2) sorted by relevance

/dports/math/palp/palp-2.20/
H A DE_Poly.c356 void Time_Info(time_t *_Tstart, clock_t *_Cstart, const char *comment){ in Time_Info() argument
361 clock() - *_Cstart) / (long long) CLOCKS_PER_SEC))); fflush(0); in Time_Info()
365 clock_t *_Cstart){ in Print_Nefinfo() argument
377 ((((long long) clock() - *_Cstart) / (long long) CLOCKS_PER_SEC))); in Print_Nefinfo()
1196 int *_codim, Flags * _F, time_t *_Tstart, clock_t *_Cstart){ in Compute_E_Poly() argument
1226 if(_F->t) Time_Info(_Tstart, _Cstart, " BEGIN S-Poly"); in Compute_E_Poly()
1236 if(_F->t) Time_Info(_Tstart, _Cstart, " BEGIN B-Poly"); in Compute_E_Poly()
1249 if(_F->t) Time_Info(_Tstart, _Cstart, " BEGIN E-Poly"); in Compute_E_Poly()
H A Dnef.c26 int *_codim, Flags * _F, time_t *_Tstart, clock_t *_Cstart);
51 void Print_Nefinfo(PartList *_PTL, /* Flags *_F,*/ time_t *_Tstart, clock_t *_Cstart);