Searched refs:RealType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | random | 441 template<class RealType, size_t bits, class URNG> 442 RealType generate_canonical(URNG& g); 509 template<class RealType = double> 514 typedef RealType result_type; 521 explicit param_type(RealType a = 0, 522 RealType b = 1); 532 explicit uniform_real_distribution(RealType a = 0.0, RealType b = 1.0); // before C++20 534 explicit uniform_real_distribution(RealType a, RealType b = 1.0); // C++20 863 template<class RealType = double> 868 typedef RealType result_type; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | random | 441 template<class RealType, size_t bits, class URNG> 442 RealType generate_canonical(URNG& g); 509 template<class RealType = double> 514 typedef RealType result_type; 521 explicit param_type(RealType a = 0, 522 RealType b = 1); 532 explicit uniform_real_distribution(RealType a = 0.0, RealType b = 1.0); // before C++20 534 explicit uniform_real_distribution(RealType a, RealType b = 1.0); // C++20 863 template<class RealType = double> 868 typedef RealType result_type; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeFunctionSig.cpp | 30 std::unique_ptr<PDBSymbol> RealType) in NativeTypeFunctionArg() argument 32 RealType(std::move(RealType)) {} in NativeTypeFunctionArg() 42 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId() 44 std::unique_ptr<PDBSymbol> RealType; member in __anonb5a81fdf0111::NativeTypeFunctionArg
|