Searched refs:isqrt (Results 1 – 1 of 1) sorted by relevance
62 static uint64_t isqrt(uint64_t n);193 int32_t temperature = ((-p1 - (int64_t)isqrt(p1 * p1 - (4 * p2 * p0))) << 4) / (2 * p2); in voltageToTempHardcoded()302 int64_t dividend = (-p1 - (int64_t)isqrt(p1 * p1 - (4 * p2 * p0))) << 4; in voltageToTemp()422 static uint64_t isqrt(uint64_t n) in isqrt() function