Home
last modified time | relevance | path

Searched refs:LONGMUL32HI (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gdb/dist/libdecnumber/
H A DdecBasic.c467 LONGMUL32HI(hi, *ud, multiplier); /* get the high word */ in decDivide()
473 LONGMUL32HI(carry, hop, DIVMAGIC); /* only need the high word */ in decDivide()
893 LONGMUL32HI(hi, *ui, *uj); /* calculate product of digits */ in decFiniteMultiply()
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */ in decFiniteMultiply()
980 LONGMUL32HI(esthi, hop, MULMAGIC);/* shift will be 31 .. */ in decFiniteMultiply()
H A DdecNumberLocal.h127 #define LONGMUL32HI(w, u, v) { \ macro
/netbsd/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecBasic.c467 LONGMUL32HI(hi, *ud, multiplier); /* get the high word */ in decDivide()
473 LONGMUL32HI(carry, hop, DIVMAGIC); /* only need the high word */ in decDivide()
893 LONGMUL32HI(hi, *ui, *uj); /* calculate product of digits */ in decFiniteMultiply()
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */ in decFiniteMultiply()
980 LONGMUL32HI(esthi, hop, MULMAGIC);/* shift will be 31 .. */ in decFiniteMultiply()
H A DdecNumberLocal.h127 #define LONGMUL32HI(w, u, v) { \ macro
/netbsd/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecBasic.c467 LONGMUL32HI(hi, *ud, multiplier); /* get the high word */ in decDivide()
473 LONGMUL32HI(carry, hop, DIVMAGIC); /* only need the high word */ in decDivide()
893 LONGMUL32HI(hi, *ui, *uj); /* calculate product of digits */ in decFiniteMultiply()
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */ in decFiniteMultiply()
980 LONGMUL32HI(esthi, hop, MULMAGIC);/* shift will be 31 .. */ in decFiniteMultiply()
H A DdecNumberLocal.h127 #define LONGMUL32HI(w, u, v) { \ macro
/netbsd/external/gpl3/gcc/dist/libdecnumber/
H A DdecBasic.c467 LONGMUL32HI(hi, *ud, multiplier); /* get the high word */ in decDivide()
473 LONGMUL32HI(carry, hop, DIVMAGIC); /* only need the high word */ in decDivide()
893 LONGMUL32HI(hi, *ui, *uj); /* calculate product of digits */ in decFiniteMultiply()
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */ in decFiniteMultiply()
980 LONGMUL32HI(esthi, hop, MULMAGIC);/* shift will be 31 .. */ in decFiniteMultiply()
H A DdecNumberLocal.h127 #define LONGMUL32HI(w, u, v) { \ macro