Searched refs:GetIntegerSignificandBitCount (Results 1 – 2 of 2) sorted by relevance
73 …static int32_t GetIntegerSignificandBitCount(double number, int32_t &numberBitCount, char *signifi…
188 int32_t Helpers::GetIntegerSignificandBitCount(double number, int32_t &numberBitCount, char *signif… in GetIntegerSignificandBitCount() function in panda::es2panda::util::Helpers245 …int32_t integerSignificandBitCount = GetIntegerSignificandBitCount(number, numberBitCount, signifi… in DoubleToString()