Home
last modified time | relevance | path

Searched refs:out_temp (Results 1 – 25 of 100) sorted by relevance

1234

/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/morphology/
H A Dgray.py122 out_temp = np.empty_like(image)
124 out_temp = out
125 out_temp = func(image, footprint, out=out_temp, *args, **kwargs)
127 out[:] = crop(out_temp, pad_widths)
129 out = out_temp
/dports/databases/grass7/grass-7.8.6/scripts/v.to.lines/
H A Dv.to.lines.py76 out_temp = '{inp}_point_tmp_{pid}'.format(inp=input_name, pid=pid)
80 output=out_temp, quiet=quiet)
82 grass.run_command('v.db.addtable', map=out_temp, quiet=True)
83 input = out_temp
167 name=out_temp, quiet=quiet)
/dports/emulators/mess/mame-mame0226/src/mame/audio/
H A Dlynx.cpp236 int16_t out_temp; in shift() local
257 out_temp = channel->reg.output + channel->reg.volume; in shift()
259 out_temp = channel->reg.output - channel->reg.volume; in shift()
262 if (out_temp > 127) out_temp = 127; in shift()
263 if (out_temp < -128) out_temp = -128; in shift()
264 channel->reg.output = (int16_t)out_temp; in shift()
/dports/emulators/mame/mame-mame0226/src/mame/audio/
H A Dlynx.cpp236 int16_t out_temp; in shift() local
257 out_temp = channel->reg.output + channel->reg.volume; in shift()
259 out_temp = channel->reg.output - channel->reg.volume; in shift()
262 if (out_temp > 127) out_temp = 127; in shift()
263 if (out_temp < -128) out_temp = -128; in shift()
264 channel->reg.output = (int16_t)out_temp; in shift()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dfourier_filter.c335 float **out_data, *out_temp, *scale, *input_data_f, period; local
352 out_temp = (float *)My_Malloc(ntimes*sizeof(float));
382 out_temp[j] = scale[j] * (float)input_data_b[i];
388 out_temp[j] = scale[j] * (float)input_data_s[i];
394 out_temp[j] = scale[j] * input_data_f[i];
404 err = filter(out_temp, low_fc, high_fc, ntimes, period, ignore, retrend, FALSE);
409 out_data[j][i] = out_temp[j];
468 free (out_temp);
/dports/math/R-cran-KFAS/KFAS/man/
H A DGlobalTemp.Rd35 out_temp <- KFS(fit_temp$model)
37 ts.plot(cbind(model_temp$y, coef(out_temp)), col = 1:3)
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/initiator/connectors/
H A Dhuawei.py179 out_temp = out.split('\n')
180 for line in out_temp:
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c33 static int tegra_bpmp_thermal_get_temp(void *data, int *out_temp) in tegra_bpmp_thermal_get_temp() argument
56 *out_temp = reply.get_temp.temp; in tegra_bpmp_thermal_get_temp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c33 static int tegra_bpmp_thermal_get_temp(void *data, int *out_temp) in tegra_bpmp_thermal_get_temp() argument
56 *out_temp = reply.get_temp.temp; in tegra_bpmp_thermal_get_temp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c33 static int tegra_bpmp_thermal_get_temp(void *data, int *out_temp) in tegra_bpmp_thermal_get_temp() argument
56 *out_temp = reply.get_temp.temp; in tegra_bpmp_thermal_get_temp()
/dports/science/py-dlib/dlib-19.22/dlib/queue/
H A Dqueue_kernel_1.h364 node* out_temp = out; in swap() local
376 item.out = out_temp; in swap()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/queue/
H A Dqueue_kernel_1.h364 node* out_temp = out; in swap() local
376 item.out = out_temp; in swap()
/dports/science/dlib-cpp/dlib-19.22/dlib/queue/
H A Dqueue_kernel_1.h364 node* out_temp = out; in swap() local
376 item.out = out_temp; in swap()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/
H A Duniphier_thermal.c190 static int uniphier_tm_get_temp(void *data, int *out_temp) in uniphier_tm_get_temp() argument
202 *out_temp = sign_extend32(temp, TMOD_WIDTH - 1) * 1000; in uniphier_tm_get_temp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/
H A Duniphier_thermal.c190 static int uniphier_tm_get_temp(void *data, int *out_temp) in uniphier_tm_get_temp() argument
202 *out_temp = sign_extend32(temp, TMOD_WIDTH - 1) * 1000; in uniphier_tm_get_temp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/
H A Duniphier_thermal.c190 static int uniphier_tm_get_temp(void *data, int *out_temp) in uniphier_tm_get_temp() argument
202 *out_temp = sign_extend32(temp, TMOD_WIDTH - 1) * 1000; in uniphier_tm_get_temp()
/dports/science/lammps/lammps-stable_29Sep2021/examples/SPIN/read_restart/
H A Din.spin.read_data31 compute out_temp all temp
H A Din.spin.write_restart40 compute out_temp all temp
H A Din.spin.restart35 compute out_temp all temp
/dports/science/lammps/lammps-stable_29Sep2021/examples/SPIN/test_problems/validation_nvt/
H A Din.spin.nvt_lattice44 compute out_temp all temp
H A Din.spin.nvt_spin45 compute out_temp all temp
/dports/science/lammps/lammps-stable_29Sep2021/examples/SPIN/gneb/iron/
H A Din.gneb.iron32 compute out_temp all temp
/dports/science/lammps/lammps-stable_29Sep2021/examples/SPIN/test_problems/validation_nve/
H A Din.spin.iron-nve42 compute out_temp all temp
/dports/science/lammps/lammps-stable_29Sep2021/examples/SPIN/bfo/
H A Din.spin.bfo40 compute out_temp all temp
/dports/science/lammps/lammps-stable_29Sep2021/examples/SPIN/nickel/
H A Din.spin.nickel45 compute out_temp all temp

1234