Home
last modified time | relevance | path

Searched refs:_normal (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/random/
Dlognormal_distribution.hpp101 : _normal(m_arg, s_arg) {} in lognormal_distribution()
107 : _normal(parm.m(), parm.s()) {} in lognormal_distribution()
112 RealType m() const { return _normal.mean(); } in m()
114 RealType s() const { return _normal.sigma(); } in s()
130 _normal.param(normal_param); in param()
137 void reset() { _normal.reset(); } in reset()
147 return exp(_normal(eng)); in operator ()()
161 os << ld._normal; in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR()
168 is >> ld._normal; in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR()
177 { return lhs._normal == rhs._normal; } in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR()
[all …]
Dstudent_t_distribution.hpp84 : _normal(), _chi_squared(n_arg) in student_t_distribution()
88 : _normal(), _chi_squared(parm.n()) in student_t_distribution()
99 return _normal(urng) / sqrt(_chi_squared(urng) / n()); in operator ()()
138 _normal.reset(); in reset()
164 { return lhs._normal == rhs._normal && lhs._chi_squared == rhs._chi_squared; } in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR()
173 normal_distribution<RealType> _normal; member in boost::random::student_t_distribution
/third_party/mesa3d/src/gallium/tools/trace/
Dformat.py66 _normal = '0m' variable in AnsiFormatter
79 self._escape(self._normal)
84 self._escape(self._normal)
89 self._escape(self._normal)
94 self._escape(self._normal)
115 _normal = FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_RED variable in WindowsConsoleFormatter
148 self._attribute(self._normal)
153 self._attribute(self._normal)
158 self._attribute(self._normal)
163 self._attribute(self._normal)
/third_party/boost/libs/format/benchmark/
Dresults.txt24 for var in _overloads _basicfmt _normal; do
34 -- Variant ** _normal ** :
63 -- Variant ** _normal ** :
148 -- Variant ** _normal ** :
176 -- Variant ** _normal ** :
204 -- Variant _normal :
232 -- Variant _normal :
249 -- Variant _normal :
/third_party/pixman/pixman/
Dpixman-inlines.h642 fast_composite_scaled_nearest_ ## func ## _normal ## _ ## op, \
684 fast_composite_scaled_nearest_ ## func ## _normal ## _ ## op, \
726 fast_composite_scaled_nearest_ ## func ## _normal ## _ ## op, \
1259 fast_composite_scaled_bilinear_ ## func ## _normal ## _ ## op, \
1301 fast_composite_scaled_bilinear_ ## func ## _normal ## _ ## op, \
1343 fast_composite_scaled_bilinear_ ## func ## _normal ## _ ## op, \
/third_party/pulseaudio/shell-completion/zsh/
D_pulseaudio621 _normal