Home
last modified time | relevance | path

Searched defs:numeric_type (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/hana/test/_include/support/
Dnumeric.hpp25 struct numeric_type { struct
26 constexpr explicit numeric_type(int v) : value(v) { } in numeric_type() argument
31 using Numeric = boost::hana::tag_of_t<numeric_type>; argument
/third_party/abseil-cpp/absl/random/internal/
Dranden_engine.h177 using numeric_type = variable
194 using numeric_type = variable
/third_party/boost/boost/geometry/policies/robustness/
Dsegment_ratio.hpp108 typedef Type numeric_type; typedef in boost::geometry::segment_ratio