Home
last modified time | relevance | path

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

/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/spiro/curves/
H A Doffset.py6 from clothoid import mod_2pi
14 return [pcorn.Segment(z0, z1, mod_2pi(chth - th0), mod_2pi(th1 - chth))]
H A Dpolymat.py71 def mod_2pi(th): function
91 ks = poly3.solve_3spiro(mod_2pi(chord_th - th0),
92 mod_2pi(th1 - chord_th),
146 ks = poly3.solve_3spiro(mod_2pi(chord_th - th0),
147 mod_2pi(th1 - chord_th),
187 ks = poly3.solve_3spiro(mod_2pi(chord_th - th0),
188 mod_2pi(th1 - chord_th),
269 ks = poly3.solve_3spiro(mod_2pi(chord_th - th0),
270 mod_2pi(th1 - chord_th),
321 bend_angle = mod_2pi(atan2(y2 - y1, x2 - x1) - atan2(y1 - y0, x1 - x0))
H A Dclothoid.py4 def mod_2pi(th): function
21 return mod_2pi(t1 * t1 - chord_th) - mod_2pi(chord_th - t0 * t0)
H A Dfromcubic.py70 dscore = ds * (tocubic.mod_2pi(atan2(dy, dx) - seg.th(s)) ** 2)
90 th0 = tocubic.mod_2pi(chth - atan2(dy1, dx1))
91 th1 = tocubic.mod_2pi(atan2(dy2, dx2) - chth)
H A Dtocubic.py123 def mod_2pi(th): function
136 score += ds * (mod_2pi(atan2(dy, dx) - th_fn(s)) ** 2)
145 dscore = ds * (mod_2pi(atan2(dy, dx) - th_fn(s)) ** 2)
H A Dpcorn.py154 th = clothoid.mod_2pi(pseg.chth + pseg.th1 - (seg.chth - seg.th0))
H A Dbigmat.py77 def mod_2pi(th): function
101 th = mod_2pi(s1.th - s0.th)
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-analog/lib/
H A Dpll_freqdet_cf_impl.cc52 float pll_freqdet_cf_impl::mod_2pi(float in) in mod_2pi() function in gr::analog::pll_freqdet_cf_impl
66 return mod_2pi(sample_phase - ref_phase); in phase_detector()
H A Dpll_refout_cc_impl.cc52 float pll_refout_cc_impl::mod_2pi(float in) in mod_2pi() function in gr::analog::pll_refout_cc_impl
66 return mod_2pi(sample_phase - ref_phase); in phase_detector()
H A Dpll_carriertracking_cc_impl.cc59 float pll_carriertracking_cc_impl::mod_2pi(float in) in mod_2pi() function in gr::analog::pll_carriertracking_cc_impl
74 return mod_2pi(sample_phase - ref_phase); in phase_detector()
H A Dpll_refout_cc_impl.h34 float mod_2pi(float in);
H A Dpll_freqdet_cf_impl.h40 float mod_2pi(float in);
H A Dpll_carriertracking_cc_impl.h37 float mod_2pi(float in);
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/spiro/ppedit/
H A Dcornu.c245 double mod_2pi(double th) { in mod_2pi() function
281 if (mod_2pi(chord_th - t0 * t0 - th0) < 0) in fit_cornu_half()
437 double th0 = mod_2pi(ths[i] - th); in cornu_to_bpath()
438 double th1 = mod_2pi(th - ths[ip1]); in cornu_to_bpath()
553 th0 = mod_2pi(ths[i] - th); in tweak_ths()
554 th1 = mod_2pi(th - ths[ip1]); in tweak_ths()
H A Dspiro.c482 mod_2pi(double th) in mod_2pi() function
521 r[i].bend_th = mod_2pi(r[i].seg_th - r[ilast].seg_th); in setup_path()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/math/generic/
H A Ddp_trig.h14 double mod_2pi(double);
H A Ddp_trig.cpp82 double mod_2pi(double x) { in mod_2pi() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/math/
H A Dmod_k_pi_test.cpp28 ASSERT_MPFR_MATCH(mpfr::Operation::Mod2PI, x, __llvm_libc::mod_2pi(x), 0); in TEST()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dspiro.cpp498 mod_2pi(double th) in mod_2pi() function
537 r[i].bend_th = mod_2pi(r[i].seg_th - r[ilast].seg_th); in setup_path()
751 v[jthl] = mod_2pi(v[jthl]); in spiro_iter()
753 v[jthr] = mod_2pi(v[jthr]); in spiro_iter()
795 s[i].ks[0] = 2.0*mod_2pi(s[i].ks[0]/2.0); in spiro_iter()
/dports/graphics/libspiro/libspiro-20200505/
H A Dspiro.c504 mod_2pi(double th) in mod_2pi() function
630 r[i].bend_th = mod_2pi(r[i].seg_th - r[ilast].seg_th); in setup_path0()
879 v[jthl] = mod_2pi(v[jthl]); in spiro_iter()
881 v[jthr] = mod_2pi(v[jthr]); in spiro_iter()
927 s[i].ks[0] = 2.0 * mod_2pi(s[i].ks[0]/2.0); in spiro_iter()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp205 MPFRNumber mod_2pi() const { in mod_2pi() function in __llvm_libc::testing::mpfr::MPFRNumber
373 return mpfrInput.mod_2pi(); in unaryOperation()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/
H A Dutils3d.py109 def mod_2pi(radians): function
/dports/graphics/libspiro/libspiro-20200505/java/
H A DSpiro.java224 mod_2pi(double th) { in mod_2pi() method in Spiro
260 r[i].bend_th = mod_2pi(r[i].seg_th - r[ilast].seg_th); in setup_path()