Home
last modified time | relevance | path

Searched refs:numeric_type (Results 1 – 25 of 458) sorted by path

12345678910>>...19

/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/fxlab/app/src/main/cpp/
H A DDuplexCallback.h27 template<class numeric_type>
32 std::function<void(numeric_type *, numeric_type *)> fun, in DuplexCallback() argument
39 auto *outputData = static_cast<numeric_type *>(audioData); in onAudioReady()
75 std::function<void(numeric_type *, numeric_type *)> f;
77 std::unique_ptr<numeric_type[]> inputBuffer = std::make_unique<numeric_type[]>(kBufferSize);
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DTremoloEffect.h29 template <class numeric_type>
30 void operator () (numeric_type &x) { in operator()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/sql_types/
H A Dops.rs68 macro_rules! numeric_type { macro
94 numeric_type!(SmallInt, Integer, BigInt, Float, Double, Numeric);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/
H A Dtype_codec.cpp346 template <typename numeric_type> static QVector<numeric_type> toNumericVector(PyrObject* obj) { in toNumericVector()
350 QVector<numeric_type> vector; in toNumericVector()
355 copy<numeric_type, double>(vector, slots, size); in toNumericVector()
358 copy<numeric_type, float>(vector, slots, size); in toNumericVector()
361 copy<numeric_type, int32>(vector, slots, size); in toNumericVector()
364 copy<numeric_type, int16>(vector, slots, size); in toNumericVector()
367 copy<numeric_type, int8>(vector, slots, size); in toNumericVector()
376 template <typename numeric_type> static void setNumeric(PyrSlot*, numeric_type);
383 template <typename numeric_type> static void setNumericVector(PyrSlot* slot, const QVector<numeric_… in setNumericVector()
392 Q_FOREACH (numeric_type val, vec) { in setNumericVector()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrSlot.h67 template <typename numeric_type> inline void setSlotVal(PyrSlot* slot, numeric_type value);
H A DPyrSlot32.h262 template <typename numeric_type> inline int slotVal(PyrSlot* slot, numeric_type* value) { in slotVal()
264 *value = static_cast<numeric_type>(slot->uf); in slotVal()
267 *value = static_cast<numeric_type>(slot->ui); in slotVal()
H A DPyrSlot64.h195 template <typename numeric_type> inline int slotVal(PyrSlot* slot, numeric_type* value) { in slotVal()
197 *value = static_cast<numeric_type>(slot->u.f); in slotVal()
200 *value = static_cast<numeric_type>(slot->u.i); in slotVal()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/contrib/icu/
H A Dutf16.hpp100 … template< UNumericType V > struct numeric_type : property_value< UCHAR_NUMERIC_TYPE, V > {}; struct
195 … template< UNumericType V > struct numeric_type : property_value< UCHAR_NUMERIC_TYPE, V > {}; struct
H A Dutf32.hpp100 … template< UNumericType V > struct numeric_type : property_value< UCHAR_NUMERIC_TYPE, V > {}; struct
195 … template< UNumericType V > struct numeric_type : property_value< UCHAR_NUMERIC_TYPE, V > {}; struct
H A Dutf8.hpp100 … template< UNumericType V > struct numeric_type : property_value< UCHAR_NUMERIC_TYPE, V > {}; struct
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/auxiliary/uctype/
H A Dmain.c69 printf( " - %d", ur->numeric_type ); in print_additional_codepoint_info()
H A Dunicode_data.c70 ud->records[ i ].numeric_type = ( *p ) ? strtol( p, NULL, 10 ) : -1l; in read_unicode_data()
185 TESTCASE( ud->records[0].numeric_type == -1 ); in main()
199 TESTCASE( ud->records[1].numeric_type == -1 ); in main()
H A Dunicode_data.h25 int numeric_type; member
/dports/databases/erlang-epgsql/epgsql-4.1.0/test/
H A Depgsql_SUITE.erl58 numeric_type,
671 numeric_type(Config) -> function
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/ddlpackage/
H A Dddl.y203 %type <columnType> numeric_type
802 | numeric_type
1033 numeric_type:
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/ddlpackage/
H A Dddl.y203 %type <columnType> numeric_type
802 | numeric_type
1033 numeric_type:
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp104 typedef Type numeric_type; typedef in boost::geometry::segment_ratio
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp104 typedef Type numeric_type; typedef in boost::geometry::segment_ratio
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/src/
H A Ddefault_filter_factory.cpp150 typedef NumericT numeric_type;
156 …numeric_predicate(relation_type const& rel, StringT const& string_operand, numeric_type numeric_op…
181 const numeric_type m_numeric_operand;
/dports/databases/nagios-check_mongodb/nagios-plugin-mongodb-9d17373/
H A Dcheck_mongodb.py78 def numeric_type(param): function
85 if (numeric_type(critical) and numeric_type(warning)):
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp104 typedef Type numeric_type; typedef in boost::geometry::segment_ratio
/dports/databases/percona57-client/boost_1_59_0/libs/log/src/
H A Ddefault_filter_factory.cpp150 typedef NumericT numeric_type;
156 …numeric_predicate(relation_type const& rel, StringT const& string_operand, numeric_type numeric_op…
181 const numeric_type m_numeric_operand;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp104 typedef Type numeric_type; typedef in boost::geometry::segment_ratio
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/src/
H A Ddefault_filter_factory.cpp150 typedef NumericT numeric_type;
156 …numeric_predicate(relation_type const& rel, StringT const& string_operand, numeric_type numeric_op…
181 const numeric_type m_numeric_operand;
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp104 typedef Type numeric_type; typedef in boost::geometry::segment_ratio

12345678910>>...19