Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Diostream_state_saver_test.cc186 std::numeric_limits<float>::denorm_min(), // smallest denorm in TEST()
190 std::nextafter(std::numeric_limits<float>::denorm_min(), 1.0f), in TEST()
251 std::numeric_limits<double>::denorm_min(), // smallest denorm in TEST()
255 std::nextafter(std::numeric_limits<double>::denorm_min(), 1.0f), in TEST()
327 std::numeric_limits<real_type>::denorm_min(), // smallest denorm in TEST()
331 std::nextafter(std::numeric_limits<real_type>::denorm_min(), 1.0f), in TEST()
368 EXPECT_EQ(std::numeric_limits<double>::denorm_min(), x); in TEST()
/third_party/abseil-cpp/absl/random/internal/
Diostream_state_saver_test.cc183 std::numeric_limits<float>::denorm_min(), // smallest denorm in TEST()
187 std::nextafter(std::numeric_limits<float>::denorm_min(), 1.0f), in TEST()
248 std::numeric_limits<double>::denorm_min(), // smallest denorm in TEST()
252 std::nextafter(std::numeric_limits<double>::denorm_min(), 1.0f), in TEST()
325 std::numeric_limits<real_type>::denorm_min(), // smallest denorm in TEST()
329 std::nextafter(std::numeric_limits<real_type>::denorm_min(), 1.0f), in TEST()
367 EXPECT_EQ(std::numeric_limits<double>::denorm_min(), x); in TEST()
/third_party/boost/boost/numeric/interval/
Dlimits.hpp40 static I denorm_min() BOOST_NOEXCEPT_OR_NOTHROW in denorm_min() function in std::numeric_limits
41 { return I(bl::denorm_min(), bl::denorm_min()); } in denorm_min()
/third_party/boost/libs/multiprecision/test/
Dtest_numeric_limits.cpp114 … BOOST_TEST(FP_SUBNORMAL == (boost::math::fpclassify)(std::numeric_limits<Number>::denorm_min())); in test_specific()
116 BOOST_TEST((boost::math::isfinite)(std::numeric_limits<Number>::denorm_min())); in test_specific()
117 BOOST_TEST(!(boost::math::isnormal)(std::numeric_limits<Number>::denorm_min())); in test_specific()
118 BOOST_TEST(!(boost::math::isinf)(std::numeric_limits<Number>::denorm_min())); in test_specific()
119 BOOST_TEST(!(boost::math::isnan)(std::numeric_limits<Number>::denorm_min())); in test_specific()
120 BOOST_TEST(0 == std::numeric_limits<Number>::denorm_min() / 2); in test_specific()
122 BOOST_TEST(0 != std::numeric_limits<Number>::denorm_min()); in test_specific()
229 PRINT(denorm_min()); in test()
Dtest_cpp_bin_float_conv.cpp164 q = (std::numeric_limits<float>::denorm_min)(); in main()
165 BOOST_CHECK_EQUAL(q.convert_to<float>(), (std::numeric_limits<float>::denorm_min)()); in main()
174 q = -(std::numeric_limits<float>::denorm_min)(); in main()
175 BOOST_CHECK_EQUAL(q.convert_to<float>(), -(std::numeric_limits<float>::denorm_min)()); in main()
Dconstexpr_test_float128.cpp56 constexpr float128 i(std::numeric_limits<float128>::denorm_min()); in main()
58 constexpr float128 j(-std::numeric_limits<float128>::denorm_min()); in main()
/third_party/boost/libs/container_hash/test/
Dhash_float_test.hpp136 if(x1(boost::hash_detail::limits<T>::denorm_min()) == x1(infinity)) in float_tests()
144 if(x1(boost::hash_detail::limits<T>::denorm_min()) == in float_tests()
269 if(x1(boost::hash_detail::limits<T>::denorm_min()) == x1(zero)) { in float_tests()
276 if(x1(boost::hash_detail::limits<T>::denorm_min()) != in float_tests()
278 boost::hash_detail::limits<T>::denorm_min())) in float_tests()
282 << x1(boost::hash_detail::limits<T>::denorm_min()) in float_tests()
286 boost::hash_detail::limits<T>::denorm_min()) in float_tests()
/third_party/boost/libs/math/test/
Dstd_real_concept_check.cpp67 static boost::math::concepts::std_real_concept denorm_min() throw();
105 static boost::math::concepts::std_real_concept denorm_min() throw();
143 static boost::math::concepts::std_real_concept denorm_min() throw();
181 static boost::math::concepts::std_real_concept denorm_min() throw();
Dtest_next_decimal.cpp147 test_value(std::numeric_limits<T>::denorm_min(), name); in test_values()
148 test_value(T(-std::numeric_limits<T>::denorm_min()), name); in test_values()
149 test_value(T(2 * std::numeric_limits<T>::denorm_min()), name); in test_values()
150 test_value(T(-2 * std::numeric_limits<T>::denorm_min()), name); in test_values()
Dtest_autodiff_7.cpp54 fpclassify(make_fvar<T, m>(std::numeric_limits<T>::denorm_min())), in BOOST_AUTO_TEST_CASE_TEMPLATE()
61 !isnormal(make_fvar<T, m>(std::numeric_limits<T>::denorm_min()))); in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_next.cpp140 test_value(std::numeric_limits<T>::denorm_min(), name); in test_values()
141 test_value(-std::numeric_limits<T>::denorm_min(), name); in test_values()
142 test_value(2 * std::numeric_limits<T>::denorm_min(), name); in test_values()
143 test_value(-2 * std::numeric_limits<T>::denorm_min(), name); in test_values()
Dtest_gamma.hpp322 …:numeric_limits<T>::has_infinity && (boost::math::isinf)(1 / std::numeric_limits<T>::denorm_min())) in test_spots()
324 …BOOST_CHECK_EQUAL(boost::math::tgamma(-std::numeric_limits<T>::denorm_min()), -std::numeric_limits… in test_spots()
325 …BOOST_CHECK_EQUAL(boost::math::tgamma(std::numeric_limits<T>::denorm_min()), std::numeric_limits<T… in test_spots()
/third_party/boost/libs/math/test/compile_test/
Dstd_real_concept_check.cpp70 static boost::math::concepts::std_real_concept denorm_min() throw();
109 static boost::math::concepts::std_real_concept denorm_min() throw();
148 static boost::math::concepts::std_real_concept denorm_min() throw();
187 static boost::math::concepts::std_real_concept denorm_min() throw();
/third_party/boost/libs/multiprecision/doc/
Dnumeric_limits_qbk.cpp257 os << "[" << std::numeric_limits<T>::denorm_min() << "]" in float_functions()
400 std::cout << "denorm_min = " << std::numeric_limits<T>::denorm_min() << std::endl; in numeric_limits_list()
401 std::cout << " = " << std::numeric_limits<T>::denorm_min() << std::endl; in numeric_limits_list()
676 << "[" << std::numeric_limits<float>::denorm_min() << "]" in main()
677 << "[" << std::numeric_limits<double>::denorm_min() << "]" in main()
680 << "[" << std::numeric_limits<long double>::denorm_min() << "]" in main()
682 << "[" << std::numeric_limits<cpp_dec_float_50 >::denorm_min() << "]" in main()
683 << "[" << std::numeric_limits<bin_128bit_double_type >::denorm_min() << "]" in main()
/third_party/boost/boost/
Dlimits.hpp78 static BOOST_LLT denorm_min() throw() { return 0; }; in denorm_min() function in std::numeric_limits
131 static BOOST_ULLT denorm_min() throw() { return 0; }; in denorm_min() function in std::numeric_limits
/third_party/boost/libs/math/example/
Dinspect_fp.cpp108 print_row("sn.min", std::numeric_limits<T>::denorm_min(), in print_table()
110 print_row("-sn.min", -std::numeric_limits<T>::denorm_min(), in print_table()
Dfloat_comparison_example.cpp186 a = std::numeric_limits<float>::denorm_min(); in main()
377 c = std::numeric_limits<float>::denorm_min(); // 1.40129846e-045 in main()
/third_party/boost/boost/units/
Dlimits.hpp59 …atic BOOST_CONSTEXPR quantity_type denorm_min() { return(quantity_type::from_value(std::numeric_l… in denorm_min() function in std::numeric_limits
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc173 const double denormal = std::numeric_limits<double>::denorm_min(); in VerifyNativeImplementationImpl()
652 floats.push_back(std::numeric_limits<float>::denorm_min()); in TEST_F()
653 floats.push_back(-std::numeric_limits<float>::denorm_min()); in TEST_F()
703 doubles.push_back(std::numeric_limits<double>::denorm_min()); in TEST_F()
704 doubles.push_back(-std::numeric_limits<double>::denorm_min()); in TEST_F()
739 skip_verify.insert(L::denorm_min()); in TEST_F()
742 skip_verify.insert(-L::denorm_min()); in TEST_F()
/third_party/boost/boost/multiprecision/concepts/
Dmp_number_archetypes.hpp236 static number_type denorm_min() BOOST_NOEXCEPT { return base_type::denorm_min(); } in denorm_min() function in std::numeric_limits
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc159 const double denormal = std::numeric_limits<double>::denorm_min(); in VerifyNativeImplementationImpl()
630 floats.push_back(std::numeric_limits<float>::denorm_min()); in TEST_F()
631 floats.push_back(-std::numeric_limits<float>::denorm_min()); in TEST_F()
687 doubles.push_back(std::numeric_limits<double>::denorm_min()); in TEST_F()
688 doubles.push_back(-std::numeric_limits<double>::denorm_min()); in TEST_F()
722 if (d2 == L::max() || d2 == L::min() || d2 == L::denorm_min()) { in TEST_F()
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_limits.hpp73 …static boost::math::cstdfloat::detail::float_internal128_t denorm_min () … in denorm_min() function in std::numeric_limits
/third_party/boost/libs/units/test/
Dtest_limits.cpp82 CHECK_FUNCTION(denorm_min); in do_check()
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp641 … BOOST_STATIC_CONSTEXPR number_type denorm_min() BOOST_NOEXCEPT { return base_type::denorm_min(); } in denorm_min() function in std::numeric_limits
659 static const number_type denorm_min() BOOST_NOEXCEPT { return base_type::denorm_min(); } in denorm_min() function in std::numeric_limits
/third_party/boost/libs/integer/test/
Dcommon_factor_test.cpp192 static MyInt1 denorm_min() throw() { return limits_type::denorm_min(); } in denorm_min() function in std::numeric_limits
243 static MyUnsigned1 denorm_min() throw(){ return limits_type::denorm_min(); } in denorm_min() function in std::numeric_limits

123