15 #ifndef GEOS_PRECISION_COMMONBITS_H 16 #define GEOS_PRECISION_COMMONBITS_H 18 #include <geos/export.h> 39 int commonMantissaBitsCount;
43 int64_t commonSignExp;
54 static int64_t signExpBits(int64_t num);
68 static int numCommonMostSigMantissaBits(int64_t num1, int64_t num2);
77 static int64_t zeroLowerBits(int64_t bits,
int nBits);
86 static int getBit(int64_t bits,
int i);
99 #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
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26