Home
last modified time | relevance | path

Searched defs:max_f (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/boost-docs/boost_1_72_0/libs/hof/test/
H A Dfold.cpp10 struct max_f struct
31 static_assert(noexcept(boost::hof::fold(max_f(), 0)(2, 3, 4, 5)), "noexcept fold"); in BOOST_HOF_TEST_CASE() argument
H A Dreverse_fold.cpp10 struct max_f struct
31 …static_assert(noexcept(boost::hof::reverse_fold(max_f(), 0)(2, 3, 4, 5)), "noexcept reverse_fold"); in BOOST_HOF_TEST_CASE() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/hof/test/
H A Dfold.cpp10 struct max_f struct
31 static_assert(noexcept(boost::hof::fold(max_f(), 0)(2, 3, 4, 5)), "noexcept fold"); in BOOST_HOF_TEST_CASE() argument
H A Dreverse_fold.cpp10 struct max_f struct
31 …static_assert(noexcept(boost::hof::reverse_fold(max_f(), 0)(2, 3, 4, 5)), "noexcept reverse_fold"); in BOOST_HOF_TEST_CASE() argument
/dports/devel/boost-libs/boost_1_72_0/libs/hof/test/
H A Dreverse_fold.cpp10 struct max_f struct
31 …static_assert(noexcept(boost::hof::reverse_fold(max_f(), 0)(2, 3, 4, 5)), "noexcept reverse_fold"); in BOOST_HOF_TEST_CASE() argument
H A Dfold.cpp10 struct max_f struct
31 static_assert(noexcept(boost::hof::fold(max_f(), 0)(2, 3, 4, 5)), "noexcept fold"); in BOOST_HOF_TEST_CASE() argument
/dports/devel/hyperscan/boost_1_75_0/libs/hof/test/
H A Dfold.cpp10 struct max_f struct
31 static_assert(noexcept(boost::hof::fold(max_f(), 0)(2, 3, 4, 5)), "noexcept fold"); in BOOST_HOF_TEST_CASE() argument
H A Dreverse_fold.cpp10 struct max_f struct
31 …static_assert(noexcept(boost::hof::reverse_fold(max_f(), 0)(2, 3, 4, 5)), "noexcept reverse_fold"); in BOOST_HOF_TEST_CASE() argument
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A Dstrings.c93 int fstrlen(char *f, int max_f) in fstrlen()
103 void f2cstr(char *f, int max_f, char *c, int max_c) in f2cstr()
113 void c2fstr(char *c, int max_c, char *f, int max_f) in c2fstr()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dshmap.h39 float max_f, min_f, avg; variable
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/audioconvert/
H A Dresample-peaks-impl.h34 float max_f[0]; member
/dports/comms/yagiuda/yagiuda-1.19/src/
H A Dread_header.c11 int read_header(FILE *ifp, FILE *ofp, double *min_f, double *max_f, in read_header()
H A Dwrite_input_data.c7 void write_input_data_to_disk(FILE *fp, char *notes, double frequency, double min_f,double max_f, d… in write_input_data_to_disk()
H A Dfirst.c37 double min_f, f, max_f, step_f, angular_step=180, diameter, lambda; in main() local
H A Dinput.c29 double min_f, max_f, step_f, angular_step; in main() local
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/vectorization/
H A Dsimhash.py10 max_f = 1024 variable in SimhashVectorizer
/dports/graphics/blender/blender-2.91.0/intern/ghost/test/multitest/
H A DBasic.c39 float max_f(float a, float b) in max_f() function
/dports/math/R-cran-RcppRoll/RcppRoll/src/
H A DRcppRoll.cpp413 struct max_f<false> { struct
415 inline double operator()(NumericVector const& x, in operator ()()
431 inline double operator()(NumericVector const& x, in operator ()()
446 struct max_f<true> { struct
448 inline double operator()(NumericVector const& x, in operator ()()
462 inline double operator()(NumericVector const& x, in operator ()()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bil/algo/
H A Dbil_nms.cxx255 double bil_nms::subpixel_s(const double *s, const double *f, double &max_f, double &max_d) in subpixel_s()
291 double bil_nms::subpixel_s(int x, int y, const vgl_vector_2d<double>& direction, double &max_f) in subpixel_s()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/src/
H A Dspectrumlv2.c64 float max_f[FILTER_COUNT]; member
181 float max_f[FILTER_COUNT]; in spectrum_run() local
/dports/multimedia/pHash/pHash-0.9.6/examples/
H A Dtest_audiophash.cpp148 double max_f = 0.0; in main() local
/dports/multimedia/php-pHash/pHash-0.9.6/examples/
H A Dtest_audiophash.cpp148 double max_f = 0.0; in main() local
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dhardsubx_imgops.c17 #define max_f(a, b, c) (fmaxf(a, fmaxf(b, c))) macro
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dmerge.c81 static gdouble max_f = (gdouble) MAX_HF_VALUE; in simple_merge() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_nms.cxx310 double sdet_nms::subpixel_s(const double *s, const double *f, double &max_f, double &max_d) in subpixel_s()
366 double sdet_nms::subpixel_s(int x, int y, const vgl_vector_2d<double>& direction, double &max_f) in subpixel_s()

1234