Searched defs:std (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/loudness/common/core/
H A Dmath.h22 using ::std::min;
23 using ::std::max;
24 using ::std::fill;
25 using ::std::fill_n;using ::std::lower_bound;
28 //using ::std::fpclassify;
74 namespace std { namespace
78 // since std::round is missing on android.
82 return static_cast<T>(std::floor(static_cast<double>(x) + 0.5));
85 } // namespace std
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h49 namespace std { namespace
65 } // namespace of std
H A DPath.h47 typedef std::string StringType;
109 inline std::basic_ostream<Char, Traits>&
110 operator<<(std::basic_ostream<Char, Traits>& pOS, const Path& pPath)
116 inline std::basic_istream<Char, Traits>&
117 operator>>(std::basic_istream<Char, Traits>& pOS, Path& pPath)
159 namespace std { namespace
173 } // namespace of std

Completed in 66 milliseconds