Searched refs:COMBEXP (Results 1 – 3 of 3) sorted by relevance
| /qemu/libdecnumber/dpd/ |
| A D | decimal32.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 206 exp=COMBEXP[comb]; /* .. */ in decimal32ToNumber() 280 exp=COMBEXP[comb]; /* .. */ in decimal32ToString()
|
| A D | decimal128.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 230 exp=COMBEXP[comb]; /* .. */ in decimal128ToNumber() 323 exp=COMBEXP[comb]; /* .. */ in decimal128ToString()
|
| 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
|
Completed in 12 milliseconds