Home
last modified time | relevance | path

Searched refs:numeric_info (Results 1 – 25 of 25) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/libs/locale/src/win32/
H A Dapi.hpp43 struct numeric_info { struct
99 inline numeric_info wcsnumformat_l(winlocale const &l) in wcsnumformat_l()
101 numeric_info res; in wcsnumformat_l()
H A Dnumeric.cpp128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/src/win32/
H A Dapi.hpp43 struct numeric_info { struct
99 inline numeric_info wcsnumformat_l(winlocale const &l) in wcsnumformat_l()
101 numeric_info res; in wcsnumformat_l()
H A Dnumeric.cpp128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
/dports/devel/boost-libs/boost_1_72_0/libs/locale/src/win32/
H A Dapi.hpp43 struct numeric_info { struct
99 inline numeric_info wcsnumformat_l(winlocale const &l) in wcsnumformat_l()
101 numeric_info res; in wcsnumformat_l()
H A Dnumeric.cpp128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/src/win32/
H A Dapi.hpp43 struct numeric_info { struct
99 inline numeric_info wcsnumformat_l(winlocale const &l) in wcsnumformat_l()
101 numeric_info res; in wcsnumformat_l()
H A Dnumeric.cpp128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/src/win32/
H A Dapi.hpp43 struct numeric_info { struct
99 inline numeric_info wcsnumformat_l(winlocale const &l) in wcsnumformat_l()
101 numeric_info res; in wcsnumformat_l()
H A Dnumeric.cpp128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/locale/src/win32/
H A Dapi.hpp43 struct numeric_info { struct
99 inline numeric_info wcsnumformat_l(winlocale const &l) in wcsnumformat_l()
101 numeric_info res; in wcsnumformat_l()
H A Dnumeric.cpp128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
/dports/databases/percona57-server/boost_1_59_0/libs/locale/src/win32/
H A Dapi.hpp43 struct numeric_info { struct
99 inline numeric_info wcsnumformat_l(winlocale const &l) in wcsnumformat_l()
101 numeric_info res; in wcsnumformat_l()
H A Dnumeric.cpp128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
/dports/databases/percona57-client/boost_1_59_0/libs/locale/src/win32/
H A Dapi.hpp43 struct numeric_info { struct
99 inline numeric_info wcsnumformat_l(winlocale const &l) in wcsnumformat_l()
101 numeric_info res; in wcsnumformat_l()
H A Dnumeric.cpp128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/src/win32/
H A Dapi.hpp43 struct numeric_info { struct
99 inline numeric_info wcsnumformat_l(winlocale const &l) in wcsnumformat_l()
101 numeric_info res; in wcsnumformat_l()
H A Dnumeric.cpp128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
/dports/devel/hyperscan/boost_1_75_0/libs/locale/src/win32/
H A Dapi.hpp43 struct numeric_info { struct
99 inline numeric_info wcsnumformat_l(winlocale const &l) in wcsnumformat_l()
101 numeric_info res; in wcsnumformat_l()
H A Dnumeric.cpp128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk.hpp1371 …struct numeric_info { enum { length = 0, size = 32, bound_length = 0, min_exp = 0, max_exp = 0 }; … argument
1373 …template <> struct numeric_info<int> { enum { length = 10, size = 16, bound_length = 9}; }; struct
1374 template <> struct numeric_info<float> { enum { min_exp = -38, max_exp = +38}; }; struct
1375 template <> struct numeric_info<double> { enum { min_exp = -308, max_exp = +308}; }; argument
1376 template <> struct numeric_info<long double> { enum { min_exp = -308, max_exp = +308}; }; argument
1832 return (numeric_info<T>::min_exp <= exponent) && (exponent <= numeric_info<T>::max_exp); in valid_exponent()
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp1380 …struct numeric_info { enum { length = 0, size = 32, bound_length = 0, min_exp = 0, max_exp = 0 }; … argument
1382 …template <> struct numeric_info<int > { enum { length = 10, size = 16, bound_length = 9 }; … struct
1383 template <> struct numeric_info<float > { enum { min_exp = -38, max_exp = +38 }; }; struct
1384 template <> struct numeric_info<double > { enum { min_exp = -308, max_exp = +308 }; }; struct
1385 template <> struct numeric_info<long double> { enum { min_exp = -308, max_exp = +308 }; }; argument
1845 return (numeric_info<T>::min_exp <= exponent) && (exponent <= numeric_info<T>::max_exp); in valid_exponent()
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk.hpp1371 …struct numeric_info { enum { length = 0, size = 32, bound_length = 0, min_exp = 0, max_exp = 0 }; … struct
1373 …template <> struct numeric_info<int> { enum { length = 10, size = 16, bound_length = 9}; }; argument
1374 template <> struct numeric_info<float> { enum { min_exp = -38, max_exp = +38}; }; struct
1375 template <> struct numeric_info<double> { enum { min_exp = -308, max_exp = +308}; }; struct
1376 template <> struct numeric_info<long double> { enum { min_exp = -308, max_exp = +308}; }; argument
1832 return (numeric_info<T>::min_exp <= exponent) && (exponent <= numeric_info<T>::max_exp); in valid_exponent()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp1382 …struct numeric_info { enum { length = 0, size = 32, bound_length = 0, min_exp = 0, max_exp = 0 }; … struct
1384 …template <> struct numeric_info<int > { enum { length = 10, size = 16, bound_length = 9 }; … struct
1385 template <> struct numeric_info<float > { enum { min_exp = -38, max_exp = +38 }; }; argument
1386 template <> struct numeric_info<double > { enum { min_exp = -308, max_exp = +308 }; }; struct
1387 template <> struct numeric_info<long double> { enum { min_exp = -308, max_exp = +308 }; }; argument
1847 return (numeric_info<T>::min_exp <= exponent) && (exponent <= numeric_info<T>::max_exp); in valid_exponent()
/dports/www/nift/nsm-2.4.11/exprtk/
H A Dexprtk.h1373 …struct numeric_info { enum { length = 0, size = 32, bound_length = 0, min_exp = 0, max_exp = 0 }; …
1375 … template<> struct numeric_info<int> { enum { length = 10, size = 16, bound_length = 9}; };
1376 template<> struct numeric_info<float> { enum { min_exp = -38, max_exp = +38}; };
1377 template<> struct numeric_info<double> { enum { min_exp = -308, max_exp = +308}; };
1378 template<> struct numeric_info<long double> { enum { min_exp = -308, max_exp = +308}; };