15 #ifndef GEOS_PRECISION_COMMONBITS_H
16 #define GEOS_PRECISION_COMMONBITS_H
18 #include <geos/export.h>
19 #include <geos/platform.h>
39 int commonMantissaBitsCount;
54 static int64 signExpBits(int64 num);
67 static int numCommonMostSigMantissaBits(int64 num1, int64 num2);
76 static int64 zeroLowerBits(int64 bits,
int nBits);
85 static int getBit(int64 bits,
int i);
98 #endif // GEOS_PRECISION_COMMONBITS_H
Determines the maximum number of common most-significant bits in the mantissa of one or numbers...
Definition: CommonBits.h:33