Lines Matching defs:ltm_prime_tab
5620 if ((err = mp_mod_d (a, ltm_prime_tab[ix], &res)) != MP_OKAY) {
5681 if (mp_cmp_d(a, ltm_prime_tab[ix]) == MP_EQ) {
5704 mp_set (&b, ltm_prime_tab[ix]);
5873 if (mp_cmp_d(a, ltm_prime_tab[PRIME_SIZE-1]) == MP_LT) {
5876 if (mp_cmp_d(a, ltm_prime_tab[x]) != MP_LT) {
5884 if ((ltm_prime_tab[x + 1] & 3) != 3) {
5887 if ((ltm_prime_tab[y] & 3) == 3) {
5888 mp_set(a, ltm_prime_tab[y]);
5894 mp_set(a, ltm_prime_tab[x + 1]);
5932 if ((err = mp_mod_d(a, ltm_prime_tab[x], res_tab + x)) != MP_OKAY) {
5958 if (res_tab[x] >= ltm_prime_tab[x]) {
5959 res_tab[x] -= ltm_prime_tab[x];
5981 mp_set(&b, ltm_prime_tab[t]);
8653 const mp_digit ltm_prime_tab[] = {