Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 25 of 256) sorted by relevance

1234567891011

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dconstants.hpp10 void calc_log2(T& num, unsigned digits) in calc_log2() argument
33 if(digits < 3640) // 3640 binary digits ~ 1100 decimal digits in calc_log2()
56 ui_type limit = digits / 3 + 1; in calc_log2()
81 void calc_e(T& result, unsigned digits) in calc_e() argument
102 if(digits < 3640) // 3640 binary digits ~ 1100 decimal digits in calc_e()
110 eval_ldexp(lim, lim, digits); in calc_e()
129 void calc_pi(T& result, unsigned digits) in calc_pi() argument
151 if(digits < 3640) // 3640 binary digits ~ 1100 decimal digits in calc_pi()
168 eval_ldexp(lim, lim, -(int)digits); in calc_pi()
246 …static BOOST_MP_THREAD_LOCAL long digits = boost::multiprecision::detail::digits2<number<T> >::val… in get_constant_ln2() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dinteger.hpp126 (Bits-1 <= ::std::numeric_limits<long>::digits) +
127 (Bits-1 <= ::std::numeric_limits<int>::digits) +
128 (Bits-1 <= ::std::numeric_limits<short>::digits) +
129 (Bits-1 <= ::std::numeric_limits<signed char>::digits)
144 (Bits <= ::std::numeric_limits<unsigned long>::digits) +
145 (Bits <= ::std::numeric_limits<unsigned int>::digits) +
146 (Bits <= ::std::numeric_limits<unsigned short>::digits) +
147 (Bits <= ::std::numeric_limits<unsigned char>::digits));
157 (Bits <= ::std::numeric_limits<unsigned long>::digits) +
158 (Bits <= ::std::numeric_limits<unsigned int>::digits) +
[all …]
H A Drational.hpp120 && (std::numeric_limits<FromInt>::digits <= std::numeric_limits<ToInt>::digits)
416 … typename boost::enable_if_c<(std::numeric_limits<T>::digits > std::numeric_limits<IntType>::digit… in is_safe_narrowing_conversion()
418 return val < (T(1) << std::numeric_limits<IntType>::digits); in is_safe_narrowing_conversion()
424 … typename boost::enable_if_c<(std::numeric_limits<T>::digits > std::numeric_limits<IntType>::digit… in is_safe_narrowing_conversion()
430 …l < (T(1) << std::numeric_limits<IntType>::digits)) && (val >= -(T(1) << std::numeric_limits<IntTy… in is_safe_narrowing_conversion()
436 … typename boost::enable_if_c<(std::numeric_limits<T>::digits > std::numeric_limits<IntType>::digit… in is_safe_narrowing_conversion()
438 return (val < (T(1) << std::numeric_limits<IntType>::digits)) && (val >= 0); in is_safe_narrowing_conversion()
444 …typename boost::enable_if_c<(std::numeric_limits<T>::digits <= std::numeric_limits<IntType>::digit… in is_safe_narrowing_conversion()
452 …typename boost::enable_if_c<(std::numeric_limits<T>::digits <= std::numeric_limits<IntType>::digit… in is_safe_narrowing_conversion()
460 …typename boost::enable_if_c<(std::numeric_limits<T>::digits <= std::numeric_limits<IntType>::digit… in is_safe_narrowing_conversion()
[all …]
H A Dcrc.hpp110 struct mask_uint_t< std::numeric_limits<unsigned char>::digits >;
114 struct mask_uint_t< std::numeric_limits<unsigned short>::digits >;
119 struct mask_uint_t< std::numeric_limits<unsigned int>::digits >;
124 struct mask_uint_t< std::numeric_limits<unsigned long>::digits >;
361 struct mask_uint_t< std::numeric_limits<unsigned char>::digits >
362 : high_uint_t< std::numeric_limits<unsigned char>::digits >
364 typedef high_uint_t<std::numeric_limits<unsigned char>::digits>
384 struct mask_uint_t< std::numeric_limits<unsigned short>::digits >
385 : high_uint_t< std::numeric_limits<unsigned short>::digits >
387 typedef high_uint_t<std::numeric_limits<unsigned short>::digits>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dlcast_precision.hpp63 limits::radix == 2 && limits::digits > 0
82 2UL + limits::digits * 30103UL / 100000UL
86 (limits::digits + 0UL < ULONG_MAX / 30103UL &&
123 limits::radix == 2 && limits::digits > 0; in lcast_get_precision()
134 unsigned long const digits = limits::digits; in lcast_get_precision()
135 unsigned long const precision = 2UL + digits * 30103UL / 100000UL; in lcast_get_precision()
139 digits < ULONG_MAX / 30103UL && in lcast_get_precision()
/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.hpp76 boost::intmax_t shift = std::numeric_limits<T>::digits - ilogb(val) - 1; in normalize_value()
150 return ldexp(tools::min_value<T>(), tools::digits<T>() + 1); in calc_min_shifted()
158 return scalbn(tools::min_value<T>(), std::numeric_limits<T>::digits + 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()
249 …oat_next(T(scalbn(val, 2 * std::numeric_limits<T>::digits)), pol), -2 * std::numeric_limits<T>::di… in float_next_imp()
255 T diff = scalbn(T(1), expon - std::numeric_limits<T>::digits); 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()
380 …at_prior(T(scalbn(val, 2 * std::numeric_limits<T>::digits)), pol), -2 * std::numeric_limits<T>::di… in float_prior_imp()
[all …]
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Ddsp_dtmf.c130 dsp->dtmf.digits[0] = '\0'; in dsp_dtmf_goertzel_decode()
155 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()
179 return dsp->dtmf.digits; in dsp_dtmf_goertzel_decode()
298 if ((strlen(dsp->dtmf.digits) + 1) in dsp_dtmf_goertzel_decode()
299 < sizeof(dsp->dtmf.digits)) { in dsp_dtmf_goertzel_decode()
300 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()
301 dsp->dtmf.digits) + 1] = '\0'; in dsp_dtmf_goertzel_decode()
302 dsp->dtmf.digits[strlen( in dsp_dtmf_goertzel_decode()
303 dsp->dtmf.digits)] = what; in dsp_dtmf_goertzel_decode()
H A Ddsp_core.c669 u8 *digits = NULL; in dsp_function() local
726 digits = dsp_dtmf_goertzel_decode(dsp, skb->data, in dsp_function()
738 if (digits) { in dsp_function()
739 while (*digits) { in dsp_function()
745 __func__, *digits, dsp->name); in dsp_function()
746 k = *digits | DTMF_TONE_VAL; in dsp_function()
758 digits++; in dsp_function()
783 digits = dsp_dtmf_goertzel_decode(dsp, skb->data, in dsp_function()
785 while (*digits) { in dsp_function()
791 __func__, *digits, dsp->name); in dsp_function()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/
H A Dhash_float.hpp93 template <typename Float, unsigned digits, unsigned max_exponent>
98 std::numeric_limits<Float>::digits == digits &&
163 v = ldexp(v, limits<std::size_t>::digits); in float_hash_impl2()
169 = (limits<T>::digits * in float_hash_impl2()
171 + limits<std::size_t>::digits - 1) in float_hash_impl2()
172 / 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/multiprecision/cpp_int/
H A Dcpp_int_config.hpp32 1 + std::numeric_limits<boost::long_long_type>::digits == N,
35 1 + std::numeric_limits<long>::digits == N,
38 1 + std::numeric_limits<int>::digits == N,
50 std::numeric_limits<boost::ulong_long_type>::digits == N,
53 std::numeric_limits<unsigned long>::digits == N,
56 std::numeric_limits<unsigned int>::digits == N,
/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.hpp54 eval_right_shift(t, std::numeric_limits<l_limb_type>::digits); in generic_interconvert()
59 unsigned shift = std::numeric_limits<l_limb_type>::digits; in generic_interconvert()
65 eval_right_shift(t, std::numeric_limits<l_limb_type>::digits); in generic_interconvert()
68 shift += std::numeric_limits<l_limb_type>::digits; in generic_interconvert()
102 eval_right_shift(t, std::numeric_limits<limb_type>::digits); in generic_interconvert()
107 unsigned shift = std::numeric_limits<limb_type>::digits; in generic_interconvert()
113 eval_right_shift(t, std::numeric_limits<limb_type>::digits); in generic_interconvert()
116 shift += std::numeric_limits<limb_type>::digits; in generic_interconvert()
182 static const int shift = std::numeric_limits<boost::intmax_t>::digits - 1; in generic_interconvert()
250 …if(std::numeric_limits<R>::digits == 0 || std::numeric_limits<R>::digits >= std::numeric_limits<R>… in safe_convert_to_float()
[all …]
H A Dnumber_base.hpp161 std::numeric_limits<T>::digits
814 BOOST_STATIC_ASSERT(LONG_MAX / 1000 > (std::numeric_limits<T>::digits + 1));
815 …T>::radix == 10 ? (((std::numeric_limits<T>::digits + 1) * 1000L) / 301L) : std::numeric_limits<T…
828 void format_float_string(S& str, boost::intmax_t my_exp, boost::intmax_t digits, std::ios_base::fmt… in format_float_string() argument
841 if(digits == 0) in format_float_string()
843 digits = (std::max)(str.size(), size_type(16)); in format_float_string()
854 str.append(size_type(digits), '0'); in format_float_string()
863 if(digits > 1) in format_float_string()
864 str.append(size_type(digits - 1), '0'); in format_float_string()
893 chars = digits - chars; in format_float_string()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dis_subranged.hpp62 typedef mpl::int_< ::std::numeric_limits<S>::digits > S_digits ;
63 typedef mpl::int_< ::std::numeric_limits<T>::digits > T_digits ;
81 typedef mpl::int_< ::std::numeric_limits<S>::digits > S_digits ;
82 typedef mpl::int_< ::std::numeric_limits<T>::digits > T_digits ;
108 typedef mpl::int_< ::std::numeric_limits<S>::digits > S_mantisa ;
109 typedef mpl::int_< ::std::numeric_limits<T>::digits > T_mantisa ;
/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.hpp171 T n = 3 + (M ? (std::min)(M, tools::digits<T>()) : tools::digits<T>()) / 4; 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()
691 T zeta_polynomial_series(T s, T sc, int digits) in zeta_polynomial_series() argument
702 int n = (digits * 19) / 53; in zeta_polynomial_series()
725 T khinchin(int digits) in khinchin() argument
730 T lim = ldexp(T(1), 1-digits); in khinchin()
742 term = (zeta_polynomial_series(T(2 * n), T(1 - T(2 * n)), digits) - 1) * factor / n; in khinchin()
756 int n = N ? (std::min)(N, tools::digits<T>()) : tools::digits<T>(); in compute()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dbig_constant.hpp29 static const int digits = 113; member
70 ((D <= boost::math::tools::numeric_traits<boost::math::tools::largest_float>::digits) \
80 …:math::tools::numeric_traits<T>::digits <= boost::math::tools::numeric_traits<boost::math::tools::…
/OK3568_Linux_fs/u-boot/lib/
H A Dvsprintf.c161 static const char digits[16] = "0123456789ABCDEF"; in number() local
211 tmp[i++] = (digits[((unsigned char)num) & mask] in number()
343 int i, digits; in ip4_addr_string() local
346 digits = put_dec_trunc(temp, addr[i]) - temp; in ip4_addr_string()
348 while (digits--) in ip4_addr_string()
349 *p++ = temp[digits]; in ip4_addr_string()
806 void print_grouped_ull(unsigned long long int_val, int digits) in print_grouped_ull() argument
811 digits = (digits + 2) / 3; in print_grouped_ull()
812 sprintf(str, "%*llu", digits * 3, int_val); in print_grouped_ull()
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dbindec.S44 | LEN is the number of digits to be displayed. The
45 | k-factor can dictate either the total number of digits,
46 | if it is a positive number, or the number of digits
54 | of decimal places needed to insure LEN integer digits
69 | significant digits. The excess digits are collected
85 | A13. Check for LEN digits.
86 | If the int operation results in more than LEN digits,
87 | or less than LEN -1 digits, adjust ILOG and repeat from
97 | The bcd digits are stored in the correct position in
102 | digits are stored in the final string.
[all …]
H A Ddecbin.S27 | digits, rather than 1 integer and 16 fraction digits.
32 | The mantissa digits will be converted with the decimal point
127 | 4. Subtract 16 to compensate for interpreting the mant as all integer digits.
128 | (i.e., all digits assumed left of the decimal point.)
144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
145 moveql #ESTRT,%d3 |counter to pick up digits
157 dbf %d2,e_gd |if we have used all 3 digits, exit loop
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_cmdline.c175 char digits[AVB_MAX_DIGITS_UINT64]) { in uint64_to_base10()
187 digits[n] = rev_digits[num_digits - 1 - n]; in uint64_to_base10()
189 digits[n] = '\0'; in uint64_to_base10()
215 char digits[AVB_MAX_DIGITS_UINT64]; in cmdline_append_uint64_base10() local
216 uint64_to_base10(value, digits); in cmdline_append_uint64_base10()
217 return cmdline_append_option(slot_data, key, digits); in cmdline_append_uint64_base10()
/OK3568_Linux_fs/u-boot/include/
H A Ddebug_uart.h191 static inline void printhex(uint value, int digits) \
193 while (digits-- > 0) \
194 printhex1(value >> (4 * digits)); \
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A Dstdio.c46 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local
50 digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in number()
80 tmp[i++] = digits[do_div(num, base)]; in number()
95 *str++ = digits[33]; in number()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlimits29 static constexpr int digits = 0;
154 static _LIBCPP_CONSTEXPR const int digits = 0;
209 …static _LIBCPP_CONSTEXPR const int digits = static_cast<int>(sizeof(type) * __CHAR_BIT__ - is_sig…
210 static _LIBCPP_CONSTEXPR const int digits10 = digits * 3 / 10;
212 … static _LIBCPP_CONSTEXPR const type __min = __libcpp_compute_min<type, digits, is_signed>::value;
262 static _LIBCPP_CONSTEXPR const int digits = 1;
310 static _LIBCPP_CONSTEXPR const int digits = __FLT_MANT_DIG__;
312 static _LIBCPP_CONSTEXPR const int max_digits10 = 2+(digits * 30103l)/100000l;
356 static _LIBCPP_CONSTEXPR const int digits = __DBL_MANT_DIG__;
358 static _LIBCPP_CONSTEXPR const int max_digits10 = 2+(digits * 30103l)/100000l;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlimits29 static constexpr int digits = 0;
154 static _LIBCPP_CONSTEXPR const int digits = 0;
209 …static _LIBCPP_CONSTEXPR const int digits = static_cast<int>(sizeof(type) * __CHAR_BIT__ - is_sig…
210 static _LIBCPP_CONSTEXPR const int digits10 = digits * 3 / 10;
212 … static _LIBCPP_CONSTEXPR const type __min = __libcpp_compute_min<type, digits, is_signed>::value;
262 static _LIBCPP_CONSTEXPR const int digits = 1;
310 static _LIBCPP_CONSTEXPR const int digits = __FLT_MANT_DIG__;
312 static _LIBCPP_CONSTEXPR const int max_digits10 = 2+(digits * 30103l)/100000l;
356 static _LIBCPP_CONSTEXPR const int digits = __DBL_MANT_DIG__;
358 static _LIBCPP_CONSTEXPR const int max_digits10 = 2+(digits * 30103l)/100000l;
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dstdio.c82 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local
86 digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in number()
116 tmp[i++] = digits[do_div(num, base)]; in number()
131 *str++ = digits[33]; in number()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dhelper.js53 function roundNumber(number, digits) argument
55 var multiple = Math.pow(10, digits);

1234567891011