Home
last modified time | relevance | path

Searched refs:fits (Results 1 – 25 of 162) sorted by relevance

1234567

/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
Dt-misc.cc43 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/
Danalyze_brprob.py139 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/
Dconstraints.md105 "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/
Dpredicates.md231 ;; 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/
Dmsg_178.c8 char fits = 123; variable
/netbsd/src/external/lgpl3/gmp/dist/tests/mpf/
DMakefile.am26 t-cmp_d t-cmp_si t-div t-fits t-get_d t-get_d_2exp \
DMakefile.in110 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/
Dpredicates.md20 ;; 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/
Dfixunsdfsi.S78 ! fits (if not, the result is undefined anyway).
/netbsd/src/lib/libc/arch/sparc64/gen/
Dfixunsdfsi.S82 ! fits (if not, the result is undefined anyway).
/netbsd/src/external/lgpl3/gmp/dist/tests/mpz/
DMakefile.am30 t-fac_ui t-mfac_uiui t-primorial_ui t-fib_ui t-lucnum_ui t-scan t-fits \
DMakefile.in121 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/
Dpredicates.md52 ;; 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/
Dpflogsumm_quickfix.txt9 Choose one that fits your pflogsumm version.
DTLS_TODO20 * Cleanup the "pfixtls" special logging, so that it fits Wietses original
/netbsd/src/external/gpl2/xcvs/dist/m4/
Dsize_max.m436 dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
/netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/
Dsize_max.m435 dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
/netbsd/src/sys/lib/libkern/arch/m68k/
Dudivsi3.S61 | the divisor fits into 16 bits:
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Dconfig.sdf8 fits in with the rest of the world.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c.abi51 First arg may be passed in r1l or r1 if it (1) fits (QImode or
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/
Dconstraints.md34 "Integer constant that fits in 16 bits unsigned"
/netbsd/src/sys/external/bsd/sljit/dist/
DAPI_CHANGES69 Reason: the most common cases are fits into one byte now,
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k6/
Dmul_1.asm152 C The whole unrolled loop fits nicely in exactly 80 bytes.
/netbsd/src/sys/altq/
Daltq_hfsc.c768 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/
Dstormy-abi37 Scalar values are returned in register r2-r7 if the value fits.

1234567