Home
last modified time | relevance | path

Searched refs:tinyness_before (Results 226 – 250 of 648) sorted by relevance

12345678910>>...26

/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/test/
H A Dcommon_factor_test.cpp182 BOOST_STATIC_CONSTANT(bool, tinyness_before = limits_type::tinyness_before);
233 BOOST_STATIC_CONSTANT(bool, tinyness_before = limits_type::tinyness_before);
/dports/math/stanmath/math-4.2.0/test/unit/math/fwd/core/
H A Dstd_numeric_limits_test.cpp106 EXPECT_FALSE(std::numeric_limits<fvar<double> >::tinyness_before); in TEST()
107 EXPECT_FALSE(std::numeric_limits<fvar<fvar<double> > >::tinyness_before); in TEST()
/dports/devel/blitz/blitz-1.0.2/blitz/
H A Dnuminquire.h299 inline bool tinyness_before(T) {
300 return numeric_limits<T>::tinyness_before;
/dports/math/gecode/gecode-0916a1a/gecode/third-party/boost/detail/
H A Dlimits.hpp136 GECODE_BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
247 GECODE_BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/detail/
H A Dlimits.hpp136 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
247 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_limits.c60 __declare_numeric_base_member(bool, tinyness_before, false);
111 __declare_float_limits_member(bool, tinyness_before, false);
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/boost_include/boost/detail/
H A Dlimits.hpp136 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
247 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
/dports/devel/wxformbuilder/source/src/boost/detail/
H A Dlimits.hpp132 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
243 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
/dports/textproc/clucene/clucene-core-2.3.3.4/src/ext/boost/detail/
H A Dlimits.hpp136 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
247 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
/dports/biology/lamarc/lamarc-2.1.8/boost/detail/
H A Dlimits.hpp132 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
243 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/detail/
H A Dlimits.hpp136 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
247 BOOST_STL_DECLARE_LIMITS_MEMBER(bool, tinyness_before, false);
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Half/
H A DhalfLimits.h95 static const bool tinyness_before = false; variable
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Half/
H A DhalfLimits.h95 static const bool tinyness_before = false; variable
/dports/math/universal/universal-3.48/
H A DCommandLineTools.md276 numeric_limits< sw::unum::posit<8, 0> >::tinyness_before : 0
302 numeric_limits< sw::unum::posit<16, 1> >::tinyness_before : 0
328 numeric_limits< sw::unum::posit<32, 2> >::tinyness_before : 0
354 numeric_limits< sw::unum::posit<64, 3> >::tinyness_before : 0
381 numeric_limits< sw::unum::posit<128, 4> >::tinyness_before : 0
408 numeric_limits< sw::unum::posit<256, 5> >::tinyness_before : 0
/dports/math/gmp/gmp-6.2.1/cxx/
H A Dlimits.cc56 const bool numeric_limits<T>::tinyness_before; \
/dports/math/gap/gap-4.11.0/extern/gmp/cxx/
H A Dlimits.cc56 const bool numeric_limits<T>::tinyness_before; \
/dports/math/mingw32-libgmp/gmp-6.0.0/cxx/
H A Dlimits.cc56 const bool numeric_limits<T>::tinyness_before; \
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/cxx/
H A Dlimits.cc56 const bool numeric_limits<T>::tinyness_before; \
/dports/math/stanmath/math-4.2.0/test/unit/math/mix/core/
H A Dstd_numeric_limits_test.cpp111 EXPECT_FALSE(std::numeric_limits<fvar<var> >::tinyness_before); in TEST()
112 EXPECT_FALSE(std::numeric_limits<fvar<fvar<var> > >::tinyness_before); in TEST()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/math/
H A DHalfLimits.h95 static const bool tinyness_before = false; variable
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Half/
H A DhalfLimits.h95 static const bool tinyness_before = false; variable
/dports/math/universal/universal-3.48/include/universal/number/decimal/
H A Dnumeric_limits.hpp73 static constexpr bool tinyness_before = false; member in std::numeric_limits
/dports/math/universal/universal-3.48/include/universal/number/rational/
H A Dnumeric_limits.hpp73 static constexpr bool tinyness_before = false; member in std::numeric_limits
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A Dilmbase_halfLimits.h98 static const bool tinyness_before = false; variable
/dports/devel/blitz/blitz-1.0.2/examples/
H A Dnuminquire.cpp51 << "tinyness_before(z) = " << tinyness_before(z) << endl; in main()

12345678910>>...26