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

  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.h 153 # define FRACHIGH ((TItype)0x8 << 124)
163 # define FRACHIGH ((TItype)0x8 << 124)
190 # define FRACHIGH 0x80000000L
213 # define FRACHIGH 0x8000000000000000LL
fp-bit.c 818 if (ylow & FRACHIGH)
872 low |= FRACHIGH;
881 if (low & FRACHIGH)
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h 153 # define FRACHIGH ((TItype)0x8 << 124)
163 # define FRACHIGH ((TItype)0x8 << 124)
190 # define FRACHIGH 0x80000000L
213 # define FRACHIGH 0x8000000000000000LL
fp-bit.c 818 if (ylow & FRACHIGH)
872 low |= FRACHIGH;
881 if (low & FRACHIGH)
  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 106 # define FRACHIGH 0x80000000L
126 # define FRACHIGH 0x8000000000000000LL
708 if (ylow & FRACHIGH)
766 low |= FRACHIGH;
775 if (low & FRACHIGH)
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c 106 # define FRACHIGH 0x80000000L
126 # define FRACHIGH 0x8000000000000000LL
708 if (ylow & FRACHIGH)
766 low |= FRACHIGH;
775 if (low & FRACHIGH)

Completed in 26 milliseconds