Home
last modified time | relevance | path

Searched refs:uar (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal64.c624 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ in decDigitsToDPD() local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */ in decDigitsToDPD()
644 first=uar+D2U(digits+shift)-1; /* where msu will end up */ in decDigitsToDPD()
660 for (; target>=uar; target--) { in decDigitsToDPD()
665 inu=uar; /* use units in working array */ in decDigitsToDPD()
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal64.c624 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ in decDigitsToDPD() local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */ in decDigitsToDPD()
644 first=uar+D2U(digits+shift)-1; /* where msu will end up */ in decDigitsToDPD()
660 for (; target>=uar; target--) { in decDigitsToDPD()
665 inu=uar; /* use units in working array */ in decDigitsToDPD()
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
H A Ddecimal64.c624 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ in decDigitsToDPD() local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */ in decDigitsToDPD()
644 first=uar+D2U(digits+shift)-1; /* where msu will end up */ in decDigitsToDPD()
660 for (; target>=uar; target--) { in decDigitsToDPD()
665 inu=uar; /* use units in working array */ in decDigitsToDPD()
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
H A Ddecimal64.c624 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ in decDigitsToDPD() local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */ in decDigitsToDPD()
644 first=uar+D2U(digits+shift)-1; /* where msu will end up */ in decDigitsToDPD()
660 for (; target>=uar; target--) { in decDigitsToDPD()
665 inu=uar; /* use units in working array */ in decDigitsToDPD()
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumber.c6679 static Int decShiftToMost(Unit *uar, Int digits, Int shift) { argument
6686 *uar=(Unit)(*uar*powers[shift]);
6691 source=uar+D2U(digits)-1; /* where msu comes from */
6695 for (; source>=uar; source--, target--) *target=*source;
6698 first=uar+D2U(digits+shift)-1; /* where msu of source will end up */
6699 for (; source>=uar; source--, target--) {
6715 for (; target>=uar; target--) {
6735 static Int decShiftToLeast(Unit *uar, Int units, Int shift) { argument
6742 *uar=0; /* all digits cleared gives zero */
6746 target=uar; /* both paths */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumber.c6679 static Int decShiftToMost(Unit *uar, Int digits, Int shift) { argument
6686 *uar=(Unit)(*uar*powers[shift]);
6691 source=uar+D2U(digits)-1; /* where msu comes from */
6695 for (; source>=uar; source--, target--) *target=*source;
6698 first=uar+D2U(digits+shift)-1; /* where msu of source will end up */
6699 for (; source>=uar; source--, target--) {
6715 for (; target>=uar; target--) {
6735 static Int decShiftToLeast(Unit *uar, Int units, Int shift) { argument
6742 *uar=0; /* all digits cleared gives zero */
6746 target=uar; /* both paths */
[all …]
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c6679 static Int decShiftToMost(Unit *uar, Int digits, Int shift) { argument
6686 *uar=(Unit)(*uar*powers[shift]);
6691 source=uar+D2U(digits)-1; /* where msu comes from */
6695 for (; source>=uar; source--, target--) *target=*source;
6698 first=uar+D2U(digits+shift)-1; /* where msu of source will end up */
6699 for (; source>=uar; source--, target--) {
6715 for (; target>=uar; target--) {
6735 static Int decShiftToLeast(Unit *uar, Int units, Int shift) { argument
6742 *uar=0; /* all digits cleared gives zero */
6746 target=uar; /* both paths */
[all …]
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c6679 static Int decShiftToMost(Unit *uar, Int digits, Int shift) { argument
6686 *uar=(Unit)(*uar*powers[shift]);
6691 source=uar+D2U(digits)-1; /* where msu comes from */
6695 for (; source>=uar; source--, target--) *target=*source;
6698 first=uar+D2U(digits+shift)-1; /* where msu of source will end up */
6699 for (; source>=uar; source--, target--) {
6715 for (; target>=uar; target--) {
6735 static Int decShiftToLeast(Unit *uar, Int units, Int shift) { argument
6742 *uar=0; /* all digits cleared gives zero */
6746 target=uar; /* both paths */
[all …]
/netbsd-src/sys/dev/pci/
H A Dif_mcx.c4323 mcx_alloc_uar(struct mcx_softc *sc, int *uar) in mcx_alloc_uar() argument
4355 *uar = mcx_get_id(out->cmd_uar); in mcx_alloc_uar()
4360 mcx_create_eq(struct mcx_softc *sc, struct mcx_eq *eq, int uar, in mcx_create_eq() argument
4407 (MCX_LOG_EQ_SIZE << MCX_EQ_CTX_LOG_EQ_SIZE_SHIFT) | uar); in mcx_create_eq()
4440 mcx_arm_eq(sc, eq, uar); in mcx_create_eq()
4656 mcx_create_cq(struct mcx_softc *sc, struct mcx_cq *cq, int uar, int db, int eqn) in mcx_create_cq() argument
4703 (MCX_LOG_CQ_SIZE << MCX_CQ_CTX_LOG_CQ_SIZE_SHIFT) | uar); in mcx_create_cq()
4745 mcx_arm_cq(sc, cq, uar); in mcx_create_cq()
5166 mcx_create_sq(struct mcx_softc *sc, struct mcx_tx *tx, int uar, int db, in mcx_create_sq() argument
5218 mbin->sq_wq.wq_uar_page = htobe32(uar); in mcx_create_sq()
[all …]