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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 208 #define BIGODD (Int)0x80000003
2032 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */
2473 || rotate==BIGODD || rotate==BIGEVEN /* .. very big .. */
2631 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */
2686 || shift==BIGODD || shift==BIGEVEN /* .. very big .. */
5887 || reqexp==BIGODD || reqexp==BIGEVEN /* very big (ditto) or .. */
7530 /* BIGODD if the integer is odd and magnitude > 2*10**9 */
7534 /* BIGODD is returned. */
7605 if (theInt&1) return BIGODD; /* bottom bit 1 */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 208 #define BIGODD (Int)0x80000003
2032 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */
2473 || rotate==BIGODD || rotate==BIGEVEN /* .. very big .. */
2631 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */
2686 || shift==BIGODD || shift==BIGEVEN /* .. very big .. */
5887 || reqexp==BIGODD || reqexp==BIGEVEN /* very big (ditto) or .. */
7530 /* BIGODD if the integer is odd and magnitude > 2*10**9 */
7534 /* BIGODD is returned. */
7605 if (theInt&1) return BIGODD; /* bottom bit 1 */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 208 #define BIGODD (Int)0x80000003
2032 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */
2473 || rotate==BIGODD || rotate==BIGEVEN /* .. very big .. */
2631 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */
2686 || shift==BIGODD || shift==BIGEVEN /* .. very big .. */
5887 || reqexp==BIGODD || reqexp==BIGEVEN /* very big (ditto) or .. */
7530 /* BIGODD if the integer is odd and magnitude > 2*10**9 */
7534 /* BIGODD is returned. */
7605 if (theInt&1) return BIGODD; /* bottom bit 1 */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 208 #define BIGODD (Int)0x80000003
2032 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */
2473 || rotate==BIGODD || rotate==BIGEVEN /* .. very big .. */
2631 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */
2686 || shift==BIGODD || shift==BIGEVEN /* .. very big .. */
5887 || reqexp==BIGODD || reqexp==BIGEVEN /* very big (ditto) or .. */
7530 /* BIGODD if the integer is odd and magnitude > 2*10**9 */
7534 /* BIGODD is returned. */
7605 if (theInt&1) return BIGODD; /* bottom bit 1 */

Completed in 31 milliseconds