Searched refs:numeric_type (Results 1 – 9 of 9) sorted by relevance
27 template<class numeric_type>32 std::function<void(numeric_type *, numeric_type *)> fun, in DuplexCallback() argument39 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);
25 struct numeric_type { struct26 constexpr explicit numeric_type(int v) : value(v) { } in numeric_type() function31 using Numeric = boost::hana::tag_of_t<numeric_type>; argument34 constexpr numeric_type operator()(int x) const { in operator ()()35 return numeric_type{x}; in operator ()()
29 template <class numeric_type>30 void operator () (numeric_type &x) { in operator()
177 using numeric_type = variable184 os << static_cast<numeric_type>(elem) << os.fill();194 using numeric_type = variable201 numeric_type value;
178 using numeric_type = variable185 os << static_cast<numeric_type>(little_endian::FromHost(elem))196 using numeric_type = variable203 numeric_type value;
184 typedef NumericT numeric_type;190 …numeric_predicate(relation_type const& rel, StringT const& string_operand, numeric_type numeric_op…215 const numeric_type m_numeric_operand;
49 template <class numeric_type>50 std::string NumberToString(numeric_type value);63 template<class numeric_type>64 std::string NumberToString(numeric_type value) { in NumberToString()
108 typedef Type numeric_type; typedef in boost::geometry::segment_ratio
489 if record.numeric_type:491 digit = int(record.numeric_type)964 numeric_type: str