Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/math/
Dfpclassify.c18 T(0x1p-127, FP_SUBNORMAL)
19 T(-0x1p-127, FP_SUBNORMAL)
37 T(0x1p-1023, FP_SUBNORMAL)
38 T(-0x1p-1023, FP_SUBNORMAL)
57 T(0x1p-16383L, FP_SUBNORMAL)
58 T(-0x1p-16383L, FP_SUBNORMAL)
62 T(0x1p-1023L, FP_SUBNORMAL)
63 T(-0x1p-1023L, FP_SUBNORMAL)
78 C(FP_SUBNORMAL) in strclass()
/third_party/musl/src/math/
D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
D__fpclassifyf.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyf()
D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
D__fpclassifyf.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyf()
D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/musl/porting/liteos_m/kernel/src/math/
D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/musl/porting/uniproton/kernel/src/math/
D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/mesa3d/include/
Dc99_math.h157 static inline enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL} enumerator
172 return FP_SUBNORMAL; in fpclassify()
/third_party/boost/libs/math/test/
Dtest_classify.cpp112 BOOST_CHECK_EQUAL((::boost::math::fpclassify)(t), (int)FP_SUBNORMAL); in test_classify()
113 BOOST_CHECK_EQUAL((::boost::math::fpclassify)(-t), (int)FP_SUBNORMAL); in test_classify()
126 BOOST_CHECK_EQUAL((::boost::math::fpclassify)(t), (int)FP_SUBNORMAL); in test_classify()
127 BOOST_CHECK_EQUAL((::boost::math::fpclassify)(-t), (int)FP_SUBNORMAL); in test_classify()
276 std::cout << "FP_SUBNORMAL: " << (int)FP_SUBNORMAL << std::endl; in BOOST_AUTO_TEST_CASE()
Dtest_autodiff_7.cpp55 FP_SUBNORMAL); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/third_party/boost/libs/multiprecision/test/
Dconstexpr_test_float128.cpp57 static_assert(fpclassify(i) == FP_SUBNORMAL); in main()
59 static_assert(fpclassify(j) == FP_SUBNORMAL); in main()
Dtest_fpclassify.cpp140 BOOST_CHECK_EQUAL((::boost::math::fpclassify)(t), (int)FP_SUBNORMAL); in test()
141 BOOST_CHECK_EQUAL((::boost::math::fpclassify)(-t), (int)FP_SUBNORMAL); in test()
155 BOOST_CHECK_EQUAL((::boost::math::fpclassify)(t), (int)FP_SUBNORMAL); in test()
156 BOOST_CHECK_EQUAL((::boost::math::fpclassify)(-t), (int)FP_SUBNORMAL); in test()
383 std::cout << "FP_SUBNORMAL: " << (int)FP_SUBNORMAL << std::endl; in main()
Dtest_numeric_limits.cpp114 … BOOST_TEST(FP_SUBNORMAL == (boost::math::fpclassify)(std::numeric_limits<Number>::denorm_min())); in test_specific()
115 … BOOST_TEST(FP_SUBNORMAL == (boost::math::fpclassify)((std::numeric_limits<Number>::min)() / 2)); in test_specific()
/third_party/boost/boost/math/special_functions/
Dnext.hpp195 …if((fpclass != (int)FP_SUBNORMAL) && (fpclass != (int)FP_ZERO) && (fabs(val) < detail::get_min_shi… in float_next_imp()
242 …if((fpclass != (int)FP_SUBNORMAL) && (fpclass != (int)FP_ZERO) && (fabs(val) < detail::get_min_shi… in float_next_imp()
325 …if((fpclass != (int)FP_SUBNORMAL) && (fpclass != (int)FP_ZERO) && (fabs(val) < detail::get_min_shi… in float_prior_imp()
373 …if((fpclass != (int)FP_SUBNORMAL) && (fpclass != (int)FP_ZERO) && (fabs(val) < detail::get_min_shi… in float_prior_imp()
492 …(void)frexp(((boost::math::fpclassify)(a) == (int)FP_SUBNORMAL) ? tools::min_value<T>() : a, &expo… in float_distance_imp()
513 if(((boost::math::fpclassify)(a) == (int)FP_SUBNORMAL) || (b - a < tools::min_value<T>())) in float_distance_imp()
600 …expon = 1 + ilogb(((boost::math::fpclassify)(a) == (int)FP_SUBNORMAL) ? tools::min_value<T>() : a); in float_distance_imp()
620 if(((boost::math::fpclassify)(a) == (int)FP_SUBNORMAL) || (b - a < tools::min_value<T>())) in float_distance_imp()
Dfpclassify.hpp188 return (at != 0) ? FP_SUBNORMAL : FP_ZERO; in BOOST_NO_MACRO_EXPAND()
229 return FP_SUBNORMAL; in BOOST_NO_MACRO_EXPAND()
255 return FP_SUBNORMAL; in BOOST_NO_MACRO_EXPAND()
/third_party/mesa3d/src/mesa/main/
Dquerymatrix.c99 case FP_SUBNORMAL: in _mesa_QueryMatrixxOES()
/third_party/musl/libc-test/src/regression/
Dfpclassify-invalid-ld80.c19 C(FP_SUBNORMAL) in strclass()
/third_party/boost/libs/math/doc/fp_utilities/
Dfpclassify.qbk9 #define FP_SUBNORMAL /* implementation specific value */
83 [[FP_SUBNORMAL] [If /t/ is a denormalised number.]]
/third_party/boost/boost/container_hash/detail/
Dhash_float.hpp225 case FP_SUBNORMAL: in float_hash_value()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcommon.inl34 return std::fpclassify(x) == FP_SUBNORMAL;
/third_party/musl/ndk_musl_include/
Dmath.h36 #define FP_SUBNORMAL 3 macro

12