Searched refs:nz (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/lib/libc/ia64/string/
H A Dbzero.S51 3: tbit.nz p6,p0=in0,0 ;;
55 tbit.nz p6,p0=in0,1 ;;
59 tbit.nz p6,p0=in0,2 ;;
/freebsd-10.0-release/contrib/gdtoa/
H A Dstrtod.c96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
145 sign = nz0 = nz = decpt = 0;
228 nz++;
231 nf += nz;
232 nz = 0;
239 nz++;
241 nf += nz;
242 for(i = 1; i < nz; i++)
251 nz = 0;
258 if (!nd && !nz
[all...]
H A Dstrtodg.c327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
358 denorm = sign = nz0 = nz = 0;
427 nz++;
430 nf += nz;
431 nz = 0;
438 nz++;
440 nf += nz;
441 for(i = 1; i < nz; i++)
450 nz = 0;
457 if (!nd && !nz
[all...]
/freebsd-10.0-release/usr.bin/systat/
H A Dvmstat.c553 #define nz(x) ((x) ? (x) : 1) macro
555 100.0 / nz(s.nchcount),
558 putfloat(nchtotal.ncs_pass2 * 100.0 / nz(s.nchcount),
560 #undef nz macro
687 putfloat(double f, int l, int lc, int w, int d, int nz) argument
698 if (nz && f == 0.0) {
719 putlongdouble(long double f, int l, int lc, int w, int d, int nz) argument
730 if (nz && f == 0.0) {
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c551 char const *x, *p, *nz; local
555 nz = name + nl;
559 if (xl <= nl && memcmp(p = nz-xl, x, xl) == 0)
562 for (p = name; p < nz - rcslen; p++)
568 return nz;
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect108 ftp://ftp.nz.freebsd.org "New Zealand"\
/freebsd-10.0-release/contrib/bzip2/
H A Dcompress.c58 #define bsNEEDW(nz) \
/freebsd-10.0-release/sys/ia64/ia64/
H A Dexception.S240 tbit.nz p11,p10=r23,14 // p11=interrupts enabled
/freebsd-10.0-release/contrib/gcc/
H A Dexpr.c4586 HOST_WIDE_INT nz = 0, ic = 0;
4589 = categorize_ctor_elements_1 (value, &nz, &ic, p_must_clear);
4591 nz_elts += mult * nz;
4573 HOST_WIDE_INT nz = 0, ic = 0; local
H A Dcombine.c7397 unsigned HOST_WIDE_INT nz;
7584 && exact_log2 (nz = nonzero_bits (x, mode)) >= 0)
7586 *ptrue = gen_int_mode (nz, mode), *pfalse = const0_rtx;
7369 unsigned HOST_WIDE_INT nz; local

Completed in 123 milliseconds