Home
last modified time | relevance | path

Searched refs:get_phase (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/www/nginx-full/lua-nginx-module-0.10.19/t/
H A D089-phase.t19 === TEST 1: get_phase in init_by_lua
21 init_by_lua 'phase = ngx.get_phase()';
35 === TEST 2: get_phase in set_by_lua
50 === TEST 3: get_phase in rewrite_by_lua
54 ngx.say(ngx.get_phase())
65 === TEST 4: get_phase in access_by_lua
69 ngx.say(ngx.get_phase())
80 === TEST 5: get_phase in content_by_lua
84 ngx.say(ngx.get_phase())
126 === TEST 8: get_phase in log_by_lua
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-analog/lib/
H A Dsig_source_impl.cc193 if (d_nco.get_phase() < 0) in work()
204 double t = d_ampl * d_nco.get_phase() / GR_M_PI; in work()
205 if (d_nco.get_phase() < 0) in work()
261 if (d_nco.get_phase() < -1 * GR_M_PI / 2) in work()
263 else if (d_nco.get_phase() < 0) in work()
265 else if (d_nco.get_phase() < GR_M_PI / 2) in work()
279 if (d_nco.get_phase() < -1 * GR_M_PI / 2) { in work()
284 } else if (d_nco.get_phase() < 0) { in work()
288 } else if (d_nco.get_phase() < GR_M_PI / 2) { in work()
307 if (d_nco.get_phase() < -1 * GR_M_PI / 2) { in work()
[all …]
H A Dpll_freqdet_cf_impl.cc148 float pll_freqdet_cf_impl::get_phase() const { return blocks::control_loop::get_phase(); } in get_phase() function in gr::analog::pll_freqdet_cf_impl
H A Dpll_refout_cc_impl.cc150 float pll_refout_cc_impl::get_phase() const { return blocks::control_loop::get_phase(); } in get_phase() function in gr::analog::pll_refout_cc_impl
H A Dpll_carriertracking_cc_impl.cc187 float pll_carriertracking_cc_impl::get_phase() const in get_phase() function in gr::analog::pll_carriertracking_cc_impl
189 return blocks::control_loop::get_phase(); in get_phase()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/math/
H A Dqa_fxpt_vco.cc65 BOOST_CHECK(std::abs(ref_vco.get_phase() - new_vco.get_phase()) <= in BOOST_AUTO_TEST_CASE()
69 max_d(max_phase_error, ref_vco.get_phase() - new_vco.get_phase()); in BOOST_AUTO_TEST_CASE()
95 BOOST_CHECK(std::abs(ref_vco.get_phase() - new_vco.get_phase()) <= SIN_COS_TOLERANCE); in BOOST_AUTO_TEST_CASE()
124 BOOST_CHECK(std::abs(ref_vco.get_phase() - new_vco.get_phase()) <= SIN_COS_TOLERANCE); in BOOST_AUTO_TEST_CASE()
H A Dqa_fxpt_nco.cc73 BOOST_CHECK(std::abs(ref_nco.get_phase() - new_nco.get_phase()) <= in BOOST_AUTO_TEST_CASE()
77 max_d(max_phase_error, ref_nco.get_phase() - new_nco.get_phase()); in BOOST_AUTO_TEST_CASE()
108 BOOST_CHECK(std::abs(ref_nco.get_phase() - new_nco.get_phase()) <= SIN_COS_TOLERANCE); in BOOST_AUTO_TEST_CASE()
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/src/lib/
H A DDomainDelete.cpp37 if (launch.get_phase().get_phase() == LaunchPhase::NONE) { in fill_launch_output()
46 LaunchPhase phase = launch.get_phase(); in fill_launch_output()
51 output += ">" + LaunchPhase::toStr(phase.get_phase()) + "</launch:phase>" in fill_launch_output()
H A DDomainCheck.cpp43 if (launch.get_phase().get_phase() == LaunchPhase::NONE) { in fill_launch_output()
58 LaunchPhase phase = launch.get_phase(); in fill_launch_output()
63 output += ">" + LaunchPhase::toStr(phase.get_phase()) + "</launch:phase>" in fill_launch_output()
H A DDomainInfo.cpp39 if (launch.get_phase().get_phase() == LaunchPhase::NONE) { in fill_launch_output()
51 LaunchPhase phase = launch.get_phase(); in fill_launch_output()
56 output += ">" + LaunchPhase::toStr(phase.get_phase()) + "</launch:phase>"; in fill_launch_output()
H A DDomainUpdate.cpp39 if (launch.get_phase().get_phase() == LaunchPhase::NONE) { in fill_launch_output()
48 LaunchPhase phase = launch.get_phase(); in fill_launch_output()
53 output += ">" + LaunchPhase::toStr(phase.get_phase()) + "</launch:phase>" in fill_launch_output()
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/unit_test/
H A DDomainInfoTest.cpp467 domain_info_rsp->get_launch().get_phase().get_phase() != LaunchPhase::NONE) { in response_test()
523 if (domain_info_rsp->get_launch().get_phase().get_phase() != LaunchPhase::NONE) { in response_test()
528 "<launch:phase>" + LaunchPhase::toStr(launch.get_phase().get_phase()) + in response_test()
602 domain_info_rsp->get_launch().get_phase().get_phase() != LaunchPhase::NONE) { in response_test()
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/include/
H A DDomainDeleteCmd.H87 return _launch.get_phase().get_phase() != LaunchPhase::NONE; in has_launch_extension()
H A DDomainCheckCmd.H89 return _launch.get_phase().get_phase() != LaunchPhase::NONE; in has_launch_extension()
H A DDomainInfoCmd.H121 return _launch.get_phase().get_phase() != LaunchPhase::NONE; in has_launch_extension()
H A DDomainCreateCmd.H257 return _launch.get_phase().get_phase() != LaunchPhase::NONE; in has_launch_extension()
/dports/www/lua-resty-core/lua-resty-core-0.1.22/t/
H A Dphase.t14 === TEST 1: get_phase
20 phase = ngx.get_phase()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DSine.h89 return get_amplitude()*sin(get_omega()*x[0] + get_phase()) in calcValue()
97 sin(get_omega()*x[0] + get_phase() + n*SimTK::Pi/2); in calcDerivative()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/meson/
H A Dclk-phase.c61 .get_phase = meson_clk_phase_get_phase,
123 .get_phase = meson_clk_triphase_get_phase,
178 .get_phase = meson_sclk_ws_inv_get_phase,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/meson/
H A Dclk-phase.c61 .get_phase = meson_clk_phase_get_phase,
123 .get_phase = meson_clk_triphase_get_phase,
178 .get_phase = meson_sclk_ws_inv_get_phase,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/meson/
H A Dclk-phase.c61 .get_phase = meson_clk_phase_get_phase,
123 .get_phase = meson_clk_triphase_get_phase,
178 .get_phase = meson_sclk_ws_inv_get_phase,
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/tools/
H A Dk2gamma.py56 def get_phase(cell, kpts, kmesh=None):
109 scell, phase = get_phase(cell, kpts, kmesh)
195 scell, phase = get_phase(cell, kpts)
237 scell, phase = get_phase(cell, kpts)
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/agents/baseline_controller/
H A Dminitaur_raibert_controller.py211 phase = raibert_controller.get_phase()
271 phase = raibert_controller.get_phase()
379 def get_phase(self): member in MinitaurRaibertController
421 phase = self.get_phase()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_synth.cpp200 float get_phase() const;
250 float phase = get_phase(); in update_labels()
264 float phase = get_phase(); in generate()
278 float Group::get_phase() const in get_phase() function in Group
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs/
H A Dminitaur_raibert_controller.py199 phase = raibiert_controller.get_phase()
243 phase = raibiert_controller.get_phase()
339 def get_phase(self): member in MinitaurRaibertTrottingController
374 phase = self.get_phase()

12345678910>>...12