Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/gmp/dist/mpz/
Doddfac_1.c49 #define FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I) \ argument
50 if ((PR) > (MAX_PR)) { \
55 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
57 if ((PR) > (MAX_PR)) { \
140 #define SWING_A_PRIME(P, N, PR, MAX_PR, VEC, I) \
153 FACTOR_LIST_STORE(__q, PR, MAX_PR, VEC, I); \
157 #define SWING_A_PRIME(P, N, PR, MAX_PR, VEC, I) \ argument
161 FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I); \
170 #define SH_SWING_A_PRIME(P, N, PR, MAX_PR, VEC, I) \ argument
175 FACTOR_LIST_STORE(__prime, PR, MAX_PR, VEC, I); \
Dbin_uiui.c479 #define FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I) \ argument
480 if ((PR) > (MAX_PR)) { \
485 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
487 if ((PR) > (MAX_PR)) { \
549 #define COUNT_A_PRIME(P, N, K, PR, MAX_PR, VEC, I) \ argument
554 FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I); \
564 #define SH_COUNT_A_PRIME(P, N, K, PR, MAX_PR, VEC, I) \ argument
569 FACTOR_LIST_STORE (__prime, PR, MAX_PR, VEC, I); \
D2fac_ui.c35 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
37 if ((PR) > (MAX_PR)) { \
Dfac_ui.c36 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
38 if ((PR) > (MAX_PR)) { \
Dmfac_uiui.c39 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
41 if ((PR) > (MAX_PR)) { \
Dprimorial_ui.c42 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
44 if ((PR) > (MAX_PR)) { \