Home
last modified time | relevance | path

Searched defs:small_prec (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dwide-int.cc410 unsigned int blocks_needed, unsigned int small_prec, in selt()
456 unsigned int small_prec = prec & (HOST_BITS_PER_WIDE_INT - 1); in eq_p_large() local
488 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in lts_p_large() local
526 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in cmps_large() local
563 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in ltu_p_large() local
590 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in cmpu_large() local
1232 unsigned int small_prec = prec & (HOST_BITS_PER_WIDE_INT - 1); in wi_unpack() local
2022 unsigned int small_prec = (xprecision - shift) % HOST_BITS_PER_WIDE_INT; in lrshift_large() local
2049 unsigned int small_prec = (xprecision - shift) % HOST_BITS_PER_WIDE_INT; in arshift_large() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dwide-int.cc410 unsigned int blocks_needed, unsigned int small_prec, in selt()
456 unsigned int small_prec = prec & (HOST_BITS_PER_WIDE_INT - 1); in eq_p_large() local
488 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in lts_p_large() local
526 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in cmps_large() local
563 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in ltu_p_large() local
590 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in cmpu_large() local
1232 unsigned int small_prec = prec & (HOST_BITS_PER_WIDE_INT - 1); in wi_unpack() local
2022 unsigned int small_prec = (xprecision - shift) % HOST_BITS_PER_WIDE_INT; in lrshift_large() local
2049 unsigned int small_prec = (xprecision - shift) % HOST_BITS_PER_WIDE_INT; in arshift_large() local
/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-prec.cc32 small_prec = 64, medium_prec = 128, large_prec = 192, very_large_prec = 256; variable
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtmul.c964 small_prec (void) in small_prec() function