Home
last modified time | relevance | path

Searched defs:total_bits (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsbitmap.c769 unsigned int total_bits = bmap->n_bits; in dump_bitmap() local
H A Dreload1.c2199 poly_uint64 total_bits = total_size * BITS_PER_UNIT; in alter_reg() local
2257 poly_uint64 total_bits = total_size * BITS_PER_UNIT; in alter_reg() local
H A Dexpmed.c1357 unsigned int unit, total_bits, bitsdone = 0; in store_split_bit_field() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsbitmap.cc769 unsigned int total_bits = bmap->n_bits; in dump_bitmap() local
H A Dreload1.cc2198 poly_uint64 total_bits = total_size * BITS_PER_UNIT; in alter_reg() local
2256 poly_uint64 total_bits = total_size * BITS_PER_UNIT; in alter_reg() local
H A Dexpmed.cc1362 unsigned int unit, total_bits, bitsdone = 0; in store_split_bit_field() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc392 constexpr int total_bits = mantissa_bits + exponent_bits + 1; in get_ieee_repr() local