Home
last modified time | relevance | path

Searched defs:number_traits (Results 1 – 4 of 4) sorted by relevance

/dports/math/universal/universal-3.48/include/universal/traits/
H A Dnumber_traits.hpp79 struct number_traits : public generic_number_traits<ScalarType> struct
82 template<> struct number_traits<float> struct
86 static inline float rough_precision() { return 1e-5f; } in rough_precision()
89 template<> struct number_traits<double> struct
93 static inline double rough_precision() { return 1e-12; } in rough_precision()
96 template<> struct number_traits<long double> struct
100 static inline long double rough_precision() { return 1e-15l; } in rough_precision()
/dports/math/ideep/ideep-2.0.0-119-gb57539e/python/ideep4py/py/swig_utils/
H A Dasnumber.i67 struct number_traits { struct
/dports/math/gap/gap-4.11.0/pkg/json-2.0.1/src/picojson/
H A Dgap-traits.h140 typedef wrap_number_traits<gap_val> number_traits; typedef
H A Dpicojson.h166 typedef default_number_traits number_traits; typedef