Home
last modified time | relevance | path

Searched refs:NumType (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h99 template <typename NumType, typename Tag>
103 NumType>
104 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
152 template <typename NumType>
154 typename std::conditional<std::is_integral<NumType>::value,
155 absl::uniform_int_distribution<NumType>,
156 absl::uniform_real_distribution<NumType>>::type;
158 template <typename NumType>
159 struct UniformDistributionWrapper : public UniformDistribution<NumType> {
161 explicit UniformDistributionWrapper(TagType, NumType lo, NumType hi) in UniformDistributionWrapper()
[all …]
/external/abseil-cpp/absl/random/internal/
Duniform_helper.h99 template <typename NumType, typename Tag>
103 NumType>
104 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
152 template <typename NumType>
154 typename std::conditional<std::is_integral<NumType>::value,
155 absl::uniform_int_distribution<NumType>,
156 absl::uniform_real_distribution<NumType>>::type;
158 template <typename NumType>
159 struct UniformDistributionWrapper : public UniformDistribution<NumType> {
161 explicit UniformDistributionWrapper(TagType, NumType lo, NumType hi) in UniformDistributionWrapper()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h122 template <typename NumType, typename Tag>
126 NumType>
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
211 template <typename NumType>
213 typename std::conditional<std::is_integral<NumType>::value,
214 absl::uniform_int_distribution<NumType>,
215 absl::uniform_real_distribution<NumType>>::type;
222 template <typename NumType>
223 struct UniformDistributionWrapper : public UniformDistribution<NumType> {
225 explicit UniformDistributionWrapper(TagType, NumType lo, NumType hi) in UniformDistributionWrapper()
[all …]
/external/angle/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h122 template <typename NumType, typename Tag>
126 NumType>
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
211 template <typename NumType>
213 typename std::conditional<std::is_integral<NumType>::value,
214 absl::uniform_int_distribution<NumType>,
215 absl::uniform_real_distribution<NumType>>::type;
222 template <typename NumType>
223 struct UniformDistributionWrapper : public UniformDistribution<NumType> {
225 explicit UniformDistributionWrapper(TagType, NumType lo, NumType hi) in UniformDistributionWrapper()
[all …]
/external/openscreen/third_party/abseil/src/absl/random/internal/
Duniform_helper.h122 template <typename NumType, typename Tag>
126 NumType>
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
211 template <typename NumType>
213 typename std::conditional<std::is_integral<NumType>::value,
214 absl::uniform_int_distribution<NumType>,
215 absl::uniform_real_distribution<NumType>>::type;
222 template <typename NumType>
223 struct UniformDistributionWrapper : public UniformDistribution<NumType> {
225 explicit UniformDistributionWrapper(TagType, NumType lo, NumType hi) in UniformDistributionWrapper()
[all …]
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Duniform_helper.h122 template <typename NumType, typename Tag>
126 NumType>
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
211 template <typename NumType>
213 typename std::conditional<std::is_integral<NumType>::value,
214 absl::uniform_int_distribution<NumType>,
215 absl::uniform_real_distribution<NumType>>::type;
222 template <typename NumType>
223 struct UniformDistributionWrapper : public UniformDistribution<NumType> {
225 explicit UniformDistributionWrapper(TagType, NumType lo, NumType hi) in UniformDistributionWrapper()
[all …]
/external/abseil-cpp/absl/random/
Ddistribution_format_traits.h253 template <typename NumType>
256 template <typename NumType>
257 struct DistributionFormatTraits<UniformDistributionWrapper<NumType>> {
258 using distribution_t = UniformDistributionWrapper<NumType>;
259 using result_t = NumType;
264 return absl::StrCat(Name(), "<", ScalarTypeName<NumType>(), ">");
/external/webrtc/third_party/abseil-cpp/absl/random/
Ddistribution_format_traits.h253 template <typename NumType>
256 template <typename NumType>
257 struct DistributionFormatTraits<UniformDistributionWrapper<NumType>> {
258 using distribution_t = UniformDistributionWrapper<NumType>;
259 using result_t = NumType;
264 return absl::StrCat(Name(), "<", ScalarTypeName<NumType>(), ">");
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSizeofExpressionCheck.cpp213 const auto NumType = qualType(hasCanonicalType( in registerMatchers() local
220 anyOf(sizeOfExpr(has(NumType)), in registerMatchers()
221 sizeOfExpr(has(expr(hasType(NumType)))))))), in registerMatchers()
/external/cldr/tools/c/genldml/resources/
Droot.txt522 "{0}<numberingLevel Prefix=\"{1}\" NumType=\"{2}\" Suffix=\"{3}\" />\n"