Searched refs:small_prec (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/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
51 mpf_class f(3.0, small_prec);
76 mpf_class f(3.0, small_prec);
83 mpf_class f(3.0, small_prec), g(9.0, medium_prec);
91 mpf_class f(3.0, small_prec), g(9.0, medium_prec), h(15.0, large_prec);
99 mpf_class f(3.0, small_prec);
124 mpf_class f(3.0, small_prec), g(9.0, medium_prec);
134 mpf_class f(3.0, small_prec);
137 ASSERT_ALWAYS_PREC(g, "0.33333 33333 33333 33333", small_prec);
156 mpf_class f(3.0, small_prec),
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dwide-int.cc410 unsigned int blocks_needed, unsigned int small_prec,
423 if (small_prec && index == blocks_needed - 1)
425 ? sext_hwi (val, small_prec)
426 : zext_hwi (val, small_prec));
456 unsigned int small_prec = prec & (HOST_BITS_PER_WIDE_INT - 1);
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec)
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec))
488 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1);
493 s0 = selt (op0, op0len, blocks_needed, small_prec,
590 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dwide-int.cc410 unsigned int blocks_needed, unsigned int small_prec,
423 if (small_prec && index == blocks_needed - 1)
425 ? sext_hwi (val, small_prec)
426 : zext_hwi (val, small_prec));
456 unsigned int small_prec = prec & (HOST_BITS_PER_WIDE_INT - 1);
461 if (op0len == BLOCKS_NEEDED (prec) && small_prec)
465 if (zext_hwi (op0 [l0], small_prec) != zext_hwi (op1 [l0], small_prec))
488 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1);
493 s0 = selt (op0, op0len, blocks_needed, small_prec,
590 unsigned int small_prec = precision & (HOST_BITS_PER_WIDE_INT - 1); local
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtmul.c964 small_prec (void) function
1040 printf ("Error in small_prec on i = %d, j = %d\n", i, j);
1342 small_prec ();

Completed in 129 milliseconds