Searched refs:RealType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | random | 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 945 explicit gamma_distribution(RealType alpha, RealType beta = 1.0); // C++20 1003 explicit weibull_distribution(RealType a = 1.0, RealType b = 1.0); // before C++20 1005 explicit weibull_distribution(RealType a, RealType b = 1.0); // C++20 1065 explicit extreme_value_distribution(RealType a, RealType b = 1.0); // C++20 1125 explicit normal_distribution(RealType mean, RealType stddev = 1.0); // C++20 1301 explicit cauchy_distribution(RealType a = 0.0, RealType b = 1.0); // before C++20 1303 explicit cauchy_distribution(RealType a, RealType b = 1.0); // C++20 1361 explicit fisher_f_distribution(RealType m = 1.0, RealType n = 1.0); // before C++20 [all …]
|
| /freebsd-14.2/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 __anonfb9eb2150111::NativeTypeFunctionArg
|