HomeSort by: relevance | last modified time | path
    Searched defs:pprec (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/examples/
rndo-add.c 43 int pprec; /* will be prec - 1 for mpfr_printf */ local
57 pprec = prec - 1;
66 mpfr_printf ("x = %.*Rb\n", pprec, x);
73 mpfr_printf ("y = %.*Rb\n", pprec, y);
76 mpfr_printf ("d = %.*Rb\n", pprec, d);
79 mpfr_printf ("u = %.*Rb\n", pprec, u);
83 mpfr_printf ("e = %.*Rb\n", pprec, e);
87 mpfr_printf ("z = %.*Rb\n", pprec, z);
  /src/external/gpl3/gcc/dist/gcc/
convert.cc 86 unsigned int pprec = TYPE_PRECISION (type); local
89 if (eprec != pprec)
92 lang_hooks.types.type_for_size (pprec, 0),
  /src/external/gpl3/gcc.old/dist/gcc/
convert.cc 85 unsigned int pprec = TYPE_PRECISION (type); local
88 if (eprec != pprec)
91 lang_hooks.types.type_for_size (pprec, 0),

Completed in 19 milliseconds