Searched refs:COMBEXP (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal32.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 206 exp=COMBEXP[comb]; /* .. */ in decimal32ToNumber() 280 exp=COMBEXP[comb]; /* .. */ in decimal32ToString()
|
H A D | decimal128.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 230 exp=COMBEXP[comb]; /* .. */ in decimal128ToNumber() 323 exp=COMBEXP[comb]; /* .. */ in decimal128ToString()
|
H A D | decimal64.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 241 exp=COMBEXP[comb]; /* .. */ in decimal64ToNumber() 333 exp=COMBEXP[comb]; /* .. */ in decimal64ToString() 579 const uInt COMBEXP[32]={0, 0, 0, 0, 0, 0, 0, 0, variable
|