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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 955 uInt hop, estlo; /* work */ local
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */
967 /* [MULSHIFTB is 32, so estlo can be used directly] */
968 /* the estimate is now in estlo; now calculate hi:lo-est*10**9; */
971 lo-=(estlo*MULTBASE);
976 estlo++;
981 estlo=hop*MULMAGIC; /* .. so low word needed */
982 estlo=(esthi<<1)+(estlo>>MULSHIFTB); /* [just the top bit] */
984 lo-=(estlo*MULTBASE); /* as above *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 955 uInt hop, estlo; /* work */ local
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */
967 /* [MULSHIFTB is 32, so estlo can be used directly] */
968 /* the estimate is now in estlo; now calculate hi:lo-est*10**9; */
971 lo-=(estlo*MULTBASE);
976 estlo++;
981 estlo=hop*MULMAGIC; /* .. so low word needed */
982 estlo=(esthi<<1)+(estlo>>MULSHIFTB); /* [just the top bit] */
984 lo-=(estlo*MULTBASE); /* as above *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 955 uInt hop, estlo; /* work */ local
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */
967 /* [MULSHIFTB is 32, so estlo can be used directly] */
968 /* the estimate is now in estlo; now calculate hi:lo-est*10**9; */
971 lo-=(estlo*MULTBASE);
976 estlo++;
981 estlo=hop*MULMAGIC; /* .. so low word needed */
982 estlo=(esthi<<1)+(estlo>>MULSHIFTB); /* [just the top bit] */
984 lo-=(estlo*MULTBASE); /* as above *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 955 uInt hop, estlo; /* work */ local
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */
967 /* [MULSHIFTB is 32, so estlo can be used directly] */
968 /* the estimate is now in estlo; now calculate hi:lo-est*10**9; */
971 lo-=(estlo*MULTBASE);
976 estlo++;
981 estlo=hop*MULMAGIC; /* .. so low word needed */
982 estlo=(esthi<<1)+(estlo>>MULSHIFTB); /* [just the top bit] */
984 lo-=(estlo*MULTBASE); /* as above *
    [all...]

Completed in 29 milliseconds