Searched refs:bufl (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libdecnumber/
H A DdecBasic.c720 uInt bufl[MULOPLEN]; /* left coefficient (base-billion) */ local
742 /* numbers in uInt arrays (bufl and bufr, LSD at offset 0) of the */
744 GETCOEFFBILL(dfl, bufl);
748 for (ui=bufl+MULOPLEN-1; ui>=bufl; ui--) printf(" %08lx", (LI)*ui);
780 for (uj=bufl; uj<bufl+MULOPLEN; uj++, pl++) { /* over each item in lhs */
892 for (uj=bufl;; uj++, pa++) { /* over each item in lhs */
897 if (uj==bufl+MULOPLEN-1) break;
1755 uByte bufl[DECPMA local
3628 uByte bufl[DECPMAX*2+QUAD*2+4]; /* for LHS coefficient + padding */ local
[all...]

Completed in 91 milliseconds