Searched refs:temp0 (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/sys/dev/fdt/ |
| H A D | rktemp.c | 589 int32_t temp0, delta_temp; in rktemp_calc_code() local 603 temp0 = sc->sc_temps[i - 1].temp; in rktemp_calc_code() 605 delta_temp = sc->sc_temps[i].temp - temp0; in rktemp_calc_code() 607 return code0 + (temp - temp0) * delta_code / delta_temp; in rktemp_calc_code() 615 int32_t temp0, delta_temp; in rktemp_calc_temp() local 642 temp0 = sc->sc_temps[i - 1].temp; in rktemp_calc_temp() 644 delta_temp = sc->sc_temps[i].temp - temp0; in rktemp_calc_temp() 646 return temp0 + (code - code0) * delta_temp / delta_code; in rktemp_calc_temp()
|
| /openbsd-src/sys/dev/acpi/ |
| H A D | ccpmic.c | 203 int32_t temp0, delta_temp; in ccpmic_raw_to_temp() local 217 temp0 = lpat[i - 1].temp; in ccpmic_raw_to_temp() 219 delta_temp = lpat[i].temp - temp0; in ccpmic_raw_to_temp() 221 return temp0 + (raw - raw0) * delta_temp / delta_raw; in ccpmic_raw_to_temp()
|
| H A D | tipmic.c | 248 int32_t temp0, delta_temp; in tipmic_raw_to_temp() local 262 temp0 = lpat[i - 1].temp; in tipmic_raw_to_temp() 264 delta_temp = lpat[i].temp - temp0; in tipmic_raw_to_temp() 266 return temp0 + (raw - raw0) * delta_temp / delta_raw; in tipmic_raw_to_temp()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | ar9380.c | 843 int i, corr, temp, temp0; in ar9380_set_correction() local 853 temp0 = temp; in ar9380_set_correction() 885 reg = RW(reg, AR_PHY_TPC_18_THERM_CAL, temp0); in ar9380_set_correction()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | ffe.texi | 1689 int temp0; 1695 temp0 = libg77_ne (temp1, 'END'); 1698 if (! temp0) 1825 int temp0; 1831 temp0 = i (temp1); 1834 switch (temp0) 1866 a la @samp{temp0} in the earlier example, 1867 as if @samp{SELECT CASE(temp0)} had been written. 1876 Make @samp{temp0} above just 1886 into the fixed-length @samp{temp0}.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 9670 rtx temp0 = (fromprolog local 9695 rs6000_maybe_dead (emit_insn (gen_load_toc_v4_PIC_2 (temp0, dest, 9711 emit_move_insn (temp0, gen_rtx_MEM (Pmode, dest)); 9713 insn = emit_insn (gen_addsi3 (dest, temp0, dest));
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 13675 rtx temp0 = (fromprolog in rs6000_emit_load_toc_table() local 13692 rs6000_maybe_dead (emit_insn (gen_load_toc_v4_PIC_2 (temp0, dest, in rs6000_emit_load_toc_table() 13703 emit_move_insn (temp0, gen_rtx_MEM (Pmode, dest)); in rs6000_emit_load_toc_table() 13705 insn = emit_insn (gen_addsi3 (dest, temp0, dest)); in rs6000_emit_load_toc_table()
|