Home
last modified time | relevance | path

Searched refs:M_TWOPI (Results 1 – 25 of 65) sorted by relevance

123

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Dcontrol_loop.cc34 #define M_TWOPI (2.0f * GR_M_PI) macro
63 while (d_phase > M_TWOPI) in phase_wrap()
64 d_phase -= M_TWOPI; in phase_wrap()
65 while (d_phase < -M_TWOPI) in phase_wrap()
66 d_phase += M_TWOPI; in phase_wrap()
130 while (d_phase > M_TWOPI) in set_phase()
131 d_phase -= M_TWOPI; in set_phase()
132 while (d_phase < -M_TWOPI) in set_phase()
133 d_phase += M_TWOPI; in set_phase()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dfll_band_edge_cc_impl.cc35 #define M_TWOPI (2 * M_PI) macro
64 bandwidth, M_TWOPI * (2.0 / samps_per_sym), -M_TWOPI * (2.0 / samps_per_sym)), in fll_band_edge_cc_impl()
106 set_max_freq(M_TWOPI * (2.0 / sps)); in set_samples_per_symbol()
107 set_min_freq(-M_TWOPI * (2.0 / sps)); in set_samples_per_symbol()
172 gr_complex t1 = tap * gr_expj(-M_TWOPI * (1 + rolloff) * k); in design_filter()
173 gr_complex t2 = tap * gr_expj(M_TWOPI * (1 + rolloff) * k); in design_filter()
/dports/misc/visp/visp-3.4.0/3rdparty/apriltag/common/
H A Dmath_util.h41 #ifndef M_TWOPI
42 # define M_TWOPI 6.2831853071795862319959 /* 2*pi */ macro
118 return vin - M_TWOPI * floor(vin / M_TWOPI); in mod2pi_positive()
152 int v = (int) (theta / M_TWOPI * max); in theta_to_int()
/dports/graphics/proj/proj-7.2.1/src/
H A Dadjlon.cpp16 lon -= M_TWOPI * floor(lon / M_TWOPI); in adjlon()
/dports/finance/quantlib/QuantLib-1.20/ql/
H A Dmathconstants.hpp57 #ifndef M_TWOPI
58 #define M_TWOPI (M_PI * 2.0) macro
/dports/graphics/Coin/coin-Coin-4.0.0/build/Xcode/include/Inventor/C/
H A Dbasic.h105 #ifndef M_TWOPI
106 #define M_TWOPI (M_PI * 2.0) macro
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc10/include/Inventor/C/
H A Dbasic.h126 #ifndef M_TWOPI
127 #define M_TWOPI (M_PI * 2.0) macro
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc7/include/Inventor/C/
H A Dbasic.h126 #ifndef M_TWOPI
127 #define M_TWOPI (M_PI * 2.0) macro
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc6/include/Inventor/C/
H A Dbasic.h125 #ifndef M_TWOPI
126 #define M_TWOPI (M_PI * 2.0) macro
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc9/include/Inventor/C/
H A Dbasic.h126 #ifndef M_TWOPI
127 #define M_TWOPI (M_PI * 2.0) macro
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc8/include/Inventor/C/
H A Dbasic.h126 #ifndef M_TWOPI
127 #define M_TWOPI (M_PI * 2.0) macro
/dports/games/qudos/QuDos-0.40.1-src/src/qcommon/
H A Dqfiles.h174 #ifndef M_TWOPI
175 #define M_TWOPI 6.28318530717958647692 macro
/dports/devel/z88dk/z88dk/include/
H A Dmath.h19 #define M_TWOPI 6.2831853 macro
/dports/finance/quantlib/QuantLib-1.20/ql/math/distributions/
H A Dbivariatestudenttdistribution.cpp65 Real res = arctan(std::sqrt(unCor), -rho) / M_TWOPI; in P_n()
120 (hk - n) * hkcn - n * (h + k) * sqrtExpr ) / M_TWOPI; in P_n()
/dports/finance/quantlib/QuantLib-1.20/ql/methods/finitedifferences/utilities/
H A Dhestonrndcalculator.cpp129 0.0, 1.0)/M_TWOPI; in pdf()
139 0.0, 1.0)/M_TWOPI + 0.5; in cdf()
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dlsat.cpp175 P->lam0 = DEG_TO_RAD * 128.87 - M_TWOPI / 251. * path; in PROJECTION()
179 P->lam0 = DEG_TO_RAD * 129.3 - M_TWOPI / 233. * path; in PROJECTION()
197 Q->rlm2 = Q->rlm + M_TWOPI; in PROJECTION()
H A Dqsc.cpp114 slon += M_TWOPI; in qsc_shift_lon_origin()
116 slon -= M_TWOPI; in qsc_shift_lon_origin()
H A Dmisrsom.cpp190 P->lam0 = DEG_TO_RAD * 129.3056 - M_TWOPI / 233. * path; in PROJECTION()
207 Q->rlm2 = Q->rlm + M_TWOPI; in PROJECTION()
H A Domerc.cpp213 lam2 -= M_TWOPI; in PROJECTION()
215 lam2 += M_TWOPI; in PROJECTION()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_lsat.c171 P->lam0 = DEG_TO_RAD * 128.87 - M_TWOPI / 251. * path; in PROJECTION()
175 P->lam0 = DEG_TO_RAD * 129.3 - M_TWOPI / 233. * path; in PROJECTION()
193 Q->rlm2 = Q->rlm + M_TWOPI; in PROJECTION()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_lsat.c171 P->lam0 = DEG_TO_RAD * 128.87 - M_TWOPI / 251. * path; in PROJECTION()
175 P->lam0 = DEG_TO_RAD * 129.3 - M_TWOPI / 233. * path; in PROJECTION()
193 Q->rlm2 = Q->rlm + M_TWOPI; in PROJECTION()
H A DPJ_misrsom.c186 P->lam0 = DEG_TO_RAD * 129.3056 - M_TWOPI / 233. * path; in PROJECTION()
203 Q->rlm2 = Q->rlm + M_TWOPI; in PROJECTION()
H A DPJ_omerc.c208 lam2 -= M_TWOPI; in PROJECTION()
210 lam2 += M_TWOPI; in PROJECTION()
/dports/graphics/proj/proj-7.2.1/src/apps/
H A Dgeod.cpp94 if (al12 < 0.) al12 += M_TWOPI; in process()
95 if (al21 < 0.) al21 += M_TWOPI; in process()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/finitedifferences/
H A Dfdmhestongreensfct.cpp90 retVal = 1.0/(M_TWOPI*sd_x*sd_v*std::sqrt(1-rho*rho)) in get()

123