Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/dragonfly/contrib/binutils-2.27/
H A DREADME.DELETED74 bfd/coff-sh.c
155 bfd/cpu-sh.c
179 bfd/development.sh
282 bfd/elf32-sh.c
401 bfd/pe-sh.c
413 bfd/pei-sh.c
1050 install-sh
1387 ld/emulparams/sh.sh
1497 ld/genscrba.sh
1692 ltmain.sh
[all …]
/dragonfly/contrib/binutils-2.34/
H A DREADME.DELETED70 bfd/coff-sh.c
148 bfd/cpu-sh.c
169 bfd/development.sh
243 bfd/elf32-sh.c
331 bfd/pe-sh.c
342 bfd/pei-sh.c
1022 install-sh
1342 ld/emulparams/sh.sh
1434 ld/genscrba.sh
1616 ltmain.sh
[all …]
/dragonfly/contrib/mpfr/src/
H A Dget_f.c36 int sh; in mpfr_get_f() local
88 sh = MPFR_GET_EXP(y) % GMP_NUMB_BITS; in mpfr_get_f()
89 sh = sh <= 0 ? - sh : GMP_NUMB_BITS - sh; in mpfr_get_f()
90 MPFR_ASSERTD (sh >= 0); in mpfr_get_f()
91 if (precy + sh <= precx) /* we can copy directly */ in mpfr_get_f()
98 if (sh != 0) in mpfr_get_f()
120 mpfr_init2 (z, precx - sh); in mpfr_get_f()
127 sh = MPFR_GET_EXP(z) % GMP_NUMB_BITS; in mpfr_get_f()
128 sh = sh <= 0 ? - sh : GMP_NUMB_BITS - sh; in mpfr_get_f()
129 MPFR_ASSERTD (sh >= 0); in mpfr_get_f()
[all …]
H A Dget_sj.c69 sh = MPFR_GET_EXP (x); in mpfr_get_sj()
70 MPFR_ASSERTN ((mpfr_prec_t) sh <= prec); in mpfr_get_sj()
90 sh -= GMP_NUMB_BITS; in mpfr_get_sj()
98 MPFR_ASSERTD (sh < GMP_NUMB_BITS && -sh < GMP_NUMB_BITS); in mpfr_get_sj()
99 r += (sh >= 0 in mpfr_get_sj()
100 ? (intmax_t) xp[n] << sh in mpfr_get_sj()
101 : (intmax_t) (xp[n] >> (-sh))); in mpfr_get_sj()
109 sh -= GMP_NUMB_BITS; in mpfr_get_sj()
110 MPFR_ASSERTD (sh < GMP_NUMB_BITS && -sh < GMP_NUMB_BITS); in mpfr_get_sj()
111 r -= (sh >= 0 in mpfr_get_sj()
[all …]
H A Dmpfr-longlong.h374 : "=r" (sh), "=&r" (sl) \
378 : "=r" (sh), "=&r" (sl) \
404 : "=r" (sh), \
412 : "=r" (sh), \
423 : "=r" (sh), "=&r" (sl) \
431 : "=r" (sh), "=&r" (sl) \
435 : "=r" (sh), "=&r" (sl) \
442 : "=r" (sh), "=&r" (sl) \
446 : "=r" (sh), "=&r" (sl) \
453 : "=r" (sh), "=&r" (sl) \
[all …]
H A Drint.c100 int sh, idiff; in mpfr_rint() local
160 if (sh != 0) in mpfr_rint()
184 ((sh != 0 && (rp[0] & (MPFR_LIMB_ONE << (sh - 1))) != 0) || in mpfr_rint()
189 if (sh != 0 && rp[0] << (GMP_NUMB_BITS - sh) != 0) in mpfr_rint()
221 if (rj == 0 && ush < sh) in mpfr_rint()
231 sh = ush; in mpfr_rint()
237 if (uj == 0 && sh == 0) in mpfr_rint()
245 if (sh != 0) in mpfr_rint()
270 ((sh != 0 && (rp[0] & (MPFR_LIMB_ONE << (sh - 1))) != 0) || in mpfr_rint()
278 if (sh != 0) in mpfr_rint()
[all …]
H A Dsqrt.c41 int sh; /* number of extra bits in rp[0] */ in mpfr_sqrt() local
87 MPFR_UNSIGNED_MINUS_MODULO(sh,MPFR_PREC(r)); in mpfr_sqrt()
88 if (sh == 0 && rnd_mode == MPFR_RNDN) in mpfr_sqrt()
89 sh = GMP_NUMB_BITS; /* ugly case */ in mpfr_sqrt()
90 rsize = MPFR_LIMB_SIZE(r) + (sh == GMP_NUMB_BITS); in mpfr_sqrt()
148 sticky1 = rp[0] & ((sh < GMP_NUMB_BITS) ? MPFR_LIMB_MASK(sh) in mpfr_sqrt()
166 if (sh < GMP_NUMB_BITS) in mpfr_sqrt()
198 if (sh < GMP_NUMB_BITS) in mpfr_sqrt()
208 if (sh == GMP_NUMB_BITS) in mpfr_sqrt()
212 sh = 0; in mpfr_sqrt()
[all …]
H A Dsinh_cosh.c40 MPFR_ASSERTN (sh != ch); in mpfr_sinh_cosh()
46 mpfr_get_prec (sh), mpfr_log_prec, sh, in mpfr_sinh_cosh()
54 MPFR_SET_NAN (sh); in mpfr_sinh_cosh()
59 MPFR_SET_INF (sh); in mpfr_sinh_cosh()
60 MPFR_SET_SAME_SIGN (sh, xt); in mpfr_sinh_cosh()
68 MPFR_SET_ZERO (sh); /* sinh(0) = 0 */ in mpfr_sinh_cosh()
69 MPFR_SET_SAME_SIGN (sh, xt); in mpfr_sinh_cosh()
94 N = MAX (N, MPFR_PREC (sh)); in mpfr_sinh_cosh()
115 inexact_sh = mpfr_sinh (sh, xt, rnd_mode); in mpfr_sinh_cosh()
136 if (MPFR_LIKELY (MPFR_CAN_ROUND (s, err, MPFR_PREC (sh), in mpfr_sinh_cosh()
[all …]
H A Dcbrt.c48 mpfr_exp_t e, r, sh; in mpfr_cbrt() local
99 sh = (3 * (mpfr_exp_t) n - (mpfr_exp_t) size_m - r) / 3; in mpfr_cbrt()
100 sh = 3 * sh + r; in mpfr_cbrt()
101 if (sh >= 0) in mpfr_cbrt()
103 mpz_mul_2exp (m, m, sh); in mpfr_cbrt()
104 e = e - sh; in mpfr_cbrt()
119 sh = tmp - n; in mpfr_cbrt()
120 if (sh > 0) /* we have to flush to 0 the last sh bits from m */ in mpfr_cbrt()
122 inexact = inexact || ((mpfr_exp_t) mpz_scan1 (m, 0) < sh); in mpfr_cbrt()
123 mpz_fdiv_q_2exp (m, m, sh); in mpfr_cbrt()
[all …]
H A Droot.c45 mpfr_exp_t e, r, sh; in mpfr_root() local
149 sh = 0; /* we already have too many bits */ in mpfr_root()
151 sh = (k * (mpfr_exp_t) n - (mpfr_exp_t) size_m - r) / k; in mpfr_root()
152 sh = k * sh + r; in mpfr_root()
153 if (sh >= 0) in mpfr_root()
155 mpz_mul_2exp (m, m, sh); in mpfr_root()
156 e = e - sh; in mpfr_root()
171 sh = tmp - n; in mpfr_root()
174 inexact = inexact || ((mpfr_exp_t) mpz_scan1 (m, 0) < sh); in mpfr_root()
175 mpz_fdiv_q_2exp (m, m, sh); in mpfr_root()
[all …]
/dragonfly/bin/csh/csh/
H A DMakefile19 SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
20 sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
21 sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
22 sh.set.c sh.time.c sh.char.h sh.dir.h sh.proc.h sh.h
23 SRCS+= sh.decls.h glob.c glob.h dotlock.c
30 tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \
33 GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c
117 sh.err.h: sh.err.c
125 tc.const.h: tc.const.c sh.char.h config.h config_f.h sh.types.h sh.err.h
/dragonfly/contrib/gdb-7/bfd/
H A Dsection.c859 if (sh != NULL) in bfd_get_section_by_name()
890 for (sh = (struct section_hash_entry *) sh->root.next; in bfd_get_next_section_by_name()
891 sh != NULL; in bfd_get_next_section_by_name()
892 sh = (struct section_hash_entry *) sh->root.next) in bfd_get_next_section_by_name()
957 if (sh == NULL) in bfd_get_section_by_name_if()
964 return &sh->section; in bfd_get_section_by_name_if()
965 sh = (struct section_hash_entry *) sh->root.next; in bfd_get_section_by_name_if()
967 while (sh != NULL && sh->root.hash == hash in bfd_get_section_by_name_if()
1068 if (sh == NULL) in bfd_make_section_old_way()
1123 if (sh == NULL) in bfd_make_section_anyway_with_flags()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
H A Dsection.c885 if (sh != NULL) in bfd_get_section_by_name()
916 hash = sh->root.hash; in bfd_get_next_section_by_name()
918 for (sh = (struct section_hash_entry *) sh->root.next; in bfd_get_next_section_by_name()
919 sh != NULL; in bfd_get_next_section_by_name()
920 sh = (struct section_hash_entry *) sh->root.next) in bfd_get_next_section_by_name()
995 if (sh == NULL) in bfd_get_section_by_name_if()
998 hash = sh->root.hash; in bfd_get_section_by_name_if()
999 for (; sh != NULL; sh = (struct section_hash_entry *) sh->root.next) in bfd_get_section_by_name_if()
1103 if (sh == NULL) in bfd_make_section_old_way()
1158 if (sh == NULL) in bfd_make_section_anyway_with_flags()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Dsection.c898 if (sh != NULL) in bfd_get_section_by_name()
929 hash = sh->root.hash; in bfd_get_next_section_by_name()
931 for (sh = (struct section_hash_entry *) sh->root.next; in bfd_get_next_section_by_name()
932 sh != NULL; in bfd_get_next_section_by_name()
933 sh = (struct section_hash_entry *) sh->root.next) in bfd_get_next_section_by_name()
1008 if (sh == NULL) in bfd_get_section_by_name_if()
1011 hash = sh->root.hash; in bfd_get_section_by_name_if()
1012 for (; sh != NULL; sh = (struct section_hash_entry *) sh->root.next) in bfd_get_section_by_name_if()
1116 if (sh == NULL) in bfd_make_section_old_way()
1171 if (sh == NULL) in bfd_make_section_anyway_with_flags()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dmdebugread.c578 if (sh->st != stEnd && sh->st != stBlock) in parse_symbol()
643 || sh->sc == scNil || sh->index == indexNil) in parse_symbol()
706 if (sh->st == stProc && sh->sc != scText) in parse_symbol()
736 if (SC_IS_UNDEF (sh->sc) || sh->sc == scNil) in parse_symbol()
791 if (SC_IS_UNDEF (sh->sc) || sh->sc == scNil) in parse_symbol()
825 if (sh->sc != scInfo && !SC_IS_COMMON (sh->sc)) in parse_symbol()
3470 if (SC_IS_UNDEF (sh.sc) || sh.sc == scNil in parse_partial_symbols()
4147 || sh.st == stStatic || sh.st == stEnd) in psymtab_to_symtab_1()
4480 || (sh.st != stBlock && sh.st != stTypedef && sh.st != stIndirect in cross_ref()
4481 && sh.st != stStruct && sh.st != stUnion in cross_ref()
[all …]
/dragonfly/contrib/gmp/
H A Dlonglong.h380 : "=r" (sh), "=&r" (sl) \
384 : "=r" (sh), "=&r" (sl) \
410 : "=r" (sh), \
418 : "=r" (sh), \
429 : "=r" (sh), "=&r" (sl) \
437 : "=r" (sh), "=&r" (sl) \
441 : "=r" (sh), "=&r" (sl) \
448 : "=r" (sh), "=&r" (sl) \
452 : "=r" (sh), "=&r" (sl) \
459 : "=r" (sh), "=&r" (sl) \
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dlonglong.h180 : "=r" ((USItype) (sh)), \
188 : "=r" ((USItype) (sh)), \
209 : "=r" ((USItype) (sh)), \
217 : "=r" ((USItype) (sh)), \
285 : "=r" ((USItype) (sh)), \
293 : "=r" ((USItype) (sh)), \
393 : "=r" ((USItype) (sh)), \
401 : "=r" ((USItype) (sh)), \
429 : "=r" ((UDItype) (sh)), \
493 (sh) = (ah) - (bh); \
[all …]
/dragonfly/contrib/binutils-2.27/include/
H A Dlonglong.h197 : "=r" ((USItype) (sh)), \
205 : "=r" ((USItype) (sh)), \
231 : "=r" ((USItype) (sh)), \
239 : "=r" ((USItype) (sh)), \
349 : "=r" ((USItype) (sh)), \
357 : "=r" ((USItype) (sh)), \
457 : "=r" ((USItype) (sh)), \
465 : "=r" ((USItype) (sh)), \
493 : "=r" ((UDItype) (sh)), \
557 (sh) = (ah) - (bh); \
[all …]
/dragonfly/contrib/gcc-8.0/include/
H A Dlonglong.h197 : "=r" ((USItype) (sh)), \
206 : "=r" ((USItype) (sh)), \
233 : "=r" ((USItype) (sh)), \
241 : "=r" ((USItype) (sh)), \
351 : "=r" ((USItype) (sh)), \
359 : "=r" ((USItype) (sh)), \
459 : "=r" ((USItype) (sh)), \
467 : "=r" ((USItype) (sh)), \
495 : "=r" ((UDItype) (sh)), \
559 (sh) = (ah) - (bh); \
[all …]
/dragonfly/lib/libc/citrus/
H A Dcitrus_pivot_factory.c62 STAILQ_FOREACH(se, sh, se_entry) { in find_src()
83 STAILQ_INSERT_TAIL(sh, se, se_entry); in find_src()
90 free_src(struct src_head *sh) in free_src() argument
95 STAILQ_REMOVE_HEAD(sh, se_entry); in free_src()
148 ret = find_src(sh, &se, key1); in convert_line()
169 STAILQ_FOREACH(se, sh, se_entry) { in dump_db()
202 struct src_head sh; in _citrus_pivot_factory_convert() local
208 STAILQ_INIT(&sh); in _citrus_pivot_factory_convert()
212 free_src(&sh); in _citrus_pivot_factory_convert()
216 ret = dump_db(&sh, &r); in _citrus_pivot_factory_convert()
[all …]
/dragonfly/crypto/libressl/crypto/des/
H A Dcfb_enc.c82 unsigned int sh[4]; in DES_cfb_encrypt() local
83 unsigned char *ovec=(unsigned char *)sh; in DES_cfb_encrypt()
119 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1; in DES_cfb_encrypt()
128 v0=sh[0], v1=sh[1]; in DES_cfb_encrypt()
162 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1; in DES_cfb_encrypt()
171 v0=sh[0], v1=sh[1]; in DES_cfb_encrypt()
/dragonfly/gnu/usr.bin/binutils234/
H A DMakefile.zhack4 GENTOOLS= ar.sh as.sh elfedit.sh ld.bfd.sh ld.gold.sh \
5 nm.sh ranlib.sh objcopy.sh strip.sh
/dragonfly/gnu/usr.bin/binutils227/
H A DMakefile.zhack4 GENTOOLS= ar.sh as.sh elfedit.sh ld.bfd.sh ld.gold.sh \
5 nm.sh ranlib.sh objcopy.sh strip.sh
/dragonfly/games/hack/
H A Dhack.mkshop.c88 int sh, sx, sy, i = -1; in mkshop() local
151 sh = sroom->fdoor; in mkshop()
152 sx = doors[sh].x; in mkshop()
153 sy = doors[sh].y; in mkshop()
172 doorindex, sroom->doorct, sh); in mkshop()
174 pline("door [%d,%d]", doors[sh].x, doors[sh].y); in mkshop()
175 sh++; in mkshop()
189 ESHK->shd = doors[sh]; in mkshop()
222 int sh, sx, sy, i; in mkzoo() local
242 sh = sroom->fdoor; in mkzoo()
[all …]
/dragonfly/lib/libncurses/
H A DMakefile.sources37 AWK=awk sh ${NCURSESDIR}/include/MKncurses_def.sh \
44 AWK=awk sh ${NCURSESDIR}/include/MKkey_defs.sh $(TERMINFO_CAPS) >> ${.TARGET}.new
51 term.h: MKterm.h.awk edit_cfg.sh Caps
53 sh ${NCURSESDIR}/include/edit_cfg.sh ${.CURDIR}/../include/ncurses_cfg.h ${.TARGET}.new
57 hashsize.h: MKhashsize.sh Caps
58 sh ${NCURSESDIR}/include/MKhashsize.sh ${TERMINFO_CAPS} > ${.TARGET}
61 sh ${NCURSESDIR}/include/MKparametrized.sh ${TERMINFO_CAPS} > ${.TARGET}
69 keys.list: MKkeys_list.sh Caps
70 sh ${NCURSESTINFODIR}/MKkeys_list.sh ${TERMINFO_CAPS} | LC_ALL=C sort > ${.TARGET}
85 ${NXENV} sh ${NCURSESSERIALDIR}/MKexpanded.sh "${CC}" -E ${NXCFLAGS:N-W*} > ${.TARGET}
[all …]

12345678910>>...45