| /netbsd/src/external/lgpl3/gmp/dist/mpz/ |
| D | oddfac_1.c | 49 #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); \
|
| D | bin_uiui.c | 479 #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); \
|
| D | 2fac_ui.c | 35 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument 37 if ((PR) > (MAX_PR)) { \
|
| D | fac_ui.c | 36 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument 38 if ((PR) > (MAX_PR)) { \
|
| D | mfac_uiui.c | 39 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument 41 if ((PR) > (MAX_PR)) { \
|
| D | primorial_ui.c | 42 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument 44 if ((PR) > (MAX_PR)) { \
|