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

  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.h 294 /* F_D_BITOFF is the number of bits offset between the MSB of the mantissa
298 #define F_D_BITOFF (52+8-(23+7))
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h 294 /* F_D_BITOFF is the number of bits offset between the MSB of the mantissa
298 #define F_D_BITOFF (52+8-(23+7))
  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 206 /* F_D_BITOFF is the number of bits offset between the MSB of the mantissa
210 #define F_D_BITOFF (52+8-(23+7))
1266 ((UDItype) in.fraction.ll) << F_D_BITOFF);
1295 in.fraction.ll >> F_D_BITOFF);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c 206 /* F_D_BITOFF is the number of bits offset between the MSB of the mantissa
210 #define F_D_BITOFF (52+8-(23+7))
1266 ((UDItype) in.fraction.ll) << F_D_BITOFF);
1295 in.fraction.ll >> F_D_BITOFF);

Completed in 25 milliseconds