| /netbsd/src/external/lgpl3/gmp/dist/tests/cxx/ |
| D | t-misc.cc | 43 bool fits; in check_mpz() local 45 z = INT_MIN; fits = z.fits_sint_p(); ASSERT_ALWAYS (fits); in check_mpz() 46 z--; fits = z.fits_sint_p(); ASSERT_ALWAYS (! fits); in check_mpz() 47 z = INT_MAX; fits = z.fits_sint_p(); ASSERT_ALWAYS (fits); in check_mpz() 48 z++; fits = z.fits_sint_p(); ASSERT_ALWAYS (! fits); in check_mpz() 53 bool fits; in check_mpz() local 55 z = 0; fits = z.fits_uint_p(); ASSERT_ALWAYS (fits); in check_mpz() 56 z--; fits = z.fits_uint_p(); ASSERT_ALWAYS (! fits); in check_mpz() 57 z = UINT_MAX; fits = z.fits_uint_p(); ASSERT_ALWAYS (fits); in check_mpz() 58 z++; fits = z.fits_uint_p(); ASSERT_ALWAYS (! fits); in check_mpz() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | analyze_brprob.py | 139 def __init__(self, count, hits, fits): argument 142 self.fits = fits 155 def fits(self): member in Summary 156 return sum([x.fits for x in self.edges]) 199 percentage(self.fits(), self.count()), 236 fits = max(hits, remaining) 238 s.edges.append(Heuristics(count, hits, fits))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| D | constraints.md | 105 "A positive, non-zero integer that fits in 1 bits." 111 "A positive, non-zero integer that fits in 3 bits." 117 "A positive, non-zero integer that fits in 4 bits." 123 "A positive, non-zero integer that fits in 5 bits." 129 "A positive, non-zero integer that fits in 8 bits." 135 "A negative, non-zero integer that fits in 3 bits."
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | predicates.md | 231 ;; Unsigned CONST_INT that fits in 8 bits, i.e. 0..255. 236 ;; Signed CONST_INT that fits in 8 bits, i.e. -128..127. 241 ;; One-extended CONST_INT that fits in 8 bits, i.e. -256..-1. 246 ;; Signed CONST_INT that fits in 9 bits, i.e. -256..255. 255 ;; Unsigned CONST_INT that fits in 16 bits, i.e. 0..65536. 260 ;; Signed CONST_INT that fits in 16 bits, i.e. -32768..32767. 265 ;; One-extended CONST_INT that fits in 16 bits, i.e. -65536..-1.
|
| /netbsd/src/tests/usr.bin/xlint/lint1/ |
| D | msg_178.c | 8 char fits = 123; variable
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/mpf/ |
| D | Makefile.am | 26 t-cmp_d t-cmp_si t-div t-fits t-get_d t-get_d_2exp \
|
| D | Makefile.in | 110 t-cmp_si$(EXEEXT) t-div$(EXEEXT) t-fits$(EXEEXT) \ 172 t_fits_SOURCES = t-fits.c 173 t_fits_OBJECTS = t-fits.$(OBJEXT) 306 t-dm2exp.c t-eq.c t-fits.c t-get_d.c t-get_d_2exp.c t-get_si.c \ 311 t-dm2exp.c t-eq.c t-fits.c t-get_d.c t-get_d_2exp.c t-get_si.c \ 785 t-fits$(EXEEXT): $(t_fits_OBJECTS) $(t_fits_DEPENDENCIES) $(EXTRA_t_fits_DEPENDENCIES) 786 @rm -f t-fits$(EXEEXT) 1156 t-fits.log: t-fits$(EXEEXT)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | predicates.md | 20 ;; Return truth value of whether OP is an integer which fits the range 27 ;; Return truth value of whether OP is an integer which fits the range 34 ;; Return truth value of whether OP is an integer which fits the range 41 ;; Return truth value of whether OP is an integer which fits the range 48 ;; Return truth value of whether OP is an integer which fits the range 373 ;; Return truth value of whether OP is an integer which fits the range
|
| /netbsd/src/lib/libc/arch/sparc/gen/ |
| D | fixunsdfsi.S | 78 ! fits (if not, the result is undefined anyway).
|
| /netbsd/src/lib/libc/arch/sparc64/gen/ |
| D | fixunsdfsi.S | 82 ! fits (if not, the result is undefined anyway).
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/mpz/ |
| D | Makefile.am | 30 t-fac_ui t-mfac_uiui t-primorial_ui t-fib_ui t-lucnum_ui t-scan t-fits \
|
| D | Makefile.in | 121 t-fits$(EXEEXT) t-divis$(EXEEXT) t-divis_2exp$(EXEEXT) \ 263 t_fits_SOURCES = t-fits.c 264 t_fits_OBJECTS = t-fits.$(OBJEXT) 500 t-fib_ui.c t-fits.c t-gcd.c t-gcd_ui.c t-get_d.c \ 512 t-fdiv_ui.c t-fib_ui.c t-fits.c t-gcd.c t-gcd_ui.c t-get_d.c \ 1059 t-fits$(EXEEXT): $(t_fits_OBJECTS) $(t_fits_DEPENDENCIES) $(EXTRA_t_fits_DEPENDENCIES) 1060 @rm -f t-fits$(EXEEXT) 1734 t-fits.log: t-fits$(EXEEXT)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| D | predicates.md | 52 ;; Return 1 if OP is a integer which fits in 16 bits. 112 ;; Return 1 if OP is a memory operand that fits in a single
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | pflogsumm_quickfix.txt | 9 Choose one that fits your pflogsumm version.
|
| D | TLS_TODO | 20 * Cleanup the "pfixtls" special logging, so that it fits Wietses original
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | size_max.m4 | 36 dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/ |
| D | size_max.m4 | 35 dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
|
| /netbsd/src/sys/lib/libkern/arch/m68k/ |
| D | udivsi3.S | 61 | the divisor fits into 16 bits:
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | config.sdf | 8 fits in with the rest of the world.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| D | m32c.abi | 51 First arg may be passed in r1l or r1 if it (1) fits (QImode or
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| D | constraints.md | 34 "Integer constant that fits in 16 bits unsigned"
|
| /netbsd/src/sys/external/bsd/sljit/dist/ |
| D | API_CHANGES | 69 Reason: the most common cases are fits into one byte now,
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k6/ |
| D | mul_1.asm | 152 C The whole unrolled loop fits nicely in exactly 80 bytes.
|
| /netbsd/src/sys/altq/ |
| D | altq_hfsc.c | 768 int fits = 0; in hfsc_dequeue() local 780 if (fits > 0) in hfsc_dequeue() 781 printf("%d fit but none found\n",fits); in hfsc_dequeue() 792 fits++; in hfsc_dequeue()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| D | stormy-abi | 37 Scalar values are returned in register r2-r7 if the value fits.
|