Home
last modified time | relevance | path

Searched refs:min_hz (Results 1 – 8 of 8) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DIso_cuboid_3.h74 Iso_cuboid_3(const RT& min_hx, const RT& min_hy, const RT& min_hz, in Iso_cuboid_3() argument
77 : Rep(typename R::Construct_iso_cuboid_3()(Return_base_tag(), min_hx, min_hy, min_hz, in Iso_cuboid_3()
80 Iso_cuboid_3(const RT& min_hx, const RT& min_hy, const RT& min_hz, in Iso_cuboid_3() argument
82 : Rep(typename R::Construct_iso_cuboid_3()(Return_base_tag(), min_hx, min_hy, min_hz, in Iso_cuboid_3()
/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A DIso_cuboidH3.h59 Iso_cuboidH3(const RT& min_hx, const RT& min_hy, const RT& min_hz,
63 Iso_cuboidH3(const RT& min_hx, const RT& min_hy, const RT& min_hz,
174 Iso_cuboidH3(const RT& min_hx, const RT& min_hy, const RT& min_hz, in Iso_cuboidH3() argument
176 : base(CGAL::make_array(Point_3(min_hx, min_hy, min_hz, RT(1)), in Iso_cuboidH3()
183 Iso_cuboidH3(const RT& min_hx, const RT& min_hy, const RT& min_hz, in Iso_cuboidH3() argument
186 : base(CGAL::make_array(Point_3(min_hx, min_hy, min_hz, hw), in Iso_cuboidH3()
/dports/audio/qaudiosonar/qaudiosonar-1.7.4/
H A Dqaudiosonar_wave.cpp172 const double min_hz = 8.0; in qas_wave_init() local
180 while ((qas_base_freq * pow(2.0, -num_low_octave)) > min_hz) in qas_wave_init()
/dports/math/cgal/CGAL-5.3/include/CGAL/Cartesian/
H A DIso_cuboid_3.h89 Iso_cuboidC3(const FT& min_hx, const FT& min_hy, const FT& min_hz, in Iso_cuboidC3() argument
94 base = Rep(CGAL::make_array(Construct_point_3()(min_hx, min_hy, min_hz), in Iso_cuboidC3()
97 base = Rep(CGAL::make_array(Construct_point_3()(min_hx/hw, min_hy/hw, min_hz/hw), in Iso_cuboidC3()
/dports/comms/gqrx/gqrx-2.15/src/qtgui/
H A Ddockrxopt.h98 void setRxFreqRange(qint64 min_hz, qint64 max_hz);
H A Ddockrxopt.cpp566 void DockRxOpt::setRxFreqRange(qint64 min_hz, qint64 max_hz) in setRxFreqRange() argument
569 ui->freqSpinBox->setRange(1.e-3 * (double)min_hz, 1.e-3 * (double)max_hz); in setRxFreqRange()
/dports/lang/ruby26/ruby-2.6.9/test/lib/test/unit/
H A Dassertions.rb762 min_hz = windows? ? 67 : 100
763 min_measurable = 1.0 / min_hz
/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel/
H A Dfunction_objects.h1665 operator()(Return_base_tag, const RT& min_hx, const RT& min_hy, const RT& min_hz, in operator()
1668 { return Rep(min_hx, min_hy, min_hz, max_hx, max_hy, max_hz, hw); } in operator()
1671 operator()(Return_base_tag, const RT& min_hx, const RT& min_hy, const RT& min_hz, in operator()
1673 { return Rep(min_hx, min_hy, min_hz, max_hx, max_hy, max_hz); } in operator()
1691 operator()(const RT& min_hx, const RT& min_hy, const RT& min_hz, in operator()
1694 …{ return this->operator()(Return_base_tag(), min_hx, min_hy, min_hz, max_hx, max_hy, max_hz, hw); } in operator()
1697 operator()(const RT& min_hx, const RT& min_hy, const RT& min_hz, in operator()
1699 { return this->operator()(Return_base_tag(), min_hx, min_hy, min_hz, max_hx, max_hy, max_hz); } in operator()