Searched refs:imax (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/sys/lib/libkern/
H A Dimax.c1 /* $NetBSD: imax.c,v 1.5 2005/12/11 12:24:37 christos Exp $ */
38 imax(int a, int b) function
H A DMakefile.libkern68 SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dintrange.d298 SignExtendedNumber imin, imax;
303 imax = another.imax;
309 imax = a;
315 imax = upper;
356 if (cd.imax > ab.imax)
357 ab.imax = cd.imax;
374 uinteger_t maxHalfChunk = imax
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dintrange.c310 if (cd.imax > ab.imax)
311 ab.imax = cd.imax;
317 return imin <= a.imin && imax >= a.imax;
322 return (imin.negative && !imax.negative)
336 uinteger_t maxChunk = imax.value & ~mask;
337 if (minChunk == maxChunk && imin.negative == imax.negative)
340 imax
[all...]
H A Dintrange.h98 SignExtendedNumber imin, imax; member in struct:IntRange
105 : imin(a), imax(a) {}
108 : imin(lower), imax(upper) {}
/netbsd-current/sys/lib/libkern/arch/usermode/
H A DMakefile.inc5 NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
/netbsd-current/sys/external/bsd/gnu-efi/dist/apps/
H A Dmodelist.c11 int i, imax; local
15 imax = gop->Mode->MaxMode;
16 Print(L"GOP reports MaxMode %d\n", imax);
19 imax = 1;
22 for (i = 0; i < imax; i++) {
H A Dbltgrid.c33 int i, imax; local
41 imax = gop->Mode->MaxMode;
47 for (i = 0; i < imax; i++) {
H A Dlfbgrid.c50 int i, imax; local
66 imax = gop->Mode->MaxMode;
72 for (i = 0; i < imax; i++) {
/netbsd-current/sys/lib/libkern/arch/mips/
H A DMakefile.inc5 NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
/netbsd-current/sys/lib/libkern/arch/vax/
H A DMakefile.inc10 NO_SRCS+= imax.c imin.c lmax.c lmin.c uimax.c uimin.c ulmax.c ulmin.c
/netbsd-current/sbin/fsirand/
H A Dfsirand.c65 int needswap, ino, imax, is_ufs2; variable
153 for (ino = 0, imax = fs->fs_ipg * fs->fs_ncg; ino < imax;) {
184 if (++ino > imax)
214 ino, imax, (ino * 100.0) / imax);
215 if (imax - ino) {
216 deltat = tstart - tnow + (1.0 * (tnow - tstart)) / ino * imax;
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dcos.c46 unsigned long i, maxi, imax; local
78 imax = p / (-mpfr_get_exp (r));
79 imax += (imax == 0);
80 q = 2 * MPFR_INT_CEIL_LOG2(imax) + 4; /* bound for (3l)^2 */
/netbsd-current/sbin/clri/
H A Dclri.c86 int i, imax; local
139 imax = ufs_rw32(sbp->fs_ncg, needswap) *
142 if (atoi(argv[i]) <= 0 || atoi(argv[i]) >= imax)
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dgmpstat.h42 unsigned int imax,
H A Dstatlib.c294 /* mpz_freqt(V, X, imax, n) -- Frequency test on integers. [Knuth,
312 unsigned int imax,
317 unsigned int d; /* number of categories = imax+1 */
322 d = imax + 1;
324 v = (unsigned long int *) calloc (imax + 1, sizeof (unsigned long int));
336 if (uitemp > imax) /* sanity check */
350 for (f = 0; f <= imax; f++)
354 /* chi-square with k=imax+1 and P(x)=1/(imax+1) for all x.*/
310 mpz_freqt(mpf_t V, mpz_t X[], unsigned int imax, const unsigned long int n) argument
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dztest.c258 size_t imax; local
266 imax = 0;
278 imax = i;
286 if (i != imax && i != imin)
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dxztest.c204 size_t imax; local
212 imax = 0;
224 imax = i;
232 if (i != imax && i != imin)
H A Dztest.c258 size_t imax; local
266 imax = 0;
278 imax = i;
286 if (i != imax && i != imin)
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dxztest.c204 size_t imax; local
212 imax = 0;
224 imax = i;
232 if (i != imax && i != imin)
H A Dztest.c258 size_t imax; local
266 imax = 0;
278 imax = i;
286 if (i != imax && i != imin)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_rsa_fips186_4.c250 int i, imax; local
307 * In FIPS 186-4 imax was set to 5 * nlen/2.
313 imax = 20 * bits; /* max = 20/2 * nbits */
352 if (++i >= imax) {
/netbsd-current/external/bsd/ntp/dist/clockstuff/
H A Dchutest.c546 int imax; local
808 imin = imax = 0;
810 if (L_ISGEQ(&off[i], &off[imax])) {
811 imax = i;
818 if (imin != imax)
819 L_ADD(&off[imax], &offset_fudge);
822 lfptoa(&off[imax], 8));
/netbsd-current/games/cgram/
H A Dcgram.c81 imax(int a, int b) function
239 extent_x = imax(extent_x, (int)lines.v[i].len);
378 cursor_y = imax(cursor_y, 0);
/netbsd-current/external/mit/lua/dist/src/
H A Dlmathlib.c224 int imax = 1; /* index of current maximum value */ local
228 if (lua_compare(L, imax, i, LUA_OPLT))
229 imax = i;
231 lua_pushvalue(L, imax);

Completed in 332 milliseconds

12