Home
last modified time | relevance | path

Searched refs:frexp (Results 1 – 25 of 72) sorted by relevance

123

/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.hpp90 return std::frexp(x, y); in operator ()()
162 return frexp(a, b); in operator ()()
177 template <class Float> boost::hash_detail::not_found frexp(Float, int*);
286 BOOST_HASH_CALL_FLOAT_MACRO(frexp, frexpf, float, int*)
288 BOOST_HASH_CALL_FLOAT_FUNC(frexp, frexpf, float, int*)
292 BOOST_HASH_CALL_FLOAT_MACRO(frexp, frexpl, long double, int*)
294 BOOST_HASH_CALL_FLOAT_FUNC(frexp, frexpl, long double, int*)
H A Dhash_float.hpp148 boost::hash_detail::call_frexp<T> frexp; in float_hash_impl2() local
153 v = frexp(v, &exp); 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.hpp205 if(-0.5f == frexp(val, &expon)) in float_next_imp()
335 T remain = frexp(val, &expon); in float_prior_imp()
492 frexp(((boost::math::fpclassify)(a) == (int)FP_SUBNORMAL) ? tools::min_value<T>() : a, &expon); in float_distance_imp()
502 frexp(b, &expon2); in float_distance_imp()
717 frexp(val, &expon); in float_advance_imp()
744 if((0.5f == frexp(val, &expon)) && (distance < 0)) in float_advance_imp()
/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.hpp402 val = frexp(val, &e); in generic_interconvert_float2rational()
476 val = frexp(val, &e); in generic_interconvert_float2int()
H A Ddefault_ops.hpp2274 …lue == number_kind_floating_point, number<T, ExpressionTemplates> >::type frexp(const number<T, Ex… in frexp() function
2283 frexp(const detail::expression<tag, A1, A2, A3, A4>& v, short* pint) in frexp() function
2286 return BOOST_MP_MOVE(frexp(static_cast<number_type>(v), pint)); in frexp()
2289 …lue == number_kind_floating_point, number<T, ExpressionTemplates> >::type frexp(const number<T, Ex… in frexp() function
2298 frexp(const detail::expression<tag, A1, A2, A3, A4>& v, int* pint) in frexp() function
2301 return BOOST_MP_MOVE(frexp(static_cast<number_type>(v), pint)); in frexp()
2304 …lue == number_kind_floating_point, number<T, ExpressionTemplates> >::type frexp(const number<T, Ex… in frexp() function
2313 frexp(const detail::expression<tag, A1, A2, A3, A4>& v, long* pint) in frexp() function
2316 return BOOST_MP_MOVE(frexp(static_cast<number_type>(v), pint)); in frexp()
2319 …lue == number_kind_floating_point, number<T, ExpressionTemplates> >::type frexp(const number<T, Ex… in frexp() function
[all …]
/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.h50 using std::frexp;
H A Dcmath65 #undef frexp
296 using ::frexp;
300 frexp(float __x, int* __exp)
304 frexp(long double __x, int* __exp)
312 frexp(_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.h50 using std::frexp;
H A Dcmath65 #undef frexp
296 using ::frexp;
300 frexp(float __x, int* __exp)
304 frexp(long double __x, int* __exp)
312 frexp(_Tp __x, int* __exp)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dconfig.hpp317 using std::frexp;\
/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.h98 __MATHCALL (frexp,, (_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.h60 using std::tr1::frexp;
/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.h60 using std::tr1::frexp;
/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.h98 __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h91 extern double frexp (double, int *);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h91 extern double frexp (double, int *);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath94 floating_point frexp (arithmetic value, int* exp);
366 using ::frexp;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath94 floating_point frexp (arithmetic value, int* exp);
366 using ::frexp;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp90 Float f = std::frexp(i, &e); in operator =()
H A Dcpp_int.hpp1259 using std::frexp; in do_assign_arithmetic()
1285 f = frexp(a, &e); in do_assign_arithmetic()
/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.h652 #define frexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, frexp) 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.h652 #define frexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, frexp) macro
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Daiff.c1030 fMant = frexp(num, &expon); in ConvertToIeeeExtended()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dsimd378 template <class Abi> floatv<Abi> frexp(floatv<Abi> value, samesize<int, floatv<Abi>>* exp);
379 template <class Abi> doublev<Abi> frexp(doublev<Abi> value, samesize<int, doublev<Abi>>* exp);
380 template <class Abi> ldoublev<Abi> frexp(ldoublev<Abi> value, samesize<int, ldoublev<Abi>>* exp);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dsimd378 template <class Abi> floatv<Abi> frexp(floatv<Abi> value, samesize<int, floatv<Abi>>* exp);
379 template <class Abi> doublev<Abi> frexp(doublev<Abi> value, samesize<int, doublev<Abi>>* exp);
380 template <class Abi> ldoublev<Abi> frexp(ldoublev<Abi> value, samesize<int, ldoublev<Abi>>* exp);

123