Searched defs:small_prec (Results 1 – 4 of 4) sorted by relevance
410 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() local488 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in lts_p_large() local526 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in cmps_large() local563 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in ltu_p_large() local590 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); in cmpu_large() local1232 unsigned int small_prec = prec & (HOST_BITS_PER_WIDE_INT - 1); in wi_unpack() local2022 unsigned int small_prec = (xprecision - shift) % HOST_BITS_PER_WIDE_INT; in lrshift_large() local2049 unsigned int small_prec = (xprecision - shift) % HOST_BITS_PER_WIDE_INT; in arshift_large() local
32 small_prec = 64, medium_prec = 128, large_prec = 192, very_large_prec = 256; variable
964 small_prec (void) in small_prec() function