Home
last modified time | relevance | path

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

/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/
H A DColorBarItem.py76 self.lo_lim = None
79 self.lo_lim, self.hi_lim = limits
220 if self.lo_lim is not None and lo_new < self.lo_lim: lo_new = self.lo_lim
273 if self.lo_lim is not None and lo_new < self.lo_lim: # limit minimum value
275 lo_new = self.lo_lim
/dports/net/ntimed/Ntimed-db0abbb/
H A Dntp_filter.c63 double lo_lim, hi_lim; in __match_proto__() local
139 lo_lim = nf->alo - lo_noise * param_ntp_filter_threshold; in __match_proto__()
142 fail_lo = nf->lo < lo_lim; in __match_proto__()
178 lo_lim, nf->amid, hi_lim); in __match_proto__()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/i2c/
H A Ddbcool.c1939 uint8_t lo_lim, hi_lim; in dbcool_get_temp_limits() local
1941 lo_lim = sc->sc_dc.dc_readreg(&sc->sc_dc, reg->lo_lim_reg); in dbcool_get_temp_limits()
1945 if (lo_lim > 0x01) { in dbcool_get_temp_limits()
1946 lims->sel_critmin = lo_lim - sc->sc_temp_offset; in dbcool_get_temp_limits()
1954 if (lo_lim != 0x80 && lo_lim != 0x81) { in dbcool_get_temp_limits()
1955 lims->sel_critmin = (int8_t)lo_lim; in dbcool_get_temp_limits()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dsysfs.c621 temp_d(temp.lo_lim), temp_f(temp.lo_lim), in tempsense_show()
H A Dhfi.h1019 unsigned int lo_lim; /* low temperature limit */ member
H A Dchip.c13197 temp->lo_lim = ((reg >> ASIC_STS_THERM_LO_TEMP_SHIFT) & in hfi1_tempsense_rd()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dsysfs.c621 temp_d(temp.lo_lim), temp_f(temp.lo_lim), in tempsense_show()
H A Dhfi.h1019 unsigned int lo_lim; /* low temperature limit */ member
H A Dchip.c13197 temp->lo_lim = ((reg >> ASIC_STS_THERM_LO_TEMP_SHIFT) & in hfi1_tempsense_rd()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dsysfs.c621 temp_d(temp.lo_lim), temp_f(temp.lo_lim), in tempsense_show()
H A Dhfi.h1019 unsigned int lo_lim; /* low temperature limit */ member
H A Dchip.c13197 temp->lo_lim = ((reg >> ASIC_STS_THERM_LO_TEMP_SHIFT) & in hfi1_tempsense_rd()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dmapping.c2749 Xfloattype lo_lim; /* Lower limit on output values */ \
2826 lo_lim = LO_##X; \
3524 bad = ( val <= lo_lim ) || ( val >= hi_lim ); \
3544 bad_var = ( val_var <= lo_lim ) || ( val_var >= hi_lim ); \
5465 Xfloattype lo_lim; /* Lower limit on output values */ \
5534 lo_lim = LO_##X; \
6031 bad = ( val <= lo_lim ) || ( val >= hi_lim ); \
6051 bad_var = ( val_var <= lo_lim ) || ( val_var >= hi_lim ); \
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dgraphics.cc8050 double lo_lim = lo; in calc_ticks_and_lims() local
8153 int n_below = static_cast<int> (std::floor ((tmp_ticks(0)-lo_lim) / d_below)); in calc_ticks_and_lims()