Home
last modified time | relevance | path

Searched refs:isqrt (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dtempdiode.c62 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