Home
last modified time | relevance | path

Searched refs:__np (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dostream.tcc105 const __num_put_type& __np = __check_facet(this->_M_num_put); in operator <<() local
106 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
136 __b = __np.put(*this, *this, __c, __l).failed(); in operator <<()
139 __b = __np.put(*this, *this, __c, __n).failed(); in operator <<()
163 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
195 __b = __np.put(*this, *this, __c, __l).failed(); in operator <<()
198 __b = __np.put(*this, *this, __c, __n).failed(); in operator <<()
222 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
246 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
269 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dostream.tcc105 const __num_put_type& __np = __check_facet(this->_M_num_put); in operator <<() local
106 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
136 __b = __np.put(*this, *this, __c, __l).failed(); in operator <<()
139 __b = __np.put(*this, *this, __c, __n).failed(); in operator <<()
163 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
195 __b = __np.put(*this, *this, __c, __l).failed(); in operator <<()
198 __b = __np.put(*this, *this, __c, __n).failed(); in operator <<()
222 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
246 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
269 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_num_put.c121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); in __do_put_float() local
123 __np.decimal_point(), __np.thousands_sep(), in __do_put_float()
124 __group_pos, __np.grouping()); in __do_put_float()
206 const numpunct<wchar_t>& __np = use_facet<numpunct<wchar_t> >(__loc); in __put_integer() local
207 const string& __grouping = __np.grouping(); in __put_integer()
220 __len = __insert_grouping(__wbuf, __eend, __grouping, __np.thousands_sep(), in __put_integer()
237 const numpunct<char>& __np = use_facet<numpunct<char> >(__f.getloc()); in __put_integer() local
238 const string& __grouping = __np.grouping(); in __put_integer()
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep(), in __put_integer()
387 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); in __do_put_bool() local
[all …]
H A D_num_get.c273 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc); in __do_get_integer() local
279 …et_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping… in __do_get_integer()
281 …et_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping… in __do_get_integer()
283 …et_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping… in __do_get_integer()
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc()); in __do_get_alphabool() local
452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); in __do_get_alphabool()
453 …const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename(); in __do_get_alphabool()
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_num_put.c123 const numpunct<_CharT>& __np = *__STATIC_CAST(const numpunct<_CharT>*, __f._M_numpunct_facet()); in __do_put_float() local
126 __np.decimal_point(), __np.thousands_sep(), in __do_put_float()
213 const numpunct<wchar_t>& __np = *__STATIC_CAST(const numpunct<wchar_t>*, __f._M_numpunct_facet()); in __put_integer() local
227 __len = __insert_grouping(__wbuf, __eend, __grouping, __np.thousands_sep(), in __put_integer()
247 const numpunct<char>& __np = *__STATIC_CAST(const numpunct<char>*, __f._M_numpunct_facet()); in __put_integer() local
266 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep(), in __put_integer()
466 const numpunct<_CharT>& __np = *__STATIC_CAST(const numpunct<_CharT>*, __f._M_numpunct_facet()); in do_put() local
468 basic_string<_CharT> __str = __val ? __np.truename() : __np.falsename(); in do_put()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__format/
H A Dformatter_bool.h120 const auto& __np = use_facet<numpunct<_CharT>>(__ctx.locale());
121 basic_string<_CharT> __str = __value ? __np.truename() : __np.falsename();
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/tr1/
H A Drandom.tcc1230 const _RealType __pa = __np / _M_t; in _M_initialize()
1235 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1245 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1247 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1257 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1258 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1319 const _RealType __pa = __np / _M_t; in operator ()()
1382 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1386 std::tr1::lgamma(__np + __x + 1) in operator ()()
1391 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/tr1/
H A Drandom.tcc1230 const _RealType __pa = __np / _M_t; in _M_initialize()
1235 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1245 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1247 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1257 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1258 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1319 const _RealType __pa = __np / _M_t; in operator ()()
1382 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1386 std::tr1::lgamma(__np + __x + 1) in operator ()()
1391 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/tr1/
H A Drandom.tcc1230 const _RealType __pa = __np / _M_t; in _M_initialize()
1235 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1245 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1247 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1257 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1258 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1319 const _RealType __pa = __np / _M_t; in operator ()()
1382 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1386 std::tr1::lgamma(__np + __x + 1) in operator ()()
1391 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/tr1/
H A Drandom.tcc1230 const _RealType __pa = __np / _M_t; in _M_initialize()
1235 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1245 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1247 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1257 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1258 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1319 const _RealType __pa = __np / _M_t; in operator ()()
1382 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1386 std::tr1::lgamma(__np + __x + 1) in operator ()()
1391 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/tr1/
H A Drandom.tcc1230 const _RealType __pa = __np / _M_t; in _M_initialize()
1235 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1245 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1247 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1257 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1258 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1319 const _RealType __pa = __np / _M_t; in operator ()()
1382 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1386 std::tr1::lgamma(__np + __x + 1) in operator ()()
1391 __reject |= __x + __np >= __thr; in operator ()()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/tr1/
H A Drandom.tcc1227 const _RealType __pa = __np / _M_t; in _M_initialize()
1232 std::sqrt(__np * __1p * std::log(32 * __np in _M_initialize()
1242 _M_s1 = std::sqrt(__np * __1p) * (1 + _M_d1 / (4 * __np)); in _M_initialize()
1244 _M_c = 2 * _M_d1 / __np; in _M_initialize()
1254 _M_lf = (std::tr1::lgamma(__np + 1) in _M_initialize()
1255 + std::tr1::lgamma(_M_t - __np + 1)); in _M_initialize()
1316 const _RealType __pa = __np / _M_t; in operator ()()
1379 __reject = __reject || __x < -__np || __x > _M_t - __np; in operator ()()
1383 std::tr1::lgamma(__np + __x + 1) in operator ()()
1388 __reject |= __x + __np >= __thr; in operator ()()
[all …]

123456789