HomeSort by: relevance | last modified time | path
    Searched refs:GARDROUND (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.h 143 # define GARDROUND 0x1ff
181 # define GARDROUND 0x3f
204 # define GARDROUND 0x7f
fp-bit.c 270 fraction += GARDROUND + 1;
275 fraction += GARDROUND;
300 fraction += GARDROUND + 1;
305 fraction += GARDROUND;
891 GARDROUND + 1, except that's also done in the packing
903 high += GARDROUND + 1;
1011 GARDROUND + 1, except that's also done in the packing
1021 quotient += GARDROUND + 1;
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h 143 # define GARDROUND 0x1ff
181 # define GARDROUND 0x3f
204 # define GARDROUND 0x7f
fp-bit.c 270 fraction += GARDROUND + 1;
275 fraction += GARDROUND;
300 fraction += GARDROUND + 1;
305 fraction += GARDROUND;
891 GARDROUND + 1, except that's also done in the packing
903 high += GARDROUND + 1;
1011 GARDROUND + 1, except that's also done in the packing
1021 quotient += GARDROUND + 1;
  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 97 # define GARDROUND 0x3f
117 # define GARDROUND 0x7f
390 fraction += GARDROUND + 1;
395 fraction += GARDROUND;
799 high += GARDROUND + 1;
804 high += GARDROUND + 1;
909 quotient += GARDROUND + 1;
914 quotient += GARDROUND + 1;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c 97 # define GARDROUND 0x3f
117 # define GARDROUND 0x7f
390 fraction += GARDROUND + 1;
395 fraction += GARDROUND;
799 high += GARDROUND + 1;
804 high += GARDROUND + 1;
909 quotient += GARDROUND + 1;
914 quotient += GARDROUND + 1;

Completed in 27 milliseconds