| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/ |
| H A D | float_functions.hpp | 90 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 D | hash_float.hpp | 148 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 D | next.hpp | 205 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 D | generic_interconvert.hpp | 402 val = frexp(val, &e); in generic_interconvert_float2rational() 476 val = frexp(val, &e); in generic_interconvert_float2int()
|
| H A D | default_ops.hpp | 2274 …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 D | math.h | 50 using std::frexp;
|
| H A D | cmath | 65 #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 D | math.h | 50 using std::frexp;
|
| H A D | cmath | 65 #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 D | config.hpp | 317 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 D | mathcalls.h | 98 __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 D | math.h | 60 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 D | math.h | 60 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 D | mathcalls.h | 98 __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 91 extern double frexp (double, int *);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 91 extern double frexp (double, int *);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cmath | 94 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 D | cmath | 94 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 D | rational_adaptor.hpp | 90 Float f = std::frexp(i, &e); in operator =()
|
| H A D | cpp_int.hpp | 1259 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 D | tgmath.h | 652 #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 D | tgmath.h | 652 #define frexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, frexp) macro
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | aiff.c | 1030 fMant = frexp(num, &expon); in ConvertToIeeeExtended()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | simd | 378 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 D | simd | 378 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);
|