Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.h266 extern int MAX_COMMON_ALG_EXT_ORDER_SIZE;
H A Dalg_ext.cc130 if (int(v.size())>MAX_COMMON_ALG_EXT_ORDER_SIZE) return res; in galoisconj()
1254 return MAX_ALG_EXT_ORDER_SIZE=MAX_COMMON_ALG_EXT_ORDER_SIZE=g.val; in max_algext()
H A Dglobal.cc1856 int MAX_COMMON_ALG_EXT_ORDER_SIZE = 16; variable
1900 int MAX_COMMON_ALG_EXT_ORDER_SIZE = 16; variable
1902 int MAX_COMMON_ALG_EXT_ORDER_SIZE = 64; variable
H A Dsym2poly.cc1554 if (minpoly._VECTptr->size()>unsigned(MAX_COMMON_ALG_EXT_ORDER_SIZE)) in common_algext()
3231 … if ( is_zero(base) || num.type!=_INT_ || den.type!=_INT_ || den.val>MAX_COMMON_ALG_EXT_ORDER_SIZE) in recursive_normal()
H A Dgen.cc6889 || (!lidnt(exponent).empty() && absint(superexponent.val)>MAX_COMMON_ALG_EXT_ORDER_SIZE) in pow()