Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/factory/
H A DNTLconvert.cc481 STATIC_VAR unsigned long cf_stringtemp_l=0L; variable
523 if (cf_stringtemp_l == 0) in convertZZ2CF()
525 cf_stringtemp_l= sizeofrep*sizeof(mp_limb_t)*2; in convertZZ2CF()
526 cf_stringtemp= (unsigned char*) Alloc (cf_stringtemp_l); in convertZZ2CF()
528 else if (cf_stringtemp_l < sizeofrep*sizeof(mp_limb_t)*2) in convertZZ2CF()
530 Free (cf_stringtemp, cf_stringtemp_l); in convertZZ2CF()
531 cf_stringtemp_l= sizeofrep*sizeof(mp_limb_t)*2; in convertZZ2CF()
532 cf_stringtemp= (unsigned char*) Alloc (cf_stringtemp_l); in convertZZ2CF()