Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcert-msc51-cpp.cpp27 struct subtract_with_carry_engine { struct
28 subtract_with_carry_engine(int _ = 0);
31 using ranlux24_base = subtract_with_carry_engine<unsigned int, 24, 10, 24>;
/external/libcxx/include/
Drandom143 class subtract_with_carry_engine
158 explicit subtract_with_carry_engine(result_type value = default_seed);
159 template<class Sseq> explicit subtract_with_carry_engine(Sseq& q);
171 const subtract_with_carry_engine<UIntType, w, s, r>& x,
172 const subtract_with_carry_engine<UIntType, w, s, r>& y);
177 const subtract_with_carry_engine<UIntType, w, s, r>& x,
178 const subtract_with_carry_engine<UIntType, w, s, r>& y);
184 const subtract_with_carry_engine<UIntType, w, s, r>& x);
190 subtract_with_carry_engine<UIntType, w, s, r>& x);
369 typedef subtract_with_carry_engine<uint_fast32_t, 24, 10, 24> ranlux24_base;
[all …]
/external/llvm-project/libcxx/include/
Drandom142 class subtract_with_carry_engine
157 explicit subtract_with_carry_engine(result_type value = default_seed);
158 template<class Sseq> explicit subtract_with_carry_engine(Sseq& q);
170 const subtract_with_carry_engine<UIntType, w, s, r>& x,
171 const subtract_with_carry_engine<UIntType, w, s, r>& y);
176 const subtract_with_carry_engine<UIntType, w, s, r>& x,
177 const subtract_with_carry_engine<UIntType, w, s, r>& y);
183 const subtract_with_carry_engine<UIntType, w, s, r>& x);
189 subtract_with_carry_engine<UIntType, w, s, r>& x);
368 typedef subtract_with_carry_engine<uint_fast32_t, 24, 10, 24> ranlux24_base;
[all …]
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc1106 SYMBOL(subtract_with_carry_engine, std::, <random>)