Home
last modified time | relevance | path

Searched refs:uLong (Results 1 – 3 of 3) sorted by relevance

/qemu/include/libdecnumber/
H A DdecNumberLocal.h87 #define uLong uint64_t macro
101 extern const uLong DECPOWERS[20]; /* powers of ten table */
/qemu/libdecnumber/
H A DdecNumber.c220 #define ueInt uLong /* unsigned extended integer */
267 static bool mulUInt128ByPowOf10(uLong *, uLong *, uInt);
4402 uLong const *pow; /* .. */ in decDivideOp()
5021 uLong zaccbuff[(DECBUFFER*2+1)/4+2]; /* buffer (+1 for DECBUFFER==0) */ in decMultiplyOp()
5023 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ in decMultiplyOp()
5031 uLong lcarry; /* uLong carry */ in decMultiplyOp()
5036 uLong *lp; /* .. */ in decMultiplyOp()
5121 needbytes=iacc*sizeof(uLong); in decMultiplyOp()
5127 allocacc=(uLong *)malloc(needbytes); in decMultiplyOp()
5128 zacc=(uLong *)allocacc;} in decMultiplyOp()
[all …]
H A DdecContext.c58 const uLong DECPOWERS[20] = {1, 10, 100, 1000, 10000, 100000, 1000000,