Searched refs:dpd (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/libdecnumber/dpd/ |
| H A D | decimal64.c | 160 uInt dpd[6]={0,0,0,0,0,0}; in decimal64FromNumber() local 163 for (i=0; d>0; i++, d-=3) dpd[i]=BIN2DPD[dn->lsu[i]]; in decimal64FromNumber() 164 targlo =dpd[0]; in decimal64FromNumber() 165 targlo|=dpd[1]<<10; in decimal64FromNumber() 166 targlo|=dpd[2]<<20; in decimal64FromNumber() 168 targlo|=dpd[3]<<30; in decimal64FromNumber() 169 targhi =dpd[3]>>2; in decimal64FromNumber() 170 targhi|=dpd[4]<<8; in decimal64FromNumber() 172 msd=dpd[5]; /* [did not really need conversion] */ in decimal64FromNumber() 308 Int dpd; /* .. */ in decimal64ToString() local [all …]
|
| H A D | decimal128.c | 292 Int dpd; /* .. */ in decimal128ToString() local 352 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \ in decimal128ToString() 355 dpd=(sourhi>>4)&0x3ff; /* declet 1 */ in decimal128ToString() 357 dpd=((sourhi&0xf)<<6) | (sourmh>>26); /* declet 2 */ in decimal128ToString() 359 dpd=(sourmh>>16)&0x3ff; /* declet 3 */ in decimal128ToString() 361 dpd=(sourmh>>6)&0x3ff; /* declet 4 */ in decimal128ToString() 363 dpd=((sourmh&0x3f)<<4) | (sourml>>28); /* declet 5 */ in decimal128ToString() 365 dpd=(sourml>>18)&0x3ff; /* declet 6 */ in decimal128ToString() 367 dpd=(sourml>>8)&0x3ff; /* declet 7 */ in decimal128ToString() 369 dpd=((sourml&0xff)<<2) | (sourlo>>30); /* declet 8 */ in decimal128ToString() [all …]
|
| H A D | decimal32.c | 266 Int dpd; /* .. */ in decimal32ToString() local 308 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \ in decimal32ToString() 312 dpd=(sour>>10)&0x3ff; /* declet 1 */ in decimal32ToString() 314 dpd=(sour)&0x3ff; /* declet 2 */ in decimal32ToString()
|
| /openbmc/qemu/libdecnumber/ |
| H A D | meson.build | 4 'dpd/decimal128.c', 5 'dpd/decimal32.c', 6 'dpd/decimal64.c',
|
| /openbmc/qemu/include/libdecnumber/ |
| H A D | decNumberLocal.h | 401 #define CANONDPD(dpd) (((dpd)&0x300)==0 || ((dpd)&0x6e)!=0x6e) argument 403 #define CANONDPDOFF(dpd, k) (((dpd)&(0x300<<(k)))==0 \ argument 404 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k))) 455 #define dpd2bcd8(u, dpd) { \ argument 456 UINTAT(u)=UINTAT(&DPD2BCD8[((dpd)&0x3ff)*4]);} 458 #define dpd2bcd83(u, dpd) { \ argument 459 *(u)=DPD2BCD8[((dpd)&0x3ff)*4]; \ 460 *(u+1)=DPD2BCD8[((dpd)&0x3ff)*4+1]; \ 461 *(u+2)=DPD2BCD8[((dpd)&0x3ff)*4+2];}
|
| /openbmc/u-boot/arch/arm/include/asm/arch-tegra20/ |
| H A D | emc.h | 66 u32 dpd; /* 0xE4: EMC_DPD */ member
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | long-help | 136 --dpd-idle <0,10-86400>
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |