Home
last modified time | relevance | path

Searched refs:subtract_with_carry_engine (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dsubtract_with_carry_engine.h32 class _LIBCPP_TEMPLATE_VIS subtract_with_carry_engine; variable
51 class _LIBCPP_TEMPLATE_VIS subtract_with_carry_engine {
83 _LIBCPP_HIDE_FROM_ABI subtract_with_carry_engine() : subtract_with_carry_engine(default_seed) {} in subtract_with_carry_engine() function
84 _LIBCPP_HIDE_FROM_ABI explicit subtract_with_carry_engine(result_type __sd) { seed(__sd); } in subtract_with_carry_engine() function
89 _LIBCPP_HIDE_FROM_ABI explicit subtract_with_carry_engine(_Sseq& __q) { in subtract_with_carry_engine() function
108 friend bool operator==(const subtract_with_carry_engine<_UInt, _Wp, _Sp, _Rp>& __x,
109 const subtract_with_carry_engine<_UInt, _Wp, _Sp, _Rp>& __y);
112 friend bool operator!=(const subtract_with_carry_engine<_UInt, _Wp, _Sp, _Rp>& __x,
113 const subtract_with_carry_engine<_UInt, _Wp, _Sp, _Rp>& __y);
143 subtract_with_carry_engine<_UIntType, __w, __s, __r>::default_seed;
[all …]
H A Dranlux.h23 typedef subtract_with_carry_engine<uint_fast32_t, 24, 10, 24> ranlux24_base;
24 typedef subtract_with_carry_engine<uint_fast64_t, 48, 5, 12> ranlux48_base;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Drandom.inc20 // [rand.eng.sub], class template subtract_with_carry_engine
21 using std::subtract_with_carry_engine;
/freebsd/contrib/llvm-project/libcxx/include/
H A Drandom149 class subtract_with_carry_engine
165 subtract_with_carry_engine() : subtract_with_carry_engine(default_seed) {} // C++20
167 template<class Sseq> explicit subtract_with_carry_engine(Sseq& q);
179 const subtract_with_carry_engine<UIntType, w, s, r>& x,
180 const subtract_with_carry_engine<UIntType, w, s, r>& y);
185 const subtract_with_carry_engine<UIntType, w, s, r>& x,
186 const subtract_with_carry_engine<UIntType, w, s, r>& y);
192 const subtract_with_carry_engine<UIntType, w, s, r>& x);
198 subtract_with_carry_engine<UIntType, w, s, r>& x);
377 typedef subtract_with_carry_engine<uint_fast32_t, 24, 10, 24> ranlux24_base;
[all …]
H A Dlibcxx.imp598 { include: [ "<__random/subtract_with_carry_engine.h>", "private", "<random>", "public" ] },
H A Dmodule.modulemap.in1635 …_random_subtract_with_carry_engine [system] { header "__random/subtract_with_carry_engine.h" }
/freebsd/lib/libc++/
H A DMakefile1035 RND_HEADERS+= subtract_with_carry_engine.h
H A Dmodule.modulemap1635 …_random_subtract_with_carry_engine [system] { header "__random/subtract_with_carry_engine.h" }
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2824 SYMBOL(subtract_with_carry_engine, std::, <random>)