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

  /src/external/gpl3/gcc/dist/gcc/
convert.cc 374 tree expr, unsigned inprec, unsigned outprec, bool dofold)
401 /* But now perhaps TYPEX is as wide as INPREC.
404 if (TYPE_PRECISION (typex) != inprec)
477 unsigned int inprec = element_precision (intype); local
685 else if (outprec >= inprec)
812 expr, inprec, outprec, dofold);
859 expr, inprec, outprec, dofold);
  /src/external/gpl3/gcc.old/dist/gcc/
convert.cc 368 tree expr, unsigned inprec, unsigned outprec, bool dofold)
387 /* But now perhaps TYPEX is as wide as INPREC.
390 if (TYPE_PRECISION (typex) != inprec)
463 unsigned int inprec = element_precision (intype); local
669 else if (outprec >= inprec)
793 expr, inprec, outprec, dofold);
840 expr, inprec, outprec, dofold);

Completed in 19 milliseconds