Searched refs:this_n (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dadd_n_sub_n.c55 mp_size_t this_n; /* size of current chunk */ local
72 this_n = MIN (n - off, PART_SIZE);
74 acyo = mpn_add_nc (r1p + off, s1p + off, s2p + off, this_n, acyo);
76 acyn = mpn_add_n (r1p + off, s1p + off, s2p + off, this_n);
77 acyo = acyn + mpn_add_1 (r1p + off, r1p + off, this_n, acyo);
80 scyo = mpn_sub_nc (r2p + off, s1p + off, s2p + off, this_n, scyo);
82 scyn = mpn_sub_n (r2p + off, s1p + off, s2p + off, this_n);
83 scyo = scyn + mpn_sub_1 (r2p + off, r2p + off, this_n, scyo);
95 this_n = MIN (n - off, PART_SIZE);
97 scyo = mpn_sub_nc (r2p + off, s1p + off, s2p + off, this_n, scy
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c2532 struct symbolic_number this_n = info->n; local
2533 this_n.type = type;
2534 if (!this_n.base_addr)
2535 this_n.range = try_size / BITS_PER_UNIT;
2538 this_n.vuse = gimple_vuse (info->ins_stmt);
2540 if (!do_shift_rotate (LSHIFT_EXPR, &this_n,
2545 if (this_n.base_addr && vuse_store)
2549 if (this_n.vuse == gimple_vuse (m_store_info[j]->stmt))
2560 n = this_n;
2565 if (n.base_addr && n.vuse != this_n
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc2868 struct symbolic_number this_n = info->n; local
2869 this_n.type = type;
2870 if (!this_n.base_addr)
2871 this_n.range = try_size / BITS_PER_UNIT;
2874 this_n.vuse = gimple_vuse (info->ins_stmt);
2876 if (!do_shift_rotate (LSHIFT_EXPR, &this_n,
2881 if (this_n.base_addr && vuse_store)
2885 if (this_n.vuse == gimple_vuse (m_store_info[j]->stmt))
2896 n = this_n;
2901 if (n.base_addr && n.vuse != this_n
[all...]

Completed in 112 milliseconds