Home
last modified time | relevance | path

Searched defs:numeric_type (Results 1 – 5 of 5) 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() function
31 using Numeric = boost::hana::tag_of_t<numeric_type>; argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_engine.h178 using numeric_type = variable
196 using numeric_type = variable
/third_party/abseil-cpp/absl/random/internal/
Dranden_engine.h177 using numeric_type = variable
194 using numeric_type = variable
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
DDuplexCallback.h32 std::function<void(numeric_type *, numeric_type *)> fun, in DuplexCallback()
/third_party/boost/boost/geometry/policies/robustness/
Dsegment_ratio.hpp108 typedef Type numeric_type; typedef in boost::geometry::segment_ratio