Home
last modified time | relevance | path

Searched refs:fp_type (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp87 typedef typename mpl::front<typename T::float_types>::type fp_type; in eval_sin() typedef
162 const bool b_near_zero = xx.compare(fp_type(1e-1)) < 0; in eval_sin()
163 const bool b_near_pi_half = t.compare(fp_type(1e-1)) < 0;; in eval_sin()
178 t2 = fp_type(1.5); in eval_sin()
188 t2 = fp_type(0.5); in eval_sin()
208 t2 = fp_type(1.5); in eval_sin()
243 typedef typename mpl::front<typename T::float_types>::type fp_type; in eval_cos() typedef
326 const bool b_near_zero = xx.compare(fp_type(1e-1)) < 0; in eval_cos()
340 n_pi = fp_type(0.5f); in eval_cos()
436 typedef typename mpl::front<typename T::float_types>::type fp_type; in eval_asin() typedef
[all …]
H A Dpow.hpp349 typedef typename mpl::front<typename T::float_types>::type fp_type; in eval_log() typedef
379 if(t.compare(fp_type(2) / fp_type(3)) <= 0) in eval_log()
464 typedef typename mpl::front<typename T::float_types>::type fp_type; in eval_pow() typedef
663 …if((x.compare(fp_type(0.5)) >= 0) && (x.compare(fp_type(0.9)) < 0) && (an < max_an) && (an > min_a… in eval_pow()
665 if(a.compare(fp_type(1e-5f)) <= 0) in eval_pow()
799 typedef typename mpl::front<typename T::float_types>::type fp_type; in sinhcosh() typedef
825 …bool small_sinh = eval_get_sign(x) < 0 ? x.compare(fp_type(-0.5)) > 0 : x.compare(fp_type(0.5)) < … in sinhcosh()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp149 boost::numeric_cast<fp_type>(m_numerator) * scale() in initialize()
150 / boost::numeric_cast<fp_type>(m_denominator) in initialize()
189 static fp_type const small_part_of_scale = scale() / 100; in near_end()
245 >::type fp_type; typedef in boost::geometry::segment_ratio
255 fp_type m_approximation;
258 static inline fp_type scale() in scale()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-Adapt-to-OpenSSL-1.1.1.patch349 @@ -231,7 +272,7 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type,
358 @@ -252,12 +293,21 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type,
380 @@ -273,11 +323,14 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type,
H A D0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch158 @@ -293,7 +293,7 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp1236 typedef typename boost::multiprecision::detail::canonical<float, T>::type fp_type; in eval_round() typedef
1250 eval_subtract(result, a, fp_type(0.5f)); in eval_round()
1255 eval_add(result, a, fp_type(0.5f)); in eval_round()