Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A DZV.c488 long ZM_sw_bound = s > 60 ? 2: s > 25 ? 4: s>15 ? 8 : s > 8 ? 16 : 32; in ZM_mul_i() local
489 if (l <= ZM_sw_bound || lx <= ZM_sw_bound || ly <= ZM_sw_bound) in ZM_mul_i()
659 long ZM_sw_bound = s > 60 ? 2: s > 25 ? 4: s>15 ? 8 : s > 8 ? 16 : 32; in ZM_sqr_i() local
660 if (l <= ZM_sw_bound) in ZM_sqr_i()
H A DFpV.c700 long ZM_sw_bound = e <= 29 ? 140: e <=62 ? 40: 70; in Flm_mul_i() local
702 long ZM_sw_bound = e <= 12 ? 230: e <=14 ? 170 : e <=17 ? 110: 120; in Flm_mul_i() local
704 if (l <= ZM_sw_bound || lx <= ZM_sw_bound || ly <= ZM_sw_bound) in Flm_mul_i()