Home
last modified time | relevance | path

Searched refs:max_coeff (Results 1 – 25 of 105) sorted by relevance

12345

/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_vec/
H A Dheight_index.c28 slong max_mpz_limbs, i, max_i, max_coeff, mpz_limbs; in _fmpz_vec_height_index() local
30 max_coeff = 0; in _fmpz_vec_height_index()
40 if (c > max_coeff) in _fmpz_vec_height_index()
42 max_coeff = c; in _fmpz_vec_height_index()
/dports/math/e-antic/flint2-ae7ec89/fmpz_vec/
H A Dheight_index.c28 slong max_mpz_limbs, i, max_i, max_coeff, mpz_limbs; in _fmpz_vec_height_index() local
30 max_coeff = 0; in _fmpz_vec_height_index()
40 if (c > max_coeff) in _fmpz_vec_height_index()
42 max_coeff = c; in _fmpz_vec_height_index()
/dports/math/flint2/flint-2.8.4/fmpz_vec/
H A Dheight_index.c28 slong max_mpz_limbs, i, max_i, max_coeff, mpz_limbs; in _fmpz_vec_height_index() local
30 max_coeff = 0; in _fmpz_vec_height_index()
40 if (c > max_coeff) in _fmpz_vec_height_index()
42 max_coeff = c; in _fmpz_vec_height_index()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A DdB.h44 static inline double dB_coeff_step(double max_coeff) { in dB_coeff_step() argument
45 const double max_db = lrint(accurate_coefficient_to_dB(max_coeff)); in dB_coeff_step()
46 return 0.1 * (max_coeff / max_db); in dB_coeff_step()
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/triangulation/
H A DBoundaryTriangulation.cpp178 int max_coeff; in construct_interior_vector() local
179 for (max_coeff = 1; ; max_coeff++) { in construct_interior_vector()
180 cerr << "# Trying combinations with maximum coefficient " << max_coeff << endl; in construct_interior_vector()
182 max_comb[i] = 2 * max_coeff; in construct_interior_vector()
191 multi[j] = next[j] - max_coeff; in construct_interior_vector()
192 if (abs(multi[j]) == max_coeff) have_max = true; in construct_interior_vector()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264_cabac.c1568 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal() argument
1642 if( !is_dc && max_coeff == 64 ) { in decode_cabac_residual_internal()
1650 last= max_coeff; \ in decode_cabac_residual_internal()
1655 if( last == max_coeff -1 ) {\ in decode_cabac_residual_internal()
1675 DECODE_SIGNIFICANCE(max_coeff - 1, last, last); in decode_cabac_residual_internal()
1688 if( max_coeff == 64 ) in decode_cabac_residual_internal()
1756 int max_coeff) in decode_cabac_residual_dc_internal() argument
1796 int max_coeff) in decode_cabac_residual_dc() argument
1809 int max_coeff) in decode_cabac_residual_dc_422() argument
1824 int max_coeff) in decode_cabac_residual_nondc() argument
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh264_cabac.c1568 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal() argument
1642 if( !is_dc && max_coeff == 64 ) { in decode_cabac_residual_internal()
1650 last= max_coeff; \ in decode_cabac_residual_internal()
1655 if( last == max_coeff -1 ) {\ in decode_cabac_residual_internal()
1675 DECODE_SIGNIFICANCE(max_coeff - 1, last, last); in decode_cabac_residual_internal()
1688 if( max_coeff == 64 ) in decode_cabac_residual_internal()
1756 int max_coeff) in decode_cabac_residual_dc_internal() argument
1796 int max_coeff) in decode_cabac_residual_dc() argument
1809 int max_coeff) in decode_cabac_residual_dc_422() argument
1824 int max_coeff) in decode_cabac_residual_nondc() argument
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_cabac.c1585 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal() argument
1659 if( !is_dc && max_coeff == 64 ) { in decode_cabac_residual_internal()
1667 last= max_coeff; \ in decode_cabac_residual_internal()
1672 if( last == max_coeff -1 ) {\ in decode_cabac_residual_internal()
1692 DECODE_SIGNIFICANCE(max_coeff - 1, last, last); in decode_cabac_residual_internal()
1705 if( max_coeff == 64 ) in decode_cabac_residual_internal()
1774 int max_coeff) in decode_cabac_residual_dc_internal() argument
1817 int max_coeff) in decode_cabac_residual_dc() argument
1831 int max_coeff) in decode_cabac_residual_dc_422() argument
1847 int max_coeff) in decode_cabac_residual_nondc() argument
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_cabac.c1585 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal() argument
1659 if( !is_dc && max_coeff == 64 ) { in decode_cabac_residual_internal()
1667 last= max_coeff; \ in decode_cabac_residual_internal()
1672 if( last == max_coeff -1 ) {\ in decode_cabac_residual_internal()
1692 DECODE_SIGNIFICANCE(max_coeff - 1, last, last); in decode_cabac_residual_internal()
1705 if( max_coeff == 64 ) in decode_cabac_residual_internal()
1774 int max_coeff) in decode_cabac_residual_dc_internal() argument
1817 int max_coeff) in decode_cabac_residual_dc() argument
1831 int max_coeff) in decode_cabac_residual_dc_422() argument
1847 int max_coeff) in decode_cabac_residual_nondc() argument
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_cabac.c1586 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal() argument
1660 if( !is_dc && max_coeff == 64 ) { in decode_cabac_residual_internal()
1668 last= max_coeff; \ in decode_cabac_residual_internal()
1673 if( last == max_coeff -1 ) {\ in decode_cabac_residual_internal()
1693 DECODE_SIGNIFICANCE(max_coeff - 1, last, last); in decode_cabac_residual_internal()
1706 if( max_coeff == 64 ) in decode_cabac_residual_internal()
1775 int max_coeff) in decode_cabac_residual_dc_internal() argument
1818 int max_coeff) in decode_cabac_residual_dc() argument
1832 int max_coeff) in decode_cabac_residual_dc_422() argument
1848 int max_coeff) in decode_cabac_residual_nondc() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_cabac.c1585 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal() argument
1659 if( !is_dc && max_coeff == 64 ) { in decode_cabac_residual_internal()
1667 last= max_coeff; \ in decode_cabac_residual_internal()
1672 if( last == max_coeff -1 ) {\ in decode_cabac_residual_internal()
1692 DECODE_SIGNIFICANCE(max_coeff - 1, last, last); in decode_cabac_residual_internal()
1705 if( max_coeff == 64 ) in decode_cabac_residual_internal()
1774 int max_coeff) in decode_cabac_residual_dc_internal() argument
1817 int max_coeff) in decode_cabac_residual_dc() argument
1831 int max_coeff) in decode_cabac_residual_dc_422() argument
1847 int max_coeff) in decode_cabac_residual_nondc() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_cabac.c1584 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal() argument
1658 if( !is_dc && max_coeff == 64 ) { in decode_cabac_residual_internal()
1666 last= max_coeff; \ in decode_cabac_residual_internal()
1671 if( last == max_coeff -1 ) {\ in decode_cabac_residual_internal()
1691 DECODE_SIGNIFICANCE(max_coeff - 1, last, last); in decode_cabac_residual_internal()
1704 if( max_coeff == 64 ) in decode_cabac_residual_internal()
1773 int max_coeff) in decode_cabac_residual_dc_internal() argument
1816 int max_coeff) in decode_cabac_residual_dc() argument
1830 int max_coeff) in decode_cabac_residual_dc_422() argument
1846 int max_coeff) in decode_cabac_residual_nondc() argument
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/segmentation/include/pcl/segmentation/impl/
H A Dapproximate_progressive_morphological_filter.hpp211 float max_coeff = -std::numeric_limits<float>::max (); in extract() local
219 if (Z (j, k) > max_coeff) in extract()
220 max_coeff = Z (j, k); in extract()
225 if (max_coeff != -std::numeric_limits<float>::max ()) in extract()
226 Zf (row, col) = max_coeff; in extract()
/dports/math/GiNaC/ginac-1.8.2/ginac/polynomial/
H A Dmod_gcd.cpp127 std::min(max_coeff(A), max_coeff(B)); in mod_gcd()
133 ring_t p = isqrt(std::min(max_coeff(A), max_coeff(B))); in mod_gcd()
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A Dchebyshev_transform.hpp151 Real max_coeff = 0; in chebyshev_transform() local
154 if (detail::fftw_cos_transform<Real>::fabs(coeff) > max_coeff) in chebyshev_transform()
156 max_coeff = detail::fftw_cos_transform<Real>::fabs(coeff); in chebyshev_transform()
160 while (abs(m_coeffs[j])/max_coeff < tol) in chebyshev_transform()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/
H A Dchebyshev_transform.hpp151 Real max_coeff = 0; in chebyshev_transform() local
154 if (detail::fftw_cos_transform<Real>::fabs(coeff) > max_coeff) in chebyshev_transform()
156 max_coeff = detail::fftw_cos_transform<Real>::fabs(coeff); in chebyshev_transform()
160 while (abs(m_coeffs[j])/max_coeff < tol) in chebyshev_transform()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/
H A Dchebyshev_transform.hpp151 Real max_coeff = 0; in chebyshev_transform() local
154 if (detail::fftw_cos_transform<Real>::fabs(coeff) > max_coeff) in chebyshev_transform()
156 max_coeff = detail::fftw_cos_transform<Real>::fabs(coeff); in chebyshev_transform()
160 while (abs(m_coeffs[j])/max_coeff < tol) in chebyshev_transform()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A Dchebyshev_transform.hpp151 Real max_coeff = 0; in chebyshev_transform() local
154 if (detail::fftw_cos_transform<Real>::fabs(coeff) > max_coeff) in chebyshev_transform()
156 max_coeff = detail::fftw_cos_transform<Real>::fabs(coeff); in chebyshev_transform()
160 while (abs(m_coeffs[j])/max_coeff < tol) in chebyshev_transform()
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A Dchebyshev_transform.hpp151 Real max_coeff = 0; in chebyshev_transform() local
154 if (detail::fftw_cos_transform<Real>::fabs(coeff) > max_coeff) in chebyshev_transform()
156 max_coeff = detail::fftw_cos_transform<Real>::fabs(coeff); in chebyshev_transform()
160 while (abs(m_coeffs[j])/max_coeff < tol) in chebyshev_transform()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/
H A Dchebyshev_transform.hpp151 Real max_coeff = 0; in chebyshev_transform() local
154 if (detail::fftw_cos_transform<Real>::fabs(coeff) > max_coeff) in chebyshev_transform()
156 max_coeff = detail::fftw_cos_transform<Real>::fabs(coeff); in chebyshev_transform()
160 while (abs(m_coeffs[j])/max_coeff < tol) in chebyshev_transform()
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/
H A Dchebyshev_transform.hpp151 Real max_coeff = 0; in chebyshev_transform() local
154 if (detail::fftw_cos_transform<Real>::fabs(coeff) > max_coeff) in chebyshev_transform()
156 max_coeff = detail::fftw_cos_transform<Real>::fabs(coeff); in chebyshev_transform()
160 while (abs(m_coeffs[j])/max_coeff < tol) in chebyshev_transform()
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/
H A Dchebyshev_transform.hpp151 Real max_coeff = 0; in chebyshev_transform() local
154 if (detail::fftw_cos_transform<Real>::fabs(coeff) > max_coeff) in chebyshev_transform()
156 max_coeff = detail::fftw_cos_transform<Real>::fabs(coeff); in chebyshev_transform()
160 while (abs(m_coeffs[j])/max_coeff < tol) in chebyshev_transform()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/math/special_functions/
H A Dchebyshev_transform.hpp151 Real max_coeff = 0; in chebyshev_transform() local
154 if (detail::fftw_cos_transform<Real>::fabs(coeff) > max_coeff) in chebyshev_transform()
156 max_coeff = detail::fftw_cos_transform<Real>::fabs(coeff); in chebyshev_transform()
160 while (abs(m_coeffs[j])/max_coeff < tol) in chebyshev_transform()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/i386/
H A Dh264_i386.h40 static int decode_significance_x86(CABACContext *c, int max_coeff, in decode_significance_x86() argument
43 void *end= significant_coeff_ctx_base + max_coeff - 1; in decode_significance_x86()
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/unisolve/
H A Dmain.c462 rdpe_t min_coeff, max_coeff, tmp; in mps_check_data() local
499 rdpe_set (max_coeff, p->dap[0]); in mps_check_data()
501 if (rdpe_lt (max_coeff, p->dap[i])) in mps_check_data()
502 rdpe_set (max_coeff, p->dap[i]); in mps_check_data()
503 s->lmax_coeff = rdpe_log (max_coeff); in mps_check_data()
550 rdpe_div (tmp, max_coeff, min_coeff); in mps_check_data()
562 rdpe_mul_eq (min_coeff, max_coeff); in mps_check_data()

12345