Searched refs:div64_s64_precise (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_soctherm.c390 int64_t div64_s64_precise(int64_t a, int64_t b) function
490 temp_a = div64_s64_precise((int64_t) delta_temp * (1LL << 13) * mult,
495 temp_b = div64_s64_precise(tmp, (int64_t)delta_sens);
497 temp_a = div64_s64_precise((int64_t)temp_a * sensor->fuse_corr_alpha,
499 temp_b = div64_s64_precise((int64_t)temp_b * sensor->fuse_corr_alpha +

Completed in 51 milliseconds