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

  /src/games/hack/
hack.h 172 long int ugold,ugold0,uexp,urexp; member in struct:you
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 502 uInt uexp=(uInt)(num->exponent+DECBIAS); /* biased exponent */ local
503 uInt code=(uexp>>DECECONL)<<4; /* top two bits of exp */
507 encode|=(uexp<<(32-6-DECECONL)) & 0x03ffffff; /* exponent continuation */
597 uInt uexp=(uInt)(exp+DECBIAS); /* biased exponent */ local
598 uInt code=(uexp>>DECECONL)<<4; /* top two bits of exp */
602 encode|=(uexp<<(32-6-DECECONL)) & 0x03ffffff; /* exponent continuation */

Completed in 26 milliseconds