Home
last modified time | relevance | path

Searched refs:inverse (Results 1 – 25 of 40) sorted by relevance

12

/dragonfly/contrib/gmp/mpn/generic/
HDmode1o.c107 mp_limb_t s, h, l, inverse, dummy, dmul, ret; in mpn_modexact_1c_odd() local
136 binvert_limb (inverse, d); in mpn_modexact_1c_odd()
144 l = (l * inverse) & GMP_NUMB_MASK; in mpn_modexact_1c_odd()
169 l = (l * inverse) & GMP_NUMB_MASK; in mpn_modexact_1c_odd()
197 mp_limb_t s, x, y, inverse, dummy, dmul, c1, c2;
204 binvert_limb (inverse, d);
217 y = (y * inverse) & GMP_NUMB_MASK;
HDdive_1.c70 mp_limb_t c, h, l, ls, s, s_next, inverse, dummy; in mpn_divexact_1() local
95 binvert_limb (inverse, divisor); in mpn_divexact_1()
112 l = (l * inverse) & GMP_NUMB_MASK; in mpn_divexact_1()
124 l = (l * inverse) & GMP_NUMB_MASK; in mpn_divexact_1()
129 l = (s * inverse) & GMP_NUMB_MASK; in mpn_divexact_1()
142 l = (l * inverse) & GMP_NUMB_MASK; in mpn_divexact_1()
/dragonfly/contrib/gmp/mpz/
HDinvert.c27 mpz_invert (mpz_ptr inverse, mpz_srcptr x, mpz_srcptr n) in mpz_invert() argument
61 mpz_sub (inverse, tmp, n); in mpz_invert()
63 mpz_add (inverse, tmp, n); in mpz_invert()
66 mpz_set (inverse, tmp); in mpz_invert()
/dragonfly/crypto/libressl/crypto/idea/
HDi_skey.c63 static IDEA_INT inverse(unsigned int xin);
107 *(tp++)=inverse(fp[0]); in idea_set_decrypt_key()
110 *(tp++)=inverse(fp[3]); in idea_set_decrypt_key()
128 static IDEA_INT inverse(unsigned int xin) in inverse() function
/dragonfly/nrelease/gui/root/
HD.vimrc33 hi User1 term=inverse,bold ctermbg=darkblue ctermfg=cyan guibg=#18163e guifg=grey
34 hi User2 term=inverse,bold ctermbg=darkblue ctermfg=cyan guibg=#0d0c22 guifg=grey
35 hi User3 term=inverse,bold ctermbg=darkblue ctermfg=lightred guibg=#18163e guifg=#ff5e6e
/dragonfly/bin/ed/
HDcbc.c61 inverse ? DES_DECRYPT : DES_ENCRYPT);
324 int inverse = 0; /* 0 to encrypt, 1 to decrypt */ in cbc_encode() local
365 int inverse = 1; /* 0 to encrypt, 1 to decrypt */ in cbc_decode() local
/dragonfly/contrib/gmp/
HDgen-psqr.c114 mpz_t inverse; /* 1/divisor mod 2^mod_bits */ member
405 mpz_init (factor[i].inverse); in generate_mod()
406 mpz_invert_ui_2exp (factor[i].inverse, in generate_mod()
510 mpz_out_str (stdout, 16, factor[i].inverse); in print()
HDgmp-impl.h2839 #define MPN_MOD_OR_PREINV_MOD_1(src,size,divisor,inverse) \ argument
2841 ? mpn_preinv_mod_1 (src, size, divisor, inverse) \
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-tail-merge.c219 bitmap inverse; member
300 bitmap_print (file, e->inverse, "inverse:", "\n"); in same_succ_print()
552 same->inverse = BITMAP_ALLOC (NULL); in same_succ_alloc()
568 BITMAP_FREE (e->inverse); in same_succ_delete()
581 bitmap_clear (same->inverse); in same_succ_reset()
684 bitmap_set_bit ((*slot)->inverse, bb->index); in find_same_succ_bb()
1111 inv_cond = (bitmap_bit_p (same_succ->inverse, bb1->index) in gimple_equal_p()
1112 != bitmap_bit_p (same_succ->inverse, bb2->index)); in gimple_equal_p()
HDloop-iv.c1285 inverse (unsigned HOST_WIDEST_INT x, int mod) in inverse() function
2616 inv = inverse (s, size); in iv_number_of_iterations()
HDtree-ssa-loop-niter.c496 inverse (tree x, tree mask) in inverse() function
689 tmp = fold_build2 (MULT_EXPR, niter_type, c, inverse (s, bound)); in number_of_iterations_ne()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-tail-merge.c227 bitmap inverse; member
404 bitmap_print (file, e->inverse, "inverse:", "\n"); in same_succ_print()
631 same->inverse = BITMAP_ALLOC (NULL); in same_succ_alloc()
645 BITMAP_FREE (e->inverse); in remove()
658 bitmap_clear (same->inverse); in same_succ_reset()
756 bitmap_set_bit ((*slot)->inverse, bb->index); in find_same_succ_bb()
1195 inv_cond = (bitmap_bit_p (same_succ->inverse, bb1->index) in gimple_equal_p()
1196 != bitmap_bit_p (same_succ->inverse, bb2->index)); in gimple_equal_p()
HDloop-iv.c1286 inverse (uint64_t x, int mod) in inverse() function
2668 inv = inverse (s, size); in iv_number_of_iterations()
HDtree-ssa-loop-niter.c836 inverse (tree x, tree mask) in inverse() function
1124 tmp = fold_build2 (MULT_EXPR, niter_type, c, inverse (s, bound)); in number_of_iterations_ne()
/dragonfly/usr.bin/pkill/
HDpkill.c101 static int inverse; variable
287 inverse = 1; in main()
566 if (inverse) in main()
568 } else if (!inverse) in main()
/dragonfly/games/canfield/canfield/
HDcanfield.c561 printrank(int a, int b, struct cardtype *cp, bool inverse) in printrank() argument
566 if (inverse) in printrank()
585 if (inverse) in printrank()
601 bool inverse = (cp->suit == 'd' || cp->suit == 'h'); in printcard() local
603 printrank(a, b, cp, inverse); in printcard()
604 if (inverse) in printcard()
607 if (inverse) in printcard()
/dragonfly/contrib/mpfr/
HDAUTHORS11 David Daney Hyperbolic and inverse hyperbolic functions, base-2
/dragonfly/games/larn/datfiles/
HDlarn.help101 inverse-objects select inverse video display of objects
/dragonfly/usr.bin/bdes/
HDbdes.c127 int inverse; /* 0 to encrypt, 1 to decrypt */ variable
238 inverse = (alg == ALG_CBC || alg == ALG_ECB) && mode == MODE_DECRYPT; in main()
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-rx.texi125 Note - the inverse of this option, @code{-mallow-string-insns}, is
/dragonfly/games/fortune/datfiles/
HDmurphy552 Freud's 23rd law: ideas endure and prosper in inverse
1802 inverse ratio to its desirability.
1896 is in inverse proportion to the attendance.
1956 Time spent consuming a meal is in inverse proportion
/dragonfly/sys/dev/video/bktr/
HDCHANGELOG.TXT168 1.32 disable inverse gamma function for rgb and yuv
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDoptions.texi353 The option is the inverse of another option that has the
/dragonfly/contrib/binutils-2.27/binutils/doc/
HDbinutils.texi514 Do @emph{not} operate in @emph{deterministic} mode. This is the inverse
1370 inverse of the @option{-D} option, above: when copying archive members
1487 previously. This option is the inverse of @option{--add-section}.
2661 inverse of the @samp{-D} option, above: the archive index will get
3080 inverse of the @option{-D} option, above: when copying archive members
3219 program does the inverse mapping: it decodes (@dfn{demangles}) low-level
/dragonfly/sys/dev/disk/isp/
HDDriverManual.txt400 essentially the inverse of that for intiator mode describe above. In this

12