Home
last modified time | relevance | path

Searched defs:is_floating_point (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/devel/boost-docs/boost_1_72_0/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/devel/R-cran-BH/BH/inst/include/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/sysutils/usbtop/usbtop-release-1.0/third-party/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/devel/boost-libs/boost_1_72_0/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/math/py-pytanque/pytanque-1.1.0/third-party/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/devel/hyperscan/boost_1_75_0/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/type_traits/
H A Dis_floating_point.hpp16 template <class T> struct is_floating_point : public false_type{}; struct
17 template <class T> struct is_floating_point<const T> : public is_floating_point<T>{}; struct
18 template <class T> struct is_floating_point<volatile const T> : public is_floating_point<T>{}; struct
19 template <class T> struct is_floating_point<volatile T> : public is_floating_point<T>{}; struct
20 template<> struct is_floating_point<float> : public true_type{}; struct
21 template<> struct is_floating_point<double> : public true_type{}; struct
22 template<> struct is_floating_point<long double> : public true_type{}; struct
25 template<> struct is_floating_point<__float128> : public true_type{}; struct
/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/include/dmlc/
H A Dtype_traits.h52 struct is_floating_point { struct
55 static const bool value = std::is_floating_point<T>::value; argument
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/include/dmlc/
H A Dtype_traits.h52 struct is_floating_point { struct
55 static const bool value = std::is_floating_point<T>::value; argument

1234567