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

/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecCommon.c610 #define getDPDb(dpd, n) ub=bcdar+DECPMAX-1-(3*(n))-2; \ macro
617 getDPDb(dpd, 1);
619 getDPDb(dpd, 0);
624 getDPDb(dpd, 4); encode|=dpd<<8;
625 getDPDb(dpd, 3); encode|=dpd>>2;
628 getDPDb(dpd, 2); encode|=dpd<<20;
629 getDPDb(dpd, 1); encode|=dpd<<10;
630 getDPDb(dpd, 0); encode|=dpd;
634 getDPDb(dpd,10); encode|=dpd<<4;
635 getDPDb(dp
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecCommon.c610 #define getDPDb(dpd, n) ub=bcdar+DECPMAX-1-(3*(n))-2; \ macro
617 getDPDb(dpd, 1);
619 getDPDb(dpd, 0);
624 getDPDb(dpd, 4); encode|=dpd<<8;
625 getDPDb(dpd, 3); encode|=dpd>>2;
628 getDPDb(dpd, 2); encode|=dpd<<20;
629 getDPDb(dpd, 1); encode|=dpd<<10;
630 getDPDb(dpd, 0); encode|=dpd;
634 getDPDb(dpd,10); encode|=dpd<<4;
635 getDPDb(dp
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecCommon.c610 #define getDPDb(dpd, n) ub=bcdar+DECPMAX-1-(3*(n))-2; \ macro
617 getDPDb(dpd, 1);
619 getDPDb(dpd, 0);
624 getDPDb(dpd, 4); encode|=dpd<<8;
625 getDPDb(dpd, 3); encode|=dpd>>2;
628 getDPDb(dpd, 2); encode|=dpd<<20;
629 getDPDb(dpd, 1); encode|=dpd<<10;
630 getDPDb(dpd, 0); encode|=dpd;
634 getDPDb(dpd,10); encode|=dpd<<4;
635 getDPDb(dp
[all...]
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecCommon.c610 #define getDPDb(dpd, n) ub=bcdar+DECPMAX-1-(3*(n))-2; \ macro
617 getDPDb(dpd, 1);
619 getDPDb(dpd, 0);
624 getDPDb(dpd, 4); encode|=dpd<<8;
625 getDPDb(dpd, 3); encode|=dpd>>2;
628 getDPDb(dpd, 2); encode|=dpd<<20;
629 getDPDb(dpd, 1); encode|=dpd<<10;
630 getDPDb(dpd, 0); encode|=dpd;
634 getDPDb(dpd,10); encode|=dpd<<4;
635 getDPDb(dp
[all...]

Completed in 98 milliseconds