Searched refs:numeric_type (Results 1 – 10 of 10) 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);
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;
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()
489 if record.numeric_type:491 digit = int(record.numeric_type)964 numeric_type: str