| /dragonfly/contrib/gmp/mpn/generic/ |
| HD | mode1o.c | 107 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;
|
| HD | dive_1.c | 70 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/ |
| HD | invert.c | 27 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/ |
| HD | i_skey.c | 63 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 | .vimrc | 33 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/ |
| HD | cbc.c | 61 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/ |
| HD | gen-psqr.c | 114 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()
|
| HD | gmp-impl.h | 2839 #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/ |
| HD | tree-ssa-tail-merge.c | 219 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()
|
| HD | loop-iv.c | 1285 inverse (unsigned HOST_WIDEST_INT x, int mod) in inverse() function 2616 inv = inverse (s, size); in iv_number_of_iterations()
|
| HD | tree-ssa-loop-niter.c | 496 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/ |
| HD | tree-ssa-tail-merge.c | 227 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()
|
| HD | loop-iv.c | 1286 inverse (uint64_t x, int mod) in inverse() function 2668 inv = inverse (s, size); in iv_number_of_iterations()
|
| HD | tree-ssa-loop-niter.c | 836 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/ |
| HD | pkill.c | 101 static int inverse; variable 287 inverse = 1; in main() 566 if (inverse) in main() 568 } else if (!inverse) in main()
|
| /dragonfly/games/canfield/canfield/ |
| HD | canfield.c | 561 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/ |
| HD | AUTHORS | 11 David Daney Hyperbolic and inverse hyperbolic functions, base-2
|
| /dragonfly/games/larn/datfiles/ |
| HD | larn.help | 101 inverse-objects select inverse video display of objects
|
| /dragonfly/usr.bin/bdes/ |
| HD | bdes.c | 127 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/ |
| HD | c-rx.texi | 125 Note - the inverse of this option, @code{-mallow-string-insns}, is
|
| /dragonfly/games/fortune/datfiles/ |
| HD | murphy | 552 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/ |
| HD | CHANGELOG.TXT | 168 1.32 disable inverse gamma function for rgb and yuv
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | options.texi | 353 The option is the inverse of another option that has the
|
| /dragonfly/contrib/binutils-2.27/binutils/doc/ |
| HD | binutils.texi | 514 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/ |
| HD | DriverManual.txt | 400 essentially the inverse of that for intiator mode describe above. In this
|