HomeSort by: relevance | last modified time | path
    Searched defs:nz (Results 1 - 22 of 22) sorted by relevancy

  /src/lib/libc/gdtoa/
strtod.c 100 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
133 sign = nz0 = nz = 0;
219 nz++;
222 nf += nz;
223 nz = 0;
230 nz++;
232 nf += nz;
233 for(i = 1; i < nz; i++)
242 nz = 0;
249 if (!nd && !nz && !nz0)
    [all...]
strtodg.c 334 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
350 denorm = sign = nz0 = nz = 0;
424 nz++;
427 nf += nz;
428 nz = 0;
435 nz++;
437 nf += nz;
438 for(i = 1; i < nz; i++)
447 nz = 0;
454 if (!nd && !nz && !nz0)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
curve448.c 387 mask_t nz; local
446 nz = ~gf_eq(x1, ZERO);
456 return c448_succeed_if(mask_to_bool(nz));
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
curve448.c 393 mask_t nz; local
452 nz = ~gf_eq(x1, ZERO);
462 return c448_succeed_if(mask_to_bool(nz));
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
curve448.c 386 mask_t nz; local
445 nz = ~gf_eq(x1, ZERO);
455 return c448_succeed_if(mask_to_bool(nz));
  /src/external/gpl2/rcs/dist/src/
rcsfnms.c 559 char const *x, *p, *nz; local
563 nz = name + nl;
567 if (xl <= nl && memcmp(p = nz-xl, x, xl) == 0)
570 for (p = name; p < nz - rcslen; p++)
576 return nz;
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-op.cc 884 wide_int nz = bm.get_nonzero_bits (); local
885 wide_int high = wi::shwi (wi::popcount (nz), prec);
tree-ssa-strlen.cc 4375 value_range nz; local
4376 nz.set_nonzero (TREE_TYPE (lhs));
4377 set_range_info (lhs, nz);
value-range.cc 1917 wide_int nz = m_bitmask.get_nonzero_bits (); local
1918 set (m_type, nz, nz);
1919 m_bitmask.set_nonzero_bits (nz);
range-op.cc 3574 wide_int nz = wi::bit_not (op2.get_nonzero_bits ()); local
3576 tmp.set_nonzero_bits (nz);
combine.cc 9287 unsigned HOST_WIDE_INT nz;
9496 && pow2p_hwi (nz = nonzero_bits (x, mode)))
9498 *ptrue = gen_int_mode (nz, mode), *pfalse = const0_rtx;
9258 unsigned HOST_WIDE_INT nz; local
tree-ssa-reassoc.cc 3958 wide_int nz = get_nonzero_bits (rhs2); local
3959 if (wi::neg_p (nz))
expr.cc 7136 HOST_WIDE_INT nz = 0, unz = 0, ic = 0;
7138 bool const_elt_p = categorize_ctor_elements_1 (value, &nz, &unz,
7141 nz_elts += mult * nz;
13711 wide_int nz = tree_nonzero_bits (narg0);
13717 nz = wi::to_wide (gimple_assign_rhs2 (srcstmt));
13721 if (wi::popcount (nz) == 1
13723 || wi::to_wide (arg1) == nz))
13725 int bitnum = wi::exact_log2 (nz);
7123 HOST_WIDE_INT nz = 0, unz = 0, ic = 0; local
13688 wide_int nz = tree_nonzero_bits (narg0); local
  /src/usr.bin/systat/
vmstat.c 565 #define nz(x) ((x) ? (x) : 1) macro
566 putfloat(s.nchstats.ncs_goodhits * 100.0 / nz(s.nchcount),
569 putfloat(s.nchstats.ncs_pass2 * 100.0 / nz(s.nchcount),
571 #undef nz macro
796 putfloat(double f, int l, int c, int w, int d, int nz)
802 if (nz && f == 0.0 && !showzero) {
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_arm.c 2687 static const char *nz = "<-- preventing suspend"; local
2749 service_data[i].use_count ? nz : "");
  /src/external/bsd/nsd/dist/
remote.c 1037 struct notify_zone* nz = (struct notify_zone*)rbtree_search( local
1100 if(nz) {
1101 if(nz->is_waiting) {
1104 } else if(nz->notify_send_enable || nz->notify_send6_enable) {
1109 if(!nz->pkts[i].dest) continue;
1111 nz->pkts[i].dest->ip_address_spec))
1115 (unsigned)ntohl(nz->current_soa->serial)))
1831 zone_notify_config_changed(struct notify_zone* nz, struct pattern_options* oldp, struct pattern_options* newp)
1836 nz->options->name))
1868 struct notify_zone* nz; local
1920 struct notify_zone* nz; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 279 #define Z (nz == 0)
295 nz = !((h8_get_ccr (cpu) >> 2) & 1); \
1768 int c, nz, v, n, u, h, ui, intMaskBit; local
3525 OBITOP (O_BTST, 1, 0, nz = ea & m); /* btst */
3619 nz = !h8_get_macZ (cpu);
3698 nz = res & 0xffff;
3712 nz = res & 0xffffffff;
3726 nz = res & 0xffffffff;
3781 nz = res & 0xffff;
3796 nz = res & 0xffffffff
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 279 #define Z (nz == 0)
295 nz = !((h8_get_ccr (cpu) >> 2) & 1); \
1768 int c, nz, v, n, u, h, ui, intMaskBit; local
3525 OBITOP (O_BTST, 1, 0, nz = ea & m); /* btst */
3619 nz = !h8_get_macZ (cpu);
3698 nz = res & 0xffff;
3712 nz = res & 0xffffffff;
3726 nz = res & 0xffffffff;
3781 nz = res & 0xffff;
3796 nz = res & 0xffffffff
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 9236 unsigned HOST_WIDE_INT nz;
9445 && pow2p_hwi (nz = nonzero_bits (x, mode)))
9447 *ptrue = gen_int_mode (nz, mode), *pfalse = const0_rtx;
9207 unsigned HOST_WIDE_INT nz; local
tree-ssa-reassoc.cc 3913 wide_int nz = get_nonzero_bits (rhs2); local
3914 if (wi::neg_p (nz))
expr.cc 6471 HOST_WIDE_INT nz = 0, unz = 0, ic = 0;
6473 bool const_elt_p = categorize_ctor_elements_1 (value, &nz, &unz,
6476 nz_elts += mult * nz;
6458 HOST_WIDE_INT nz = 0, unz = 0, ic = 0; local
  /src/external/mpl/bind/dist/bin/named/
server.c 7884 const cfg_obj_t *nz = NULL; local
7906 result = named_config_get(maps, "allow-new-zones", &nz);
7908 allow = cfg_obj_asboolean(nz);

Completed in 113 milliseconds