Searched refs:fits (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_178.c8 char fits = 123; variable
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-misc.cc43 bool fits; local
45 z = INT_MIN; fits = z.fits_sint_p(); ASSERT_ALWAYS (fits);
46 z--; fits = z.fits_sint_p(); ASSERT_ALWAYS (! fits);
47 z = INT_MAX; fits = z.fits_sint_p(); ASSERT_ALWAYS (fits);
48 z++; fits = z.fits_sint_p(); ASSERT_ALWAYS (! fits);
53 bool fits; local
63 bool fits; local
73 bool fits; local
83 bool fits; local
93 bool fits; local
243 bool fits; local
253 bool fits; local
263 bool fits; local
273 bool fits; local
283 bool fits; local
293 bool fits; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob.py136 def __init__(self, count, hits, fits):
139 self.fits = fits
152 def fits(self): member in class:Summary
153 return sum([x.fits for x in self.edges])
196 percentage(self.fits(), self.count()),
233 fits = max(hits, remaining)
235 s.edges.append(Heuristics(count, hits, fits))
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A DMakefile.am26 t-cmp_d t-cmp_si t-div t-fits t-get_d t-get_d_2exp \
H A 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)
1157 @p='t-fits
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob.py139 def __init__(self, count, hits, fits):
142 self.fits = fits
155 def fits(self): member in class: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-current/external/lgpl3/gmp/dist/tests/mpz/
H A DMakefile.am30 t-fac_ui t-mfac_uiui t-primorial_ui t-fib_ui t-lucnum_ui t-scan t-fits \
H A 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)
1735 @p='t-fits
[all...]
/netbsd-current/lib/libc/arch/sparc/gen/
H A Dfixunsdfsi.S78 ! fits (if not, the result is undefined anyway).
/netbsd-current/lib/libc/arch/sparc64/gen/
H A Dfixunsdfsi.S82 ! fits (if not, the result is undefined anyway).
/netbsd-current/external/bsd/less/dist/lesstest/
H A Dlt_screen.c351 int fits = 1; local
355 fits = screen_incr(&screen.cx, &screen.cy);
356 if (fits) {
360 fits = screen_incr(&screen.cx, &screen.cy);
371 if (!fits) { // Wrap at bottom of screen = scroll
/netbsd-current/sys/lib/libkern/arch/m68k/
H A Dudivsi3.S61 | the divisor fits into 16 bits:
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Dgen-uninames44 ; Transform the code so that it fits in 16 bits. In
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Dcom.asm41 C fits in a BTB entry. The adjustments to %eax and %edx avoid offsets on
/netbsd-current/sys/altq/
H A Daltq_hfsc.c768 int fits = 0; local
780 if (fits > 0)
781 printf("%d fit but none found\n",fits);
792 fits++;
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dmul_1.asm152 C The whole unrolled loop fits nicely in exactly 80 bytes.
H A Dmul_basecase.asm45 dnl With 16 the inner unrolled loop fits exactly in a 256 byte block, which
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dmod_1_1.asm67 C result fits in two limbs and a bit, carry from the addition
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
H A Dmul_1.asm66 C limb in the 16-bit code, unless it could be assumed the carry fits in 16
/netbsd-current/external/bsd/nsd/dist/doc/
H A Ddifferences.tex475 Not all the A and AAAA data fits into the additional section of the answer.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dlib1funcs.S1929 ;; Divisor fits into Remainder: Subtract it from Remainder...
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl577 @ by 26 bits fits in 32 bits. This is also useful on x86,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl572 @ by 26 bits fits in 32 bits. This is also useful on x86,
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dlib1funcs.S1929 ;; Divisor fits into Remainder: Subtract it from Remainder...
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dtexinfo.tex771 % empty box we just added fits on the page, we must make it consider
1737 % By the way, for comparison, here's what fits with @example (10pt):
2452 % The item text fits into the space. Start a paragraph, so that the

Completed in 392 milliseconds

12