Home
last modified time | relevance | path

Searched refs:m_polarity (Results 1 – 23 of 23) sorted by relevance

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcurve.cpp51 m_polarity = polarity; in Curve()
76 m_polarity = curve.m_polarity; in Curve()
93 m_polarity = curve.m_polarity; in operator =()
141 return m_polarity; in get_polarity()
197 m_polarity = polarity; in set_polarity()
H A Dcurve.h86 Polarity m_polarity; variable
/dports/astro/marble/marble-21.12.3/src/plugins/render/compass/
H A DCompassFloatItem.cpp27 m_polarity( 0 ), in CompassFloatItem()
39 m_polarity( 0 ), in CompassFloatItem()
125 if ( m_polarity != viewport->polarity() ) { in setProjection()
126 m_polarity = viewport->polarity(); in setProjection()
140 (m_polarity == +1) ? tr("N") : in paintContent()
141 (m_polarity == -1) ? tr("S") : in paintContent()
H A DCompassFloatItem.h88 int m_polarity; variable
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h835 return (hh->m_polarity); in http_hdr_type_get()
952 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST); in method_get()
961 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST); in method_get_wksidx()
973 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST); in method_set()
986 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST); in url_create()
1000 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST); in url_get()
1022 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST); in url_get()
1036 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST); in url_set()
1049 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST); in url_set_as_server_url()
1064 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST); in url_set()
[all …]
H A DHTTP.cc285 hh->m_polarity = polarity; in http_hdr_init()
308 d_polarity = d_hh->m_polarity; in http_hdr_copy_onto()
406 ink_assert((hdr->m_polarity == HTTP_TYPE_REQUEST) || (hdr->m_polarity == HTTP_TYPE_RESPONSE)); in http_hdr_print()
622 hh->m_polarity = type; in http_hdr_type_set()
900 hh->m_polarity = HTTP_TYPE_REQUEST; in http_parser_parse_req()
1258 hh->m_polarity = HTTP_TYPE_RESPONSE; in http_parser_parse_resp()
1860 if (m_polarity == HTTP_TYPE_REQUEST) { in marshal()
1877 if (m_polarity == HTTP_TYPE_REQUEST) { in unmarshal()
1892 if (m_polarity == HTTP_TYPE_REQUEST) { in move_strings()
1906 if (m_polarity == HTTP_TYPE_REQUEST) { in strings_length()
[all …]
H A DHdrTSOnly.cc57 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST); in parse_req()
98 ink_assert(m_http->m_polarity == HTTP_TYPE_RESPONSE); in parse_resp()
H A Dload_http_hdr.cc96 if (hhdr->m_polarity == HTTP_TYPE_REQUEST) { in process_http_hdr_impl()
101 } else if (hhdr->m_polarity == HTTP_TYPE_RESPONSE) { in process_http_hdr_impl()
/dports/emulators/mess/mame-mame0226/src/lib/netlist/analog/
H A Dnld_mosfet.cpp201 , m_polarity(qtype() == FET_NMOS ? nlconst::one() : -nlconst::one())
220 m_polarity = (qtype() == FET_NMOS ? nlconst::one() : -nlconst::one());
370 nl_fptype m_polarity;
388 const nl_fptype I = cap.Ieq(capval, V) * m_polarity;
398 nl_fptype Vctrl = Vgs - Vth * m_polarity;
450 nl_fptype Vgd = -m_DG.deltaV() * m_polarity; // Gate - Drain
451 nl_fptype Vgs = -m_SG.deltaV() * m_polarity; // Gate - Source
481 const nl_fptype Vth = m_vto * m_polarity + m_gamma * (phi_m_Vbulk - plib::sqrt(m_phi));
549 nl_fptype ID = (+IeqBD - IeqDS) * m_polarity;
550 nl_fptype IS = (+IeqBS + IeqDS) * m_polarity;
[all …]
/dports/emulators/mame/mame-mame0226/src/lib/netlist/analog/
H A Dnld_mosfet.cpp201 , m_polarity(qtype() == FET_NMOS ? nlconst::one() : -nlconst::one())
220 m_polarity = (qtype() == FET_NMOS ? nlconst::one() : -nlconst::one());
370 nl_fptype m_polarity;
388 const nl_fptype I = cap.Ieq(capval, V) * m_polarity;
398 nl_fptype Vctrl = Vgs - Vth * m_polarity;
450 nl_fptype Vgd = -m_DG.deltaV() * m_polarity; // Gate - Drain
451 nl_fptype Vgs = -m_SG.deltaV() * m_polarity; // Gate - Source
481 const nl_fptype Vth = m_vto * m_polarity + m_gamma * (phi_m_Vbulk - plib::sqrt(m_phi));
549 nl_fptype ID = (+IeqBD - IeqDS) * m_polarity;
550 nl_fptype IS = (+IeqBS + IeqDS) * m_polarity;
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/hmcs40/
H A Dhmcs40.cpp106 , m_polarity(polarity) in hmcs40_cpu_device()
217 m_read_r.resolve_all_safe(m_polarity & 0xf); in device_start()
219 m_read_d.resolve_safe(m_polarity); in device_start()
318 m_d = m_polarity; in device_reset()
320 hmcs40_cpu_device::write_d(i, m_polarity); in device_reset()
323 hmcs40_cpu_device::write_r(i, m_polarity & 0xf); in device_reset()
337 if (m_polarity) in read_r()
355 if (m_polarity) in read_d()
H A Dhmcs40.h144 u16 m_polarity; // i/o polarity (pmos vs cmos) variable
/dports/emulators/mame/mame-mame0226/src/devices/cpu/hmcs40/
H A Dhmcs40.cpp106 , m_polarity(polarity) in hmcs40_cpu_device()
217 m_read_r.resolve_all_safe(m_polarity & 0xf); in device_start()
219 m_read_d.resolve_safe(m_polarity); in device_start()
318 m_d = m_polarity; in device_reset()
320 hmcs40_cpu_device::write_d(i, m_polarity); in device_reset()
323 hmcs40_cpu_device::write_r(i, m_polarity & 0xf); in device_reset()
337 if (m_polarity) in read_r()
355 if (m_polarity) in read_d()
H A Dhmcs40.h144 u16 m_polarity; // i/o polarity (pmos vs cmos) variable
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/
H A DLFOPlugin.cpp97 if(m_polarity) in Process()
131 case kPolarity: return m_polarity ? 1.0f : 0.0f; in GetParameter()
158 case kPolarity: m_polarity = (value >= 0.5f); break; in SetParameter()
322 chunk.polarity = m_polarity ? 1 : 0; in GetChunk()
351 m_polarity = data.polarity != 0; in SetChunk()
408 return m_polarity ? _T("Inverted") : _T("Normal"); in GetParamDisplay()
H A DLFOPlugin.h58 …bool m_tempoSync = false, m_polarity = false, m_bypassed = false, m_outputToCC = false, m_oneshot … variable
/dports/astro/marble/marble-21.12.3/src/plugins/templates/floatitem/
H A DFITemplateFloatItem.h94 int m_polarity; variable
H A DFITemplateFloatItem.cpp29 m_polarity( 0 ) in FITemplateFloatItem()
/dports/cad/verilator/verilator-4.216/src/
H A DV3Const.cpp122 bool m_polarity = true; member
144 bool m_polarity; member
148 , m_polarity{pol}
158 const bool m_polarity; member in ConstBitOpTreeVisitor::Restorer
167 , m_polarity{visitor.m_polarity}
182 m_visitor.m_polarity = m_polarity; in restoreNow()
335 bool m_polarity = true; // Flip when AstNot comes member in ConstBitOpTreeVisitor
434 m_polarity = !m_polarity; in visit()
437 if (!isXorTree()) m_polarity = !m_polarity; in visit()
451 m_leafp->m_polarity = m_polarity; in visit()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_cache_tool/
H A DCacheScan.cc83 if (obj->m_polarity == HTTP_TYPE_REQUEST) { in unmarshal()
86 } else if (obj->m_polarity == HTTP_TYPE_RESPONSE) { in unmarshal()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/lp/
H A Dlp_bound_propagator.h106 int m_polarity; member
109 pol_vert(int p, const vertex* v): m_polarity(p), m_v(v) {} in pol_vert()
110 int pol() const { return m_polarity; } in pol()
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Danalog.cpp279 m_line->polarityControl() && state != m_polarity)) in polarityControl()
281 m_polarity = state; in polarityControl()
282 m_line->setCircuitParam("polarity",String::boolText(m_polarity)); in polarityControl()
300 bool m_polarity; // The last value we've set for the line polarity member in __anon35e256160111::AnalogChannel
1329 m_polarity(false), in AnalogChannel()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc3891 TSHttpHdrTypeSet(dest_bufp, dest_obj, (TSHttpType)(s_hh->m_polarity)); in TSHttpHdrCopy()
4028 if (h.m_http->m_polarity == HTTP_TYPE_UNKNOWN) { in TSHttpHdrTypeSet()
4031 h.m_http->m_polarity = (HTTPType)type; in TSHttpHdrTypeSet()
4033 h.m_http->m_polarity = (HTTPType)type; in TSHttpHdrTypeSet()
4136 if (hh->m_polarity != HTTP_TYPE_REQUEST) { in TSHttpHdrUrlGet()
5231 if (hdr_handle->m_polarity != HTTP_TYPE_REQUEST) { in TSHttpHdrEffectiveUrlBufGet()