Searched refs:diff_val (Results 1 – 2 of 2) sorted by relevance
99 int ab_val, d1_val, d2_val, diff_val, dut, off, sens, x; in hp03_update_temp_pressure() local142 diff_val = d2_val - cx_val[4]; in hp03_update_temp_pressure()143 dut = (ab_val * (diff_val >> 7) * (diff_val >> 7)) >> coefs[16]; in hp03_update_temp_pressure()144 dut = diff_val - dut; in hp03_update_temp_pressure()
1475 u32 diff_val, step_val, step_log10; in log10_x1000() local1509 diff_val = x - valx_x10[i-1]; in log10_x1000()1515 ((diff_val*step_log10) / step_val); in log10_x1000()