Home
last modified time | relevance | path

Searched refs:ldexp (Results 1 – 25 of 87) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/
H A Dfloat_functions.hpp82 return std::ldexp(x, y); in operator ()()
147 return ldexp(a, b); in operator ()()
176 template <class Float> boost::hash_detail::not_found ldexp(Float, int);
274 BOOST_HASH_CALL_FLOAT_MACRO(ldexp, ldexpf, float, int)
276 BOOST_HASH_CALL_FLOAT_FUNC(ldexp, ldexpf, float, int)
280 BOOST_HASH_CALL_FLOAT_MACRO(ldexp, ldexpl, long double, int)
282 BOOST_HASH_CALL_FLOAT_FUNC(ldexp, ldexpl, long double, int)
H A Dhash_float.hpp149 boost::hash_detail::call_ldexp<T> ldexp; in float_hash_impl2() local
163 v = ldexp(v, limits<std::size_t>::digits); in float_hash_impl2()
176 v = ldexp(v, limits<std::size_t>::digits); in float_hash_impl2()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dnext.hpp150 return ldexp(tools::min_value<T>(), tools::digits<T>() + 1); in calc_min_shifted()
202 return ldexp(float_next(T(ldexp(val, 2 * tools::digits<T>())), pol), -2 * tools::digits<T>()); in float_next_imp()
207 T diff = ldexp(T(1), expon - tools::digits<T>()); in float_next_imp()
332 … return ldexp(float_prior(T(ldexp(val, 2 * tools::digits<T>())), pol), -2 * tools::digits<T>()); in float_prior_imp()
338 T diff = ldexp(T(1), expon - tools::digits<T>()); in float_prior_imp()
493 T upper = ldexp(T(1), expon); in float_distance_imp()
503 T upper2 = ldexp(T(0.5), expon2); in float_distance_imp()
505 result += (expon2 - expon - 1) * ldexp(T(1), tools::digits<T>() - 1); in float_distance_imp()
520 T a2 = ldexp(a, tools::digits<T>()); in float_distance_imp()
521 T b2 = ldexp(b, tools::digits<T>()); in float_distance_imp()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmath.hpp38 template <class T> T ldexp( T, int );
60 …template <> BOOST_QVM_INLINE_TRIVIAL float ldexp<float>( float x, int y ) { return ::ldexpf(x,y); } in ldexp() function
82 …template <> BOOST_QVM_INLINE_TRIVIAL double ldexp<double>( double x, int y ) { return ::ldexp(x,y)… in ldexp() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dgeneric_interconvert.hpp235 using std::ldexp; in safe_convert_to_float()
260 result += ldexp(safe_convert_to_float<R>(remainder), -scale_factor); in safe_convert_to_float()
350 using std::ldexp; in generic_convert_rational_to_float_imp()
352 result = ldexp(result, -shift); in generic_convert_rational_to_float_imp()
405 val = ldexp(val, shift); in generic_interconvert_float2rational()
480 val = ldexp(val, s); in generic_interconvert_float2int()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dseries.hpp58 result_type factor = ldexp(result_type(1), 1 - bits); in sum_series()
133 result_type factor = ldexp(result_type(1), bits); in kahan_sum_series()
H A Dconfig.hpp322 using std::ldexp;\
H A Dprecision.hpp185 return ldexp(static_cast<T>(1), 1-policies::digits<T, policies::policy<> >()); in epsilon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dcalculate_constants.hpp21 return ldexp(acos(T(0)), 1); in compute()
172 T lim = M ? ldexp(T(1), 1 - (std::min)(M, tools::digits<T>())) : tools::epsilon<T>(); in compute()
617 T lim = N ? ldexp(T(1), 1 - (std::min)(N, tools::digits<T>())) : tools::epsilon<T>(); in compute()
669 T lim = N ? ldexp(T(1), 1 - (std::min)(N, tools::digits<T>())) : tools::epsilon<T>(); in compute()
704 T two_n = ldexp(T(1), n); in zeta_polynomial_series()
730 T lim = ldexp(T(1), 1-digits); in khinchin()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Daiff.c1037 fMant = ldexp(fMant, expon); in ConvertToIeeeExtended()
1041 fMant = ldexp(fMant, 32); in ConvertToIeeeExtended()
1044 fMant = ldexp(fMant - fsMant, 32); in ConvertToIeeeExtended()
1142 f = ldexp(UnsignedToFloat(hiMant), expon-=31); in ConvertFromIeeeExtended()
1143 f += ldexp(UnsignedToFloat(loMant), expon-=32); in ConvertFromIeeeExtended()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dmath.h51 using std::ldexp;
H A Dcmath66 #undef ldexp
315 using ::ldexp;
319 ldexp(float __x, int __exp)
323 ldexp(long double __x, int __exp)
331 ldexp(_Tp __x, int __exp)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dmath.h51 using std::ldexp;
H A Dcmath66 #undef ldexp
315 using ::ldexp;
319 ldexp(float __x, int __exp)
323 ldexp(long double __x, int __exp)
331 ldexp(_Tp __x, int __exp)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmathcalls.h101 __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dmath.h63 using std::tr1::ldexp;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dmath.h63 using std::tr1::ldexp;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmathcalls.h101 __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h108 extern double ldexp (double, int);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h108 extern double ldexp (double, int);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath98 floating_point ldexp (arithmetic value, int exp);
368 using ::ldexp;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath98 floating_point ldexp (arithmetic value, int exp);
368 using ::ldexp;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp91 f = std::ldexp(f, std::numeric_limits<Float>::digits); in operator =()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dtgmath.h655 #define ldexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, ldexp) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dtgmath.h655 #define ldexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, ldexp) macro

1234