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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 704 #define MULTBASE ((uInt)BILLION) /* the base used for multiply */
841 if (*pl>=MULTBASE) {
848 lo=(uInt)(*pl-((uLong)est*MULTBASE)); /* low word of result */
850 if (lo>=MULTBASE) {
851 lo-=MULTBASE; /* correct by +1 */
855 if (lo>=MULTBASE) {
856 lo-=MULTBASE;
867 else { /* *pl<MULTBASE */
971 lo-=(estlo*MULTBASE);
974 if (lo>=MULTBASE) {
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 704 #define MULTBASE ((uInt)BILLION) /* the base used for multiply */
841 if (*pl>=MULTBASE) {
848 lo=(uInt)(*pl-((uLong)est*MULTBASE)); /* low word of result */
850 if (lo>=MULTBASE) {
851 lo-=MULTBASE; /* correct by +1 */
855 if (lo>=MULTBASE) {
856 lo-=MULTBASE;
867 else { /* *pl<MULTBASE */
971 lo-=(estlo*MULTBASE);
974 if (lo>=MULTBASE) {
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 704 #define MULTBASE ((uInt)BILLION) /* the base used for multiply */
841 if (*pl>=MULTBASE) {
848 lo=(uInt)(*pl-((uLong)est*MULTBASE)); /* low word of result */
850 if (lo>=MULTBASE) {
851 lo-=MULTBASE; /* correct by +1 */
855 if (lo>=MULTBASE) {
856 lo-=MULTBASE;
867 else { /* *pl<MULTBASE */
971 lo-=(estlo*MULTBASE);
974 if (lo>=MULTBASE) {
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 704 #define MULTBASE ((uInt)BILLION) /* the base used for multiply */
841 if (*pl>=MULTBASE) {
848 lo=(uInt)(*pl-((uLong)est*MULTBASE)); /* low word of result */
850 if (lo>=MULTBASE) {
851 lo-=MULTBASE; /* correct by +1 */
855 if (lo>=MULTBASE) {
856 lo-=MULTBASE;
867 else { /* *pl<MULTBASE */
971 lo-=(estlo*MULTBASE);
974 if (lo>=MULTBASE) {
    [all...]

Completed in 20 milliseconds