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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 4853 #define FASTLAZY 18 /* carry resolution point [1->18] */
4857 #define FASTLAZY 1844 /* carry resolution point [1->1844] */
5014 /* (The count is set via FASTLAZY to simplify experiments to */
5017 lazy=FASTLAZY; /* carry delay count */
5025 lazy=FASTLAZY; /* reset delay count */
5032 /* it allows FASTLAZY to be increased to 18 rather than 4 */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 4853 #define FASTLAZY 18 /* carry resolution point [1->18] */
4857 #define FASTLAZY 1844 /* carry resolution point [1->1844] */
5014 /* (The count is set via FASTLAZY to simplify experiments to */
5017 lazy=FASTLAZY; /* carry delay count */
5025 lazy=FASTLAZY; /* reset delay count */
5032 /* it allows FASTLAZY to be increased to 18 rather than 4 */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 4853 #define FASTLAZY 18 /* carry resolution point [1->18] */
4857 #define FASTLAZY 1844 /* carry resolution point [1->1844] */
5014 /* (The count is set via FASTLAZY to simplify experiments to */
5017 lazy=FASTLAZY; /* carry delay count */
5025 lazy=FASTLAZY; /* reset delay count */
5032 /* it allows FASTLAZY to be increased to 18 rather than 4 */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 4853 #define FASTLAZY 18 /* carry resolution point [1->18] */
4857 #define FASTLAZY 1844 /* carry resolution point [1->1844] */
5014 /* (The count is set via FASTLAZY to simplify experiments to */
5017 lazy=FASTLAZY; /* carry delay count */
5025 lazy=FASTLAZY; /* reset delay count */
5032 /* it allows FASTLAZY to be increased to 18 rather than 4 */

Completed in 1943 milliseconds