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

  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 946 enum Rounding { Other, Rounded, Chopped };
1521 RMult = Chopped;
1525 printf ("* is neither chopped nor correctly rounded.\n");
1530 printf ("* is neither chopped nor correctly rounded.\n");
1572 RDiv = Chopped;
1577 printf ("/ is neither chopped nor correctly rounded.\n");
1594 RAddSub = Chopped;
1595 printf ("Add/Subtract appears to be chopped.\n");
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 946 enum Rounding { Other, Rounded, Chopped };
1521 RMult = Chopped;
1525 printf ("* is neither chopped nor correctly rounded.\n");
1530 printf ("* is neither chopped nor correctly rounded.\n");
1572 RDiv = Chopped;
1577 printf ("/ is neither chopped nor correctly rounded.\n");
1594 RAddSub = Chopped;
1595 printf ("Add/Subtract appears to be chopped.\n");

Completed in 30 milliseconds