Home
last modified time | relevance | path

Searched refs:width_type (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/audio/sox/sox-14.4.2/src/
H A Dbiquad.c39 char width_type = *allowed_width_types; in lsx_biquad_getopts() local
46 …(argc > width_pos && ((unsigned)(sscanf(argv[width_pos], "%lf%c %c", &p->width, &width_type, &dumm… in lsx_biquad_getopts()
48 !strchr(allowed_width_types, width_type) || (width_type == 's' && p->width > 1)) in lsx_biquad_getopts()
50 p->width_type = strchr(all_width_types, width_type) - all_width_types; in lsx_biquad_getopts()
51 if ((size_t)p->width_type >= strlen(all_width_types)) in lsx_biquad_getopts()
52 p->width_type = 0; in lsx_biquad_getopts()
53 if (p->width_type == width_bw_kHz) { in lsx_biquad_getopts()
55 p->width_type = width_bw_Hz; in lsx_biquad_getopts()
97 , effp->handler.name, p->gain, p->fc, width_str[p->width_type], p->width in lsx_biquad_start()
117 , effp->handler.name, p->gain, p->fc, width_str[p->width_type], p->width in lsx_biquad_start()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dlingen_qcode_binary.cpp195 using width_type::width;
198 bitarray(width_type w, pointer_type x) : width_type(w), x(x) {} in bitarray()
226 using width_type::width;
229 bitarray(width_type w, pointer_type x) : width_type(w), x(x) {} in bitarray()
244 using width_type::width;
247 bitarray(width_type w, pointer_type x) : width_type(w), x(x) {} in bitarray()
254 template<typename width_type>
256 using width_type::width;
261 ulmat_rowmajor(width_type w, unsigned int m, unsigned int n) : width_type(w), n(n) in ulmat_rowmajor()
279 using width_type::width;
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Daf_biquads.c105 int width_type; member
259 switch (s->width_type) { in config_filter()
556 char width_type; in process_command() local
558 if (sscanf(args, "%c", &width_type) != 1) { in process_command()
563 switch (width_type) { in process_command()
564 case 'h': width_type = HERTZ; break; in process_command()
565 case 'q': width_type = QFACTOR; break; in process_command()
566 case 'o': width_type = OCTAVE; break; in process_command()
567 case 's': width_type = SLOPE; break; in process_command()
568 case 'k': width_type = KHERTZ; break; in process_command()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Daf_biquads.c106 int width_type; member
276 switch (s->width_type) { in config_filter()
582 …{"width_type", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
583 …{"t", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
608 …{"width_type", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
609 …{"t", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
634 …{"width_type", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
635 …{"t", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
660 …{"width_type", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
761 …{"width_type", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=HERTZ}, HERTZ, …
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/regex/v4/
H A Dstates.hpp51 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
52 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
53 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
54 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A Dstates.hpp47 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
48 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
49 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
50 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/databases/percona57-server/boost_1_59_0/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/databases/xtrabackup/boost_1_59_0/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/databases/percona57-client/boost_1_59_0/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/details/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/features/team_forums/
H A Dteam_forums.pages_default.inc136 'width_type' => '%',
155 'width_type' => '%',
171 'width_type' => '%',
178 'width_type' => '%',
326 'width_type' => '%',
345 'width_type' => '%',
361 'width_type' => '%',
368 'width_type' => '%',
524 'width_type' => '%',
543 'width_type' => '%',
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/devel/boost-libs/boost_1_72_0/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
/dports/devel/boost-python-libs/boost_1_72_0/boost/regex/v4/
H A Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef

1234567