Searched refs:multipleOfPowerOf2_32 (Results 1 – 3 of 3) sorted by relevance
102 trailingZeros = e2 < e10 || (e2 - e10 < 32 && multipleOfPowerOf2_32(m10, e2 - e10)); in __atof_engine()119 trailingZeros = (e2 < e10 || (e2 - e10 < 32 && multipleOfPowerOf2_32(m10, e2 - e10))) in __atof_engine()
148 vrIsTrailingZeros = multipleOfPowerOf2_32(mv, q - 1); in f2d()
47 static inline bool multipleOfPowerOf2_32(const uint32_t value, const uint32_t p) { in multipleOfPowerOf2_32() function