Home
last modified time | relevance | path

Searched defs:infinity (Results 1 – 25 of 52) sorted by relevance

123

/third_party/boost/boost/icl/type_traits/
Dinfinity.hpp150 template <class Type> struct infinity struct
152 typedef infinity type;
154 static Type value() in value()
167 struct infinity<std::string> struct
169 typedef infinity type;
171 static std::string value() in value()
/third_party/boost/libs/math/example/
Dnonfinite_facet_simple.cpp127 double infinity; in main() local
148 double infinity; in main() local
/third_party/boost/boost/
Dlimits.hpp75 static BOOST_LLT infinity() throw() { return 0; }; in infinity() function in std::numeric_limits
128 static BOOST_ULLT infinity() throw() { return 0; }; in infinity() function in std::numeric_limits
/third_party/boost/boost/graph/
Dnumeric_values.hpp41 static T infinity() { return (std::numeric_limits< T >::max)(); } in infinity() function
/third_party/boost/boost/numeric/interval/
Dlimits.hpp36 static I infinity () BOOST_NOEXCEPT_OR_NOTHROW { return I::whole(); } in infinity() function in std::numeric_limits
/third_party/boost/libs/graph/test/
Dcycle_ratio_tests.cpp197 static double infinity() { return 1000; } in infinity() function
202 static double infinity() { return 2; } in infinity() function
/third_party/boost/libs/container_hash/test/
Dhash_float_test.hpp100 T infinity = -log(zero); in float_tests() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDecimalFormatSymbolsC.java92 String infinity = en.getInfinity(); in TestSymbols() local
DIntlTestDecimalFormatSymbols.java178 String infinity = en.getInfinity(); in TestSymbols() local
/third_party/icu/icu4c/source/test/intltest/
Dstatic_unisets_test.cpp70 const UnicodeSet &infinity = *get(unisets::INFINITY_SIGN); in testSetCoverage() local
Dtsdcfmsy.cpp99 UnicodeString infinity(en.getSymbol(DecimalFormatSymbols::kInfinitySymbol)); in testSymbols() local
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_limits.hpp70 …static boost::math::cstdfloat::detail::float_internal128_t infinity () … in infinity() function in std::numeric_limits
/third_party/boost/boost/units/
Dlimits.hpp56 …static BOOST_CONSTEXPR quantity_type infinity() { return(quantity_type::from_value(std::numeric_l… in infinity() function in std::numeric_limits
/third_party/icu/icu4c/source/i18n/
Dnumparse_impl.h76 InfinityMatcher infinity; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_impl.h76 InfinityMatcher infinity; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DExhaustiveNumberTest.java59 UnicodeSet infinity = get(Key.INFINITY_SIGN); in testSetCoverage() local
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_impl.h76 InfinityMatcher infinity; member
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_impl.h75 InfinityMatcher infinity; member
/third_party/boost/libs/integer/test/
Dcommon_factor_test.cpp189 static MyInt1 infinity() throw() { return limits_type::infinity(); } in infinity() function in std::numeric_limits
239 static MyUnsigned1 infinity() throw() { return limits_type::infinity(); } in infinity() function in std::numeric_limits
/third_party/boost/libs/config/test/
Dlimits_test.cpp115 const T infinity = lim::infinity(); in test_float_limits() local
/third_party/boost/libs/math/test/
Dcomplex_test.cpp278 T infinity = std::numeric_limits<T>::infinity(); in check_spots() local
/third_party/skia/experimental/graphite/src/geom/
DIntersectionTree.cpp70 constexpr static float infinity = std::numeric_limits<float>::infinity(); in LeafNode() local
/third_party/grpc/test/core/gpr/
Dtime_test.cc184 gpr_timespec infinity[2]; in test_sticky_infinities() local
/third_party/abseil-cpp/absl/numeric/
Dint128.h290 static constexpr absl::uint128 infinity() { return 0; } in infinity() function
525 static constexpr absl::int128 infinity() { return 0; } in infinity() function
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128.h294 static constexpr absl::uint128 infinity() { return 0; } in infinity() function
529 static constexpr absl::int128 infinity() { return 0; } in infinity() function

123