Searched refs:COMBMSD (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/libdecnumber/dpd/ |
| H A D | decimal32.c | 50 extern const uInt COMBEXP[32], COMBMSD[32]; 204 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToNumber() 278 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToString()
|
| H A D | decimal128.c | 50 extern const uInt COMBEXP[32], COMBMSD[32]; 228 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToNumber() 321 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToString()
|
| H A D | decimal64.c | 50 extern const uInt COMBEXP[32], COMBMSD[32]; 239 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToNumber() 331 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToString() 582 const uInt COMBMSD[32]={0, 1, 2, 3, 4, 5, 6, 7, variable
|