Home
last modified time | relevance | path

Searched refs:epsilon (Results 1 – 25 of 73) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dprecision.hpp155 inline BOOST_MATH_CONSTEXPR T epsilon(const mpl::true_& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE(T)… in epsilon() function
157 return std::numeric_limits<T>::epsilon(); in epsilon()
162 inline BOOST_MATH_CONSTEXPR long double epsilon<long double>(const mpl::true_& BOOST_MATH_APPEND_EX… in epsilon() function
181 inline T epsilon(const mpl::false_& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE(T)) in epsilon() function
247 inline BOOST_MATH_CONSTEXPR T epsilon(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(T)) BOOST_MATH_NOEXCEP… in epsilon() function
250 return detail::epsilon<T>(mpl::bool_< ::std::numeric_limits<T>::is_specialized>()); in epsilon()
253 detail::epsilon<T>(mpl::true_()) : in epsilon()
254 detail::epsilon<T>(mpl::false_()); in epsilon()
288 static const T r_eps = sqrt(tools::epsilon<T>()); in root_epsilon_imp()
296 return sqrt(tools::epsilon<T>()); in root_epsilon_imp()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c73 unsigned long epsilon, minpixclock, maxpixclock; in mpc512x_set_pixel_clock() local
105 epsilon = pixclock / 20; /* pixclock * 0.05 */ in mpc512x_set_pixel_clock()
106 pr_debug("DIU deviation - %lu\n", epsilon); in mpc512x_set_pixel_clock()
107 minpixclock = pixclock - epsilon; in mpc512x_set_pixel_clock()
108 maxpixclock = pixclock + epsilon; in mpc512x_set_pixel_clock()
136 for (offset = 0; offset <= epsilon; offset += pixclock / 64) { in mpc512x_set_pixel_clock()
142 if (delta < epsilon) in mpc512x_set_pixel_clock()
151 if (delta < epsilon) in mpc512x_set_pixel_clock()
154 if (offset <= epsilon) { in mpc512x_set_pixel_clock()
157 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunitbezier.hpp70 double solveCurveX(double x, double epsilon) const { in solveCurveX()
81 if (fabs (x2) < epsilon) in solveCurveX()
101 if (fabs(x2 - x) < epsilon) in solveCurveX()
114 double solve(double x, double epsilon) const { in solve()
115 return sampleCurveY(solveCurveX(x, epsilon)); in solve()
/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 Dexp_integral.tcc85 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __expint_E1_series()
160 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __expint_En_series()
206 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __expint_En_cont_frac()
301 if (__term < std::numeric_limits<_Tp>::epsilon() * __sum) in __expint_Ei_series()
332 if (__term < std::numeric_limits<_Tp>::epsilon()) in __expint_Ei_asymp()
360 else if (__x < -std::log(std::numeric_limits<_Tp>::epsilon())) in __expint_Ei()
454 if (std::abs(__term) < std::numeric_limits<_Tp>::epsilon()) in __expint_large_n()
H A Driemann_zeta.tcc91 if (__term < std::numeric_limits<_Tp>::epsilon()) in __riemann_zeta_sum()
124 if (std::abs(__term) < std::numeric_limits<_Tp>::epsilon()) in __riemann_zeta_alt()
163 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __riemann_zeta_glob()
269 if (_Tp(1) - __fact < std::numeric_limits<_Tp>::epsilon()) in __riemann_zeta_product()
371 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __hurwitz_zeta_glob()
H A Dgamma.tcc124 if (__term < std::numeric_limits<_Tp>::epsilon()) in __bernoulli_series()
366 if (std::abs(__term / __sum) < std::numeric_limits<_Tp>::epsilon()) in __psi_series()
398 if (std::abs(__term / __sum) < std::numeric_limits<_Tp>::epsilon()) in __psi_asymp()
422 const _Tp __eps = _Tp(4) * std::numeric_limits<_Tp>::epsilon(); in __psi()
H A Dell_integral.tcc103 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __ellint_rf()
169 if (__term < std::numeric_limits<_Tp>::epsilon()) in __comp_ellint_1_series()
284 if (__term < std::numeric_limits<_Tp>::epsilon()) in __comp_ellint_2_series()
320 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __ellint_rd()
519 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __ellint_rc()
599 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __ellint_rj()
H A Dhypergeometric.tcc87 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __conf_hyperg_series()
126 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __conf_hyperg_luke()
275 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __hyperg_series()
310 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __hyperg_luke()
444 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __hyperg_reflect()
741 const _Tp __toler = _Tp(1000) * std::numeric_limits<_Tp>::epsilon(); in __hyperg()
/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 Dexp_integral.tcc85 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __expint_E1_series()
160 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __expint_En_series()
206 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __expint_En_cont_frac()
301 if (__term < std::numeric_limits<_Tp>::epsilon() * __sum) in __expint_Ei_series()
332 if (__term < std::numeric_limits<_Tp>::epsilon()) in __expint_Ei_asymp()
360 else if (__x < -std::log(std::numeric_limits<_Tp>::epsilon())) in __expint_Ei()
454 if (std::abs(__term) < std::numeric_limits<_Tp>::epsilon()) in __expint_large_n()
H A Driemann_zeta.tcc91 if (__term < std::numeric_limits<_Tp>::epsilon()) in __riemann_zeta_sum()
124 if (std::abs(__term) < std::numeric_limits<_Tp>::epsilon()) in __riemann_zeta_alt()
163 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __riemann_zeta_glob()
269 if (_Tp(1) - __fact < std::numeric_limits<_Tp>::epsilon()) in __riemann_zeta_product()
371 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __hurwitz_zeta_glob()
H A Dgamma.tcc124 if (__term < std::numeric_limits<_Tp>::epsilon()) in __bernoulli_series()
366 if (std::abs(__term / __sum) < std::numeric_limits<_Tp>::epsilon()) in __psi_series()
398 if (std::abs(__term / __sum) < std::numeric_limits<_Tp>::epsilon()) in __psi_asymp()
422 const _Tp __eps = _Tp(4) * std::numeric_limits<_Tp>::epsilon(); in __psi()
H A Dell_integral.tcc103 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __ellint_rf()
169 if (__term < std::numeric_limits<_Tp>::epsilon()) in __comp_ellint_1_series()
284 if (__term < std::numeric_limits<_Tp>::epsilon()) in __comp_ellint_2_series()
320 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __ellint_rd()
519 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __ellint_rc()
599 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __ellint_rj()
H A Dhypergeometric.tcc87 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __conf_hyperg_series()
126 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __conf_hyperg_luke()
275 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __hyperg_series()
310 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __hyperg_luke()
444 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __hyperg_reflect()
741 const _Tp __toler = _Tp(1000) * std::numeric_limits<_Tp>::epsilon(); in __hyperg()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp108 … ( min_content_diff < -std::numeric_limits<double>::epsilon() || std::numeric_limits<double>::epsi… in choose_by_minimum_overlap_cost()
167 …verlap_exp < -std::numeric_limits<content_type>::epsilon() || std::numeric_limits<content_type>::e… in choose_by_minimum_overlap_cost_first_n()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dlimits.hpp113 __device__ __forceinline__ static float epsilon() { return FLT_EPSILON; } in epsilon() function
121 __device__ __forceinline__ static double epsilon() { return DBL_EPSILON; } in epsilon() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dlimits.hpp113 __device__ __forceinline__ static float epsilon() { return FLT_EPSILON; } in epsilon() function
121 __device__ __forceinline__ static double epsilon() { return DBL_EPSILON; } in epsilon() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dlimits.hpp113 __device__ __forceinline__ static float epsilon() { return FLT_EPSILON; } in epsilon() function
121 __device__ __forceinline__ static double epsilon() { return DBL_EPSILON; } in epsilon() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dlog1p.hpp95 if(a < tools::epsilon<result_type>()) in log1p_imp()
128 if(a < tools::epsilon<T>()) in log1p_imp()
181 if(a < tools::epsilon<T>()) in log1p_imp()
236 if(a < tools::epsilon<T>()) in log1p_imp()
478 if(a < tools::epsilon<result_type>()) in log1pmx()
H A Datanh.hpp60 else if(x < -1 + tools::epsilon<T>()) in atanh_imp()
65 else if(x > 1 - tools::epsilon<T>()) in atanh_imp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dlimits.hpp62 static BOOST_LLT epsilon() throw() { return 0; }; in epsilon() function in std::numeric_limits
115 static BOOST_ULLT epsilon() throw() { return 0; }; in epsilon() function in std::numeric_limits
/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 Dlimits330 /** The @e machine @e epsilon: the difference between 1 and the least
333 epsilon() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
409 epsilon() _GLIBCXX_USE_NOEXCEPT { return false; }
479 epsilon() _GLIBCXX_USE_NOEXCEPT { return 0; }
547 epsilon() _GLIBCXX_USE_NOEXCEPT { return 0; }
618 epsilon() _GLIBCXX_USE_NOEXCEPT { return 0; }
690 epsilon() _GLIBCXX_USE_NOEXCEPT { return 0; }
754 epsilon() _GLIBCXX_USE_NOEXCEPT { return 0; }
819 epsilon() noexcept { return 0; }
880 epsilon() noexcept { return 0; }
[all …]
/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 Dlimits330 /** The @e machine @e epsilon: the difference between 1 and the least
333 epsilon() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
409 epsilon() _GLIBCXX_USE_NOEXCEPT { return false; }
479 epsilon() _GLIBCXX_USE_NOEXCEPT { return 0; }
547 epsilon() _GLIBCXX_USE_NOEXCEPT { return 0; }
618 epsilon() _GLIBCXX_USE_NOEXCEPT { return 0; }
690 epsilon() _GLIBCXX_USE_NOEXCEPT { return 0; }
754 epsilon() _GLIBCXX_USE_NOEXCEPT { return 0; }
819 epsilon() noexcept { return 0; }
880 epsilon() noexcept { return 0; }
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlimits36 static constexpr T epsilon() noexcept;
161 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return type();}
221 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return type(0);}
274 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return type(0);}
320 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __FLT_EPSILON_…
366 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __DBL_EPSILON_…
412 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __LDBL_EPSILON…
462 …LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __base::epsilon
555 …LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __base::epsilon
648 …LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __base::epsilon
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlimits36 static constexpr T epsilon() noexcept;
161 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return type();}
221 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return type(0);}
274 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return type(0);}
320 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __FLT_EPSILON_…
366 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __DBL_EPSILON_…
412 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __LDBL_EPSILON…
462 …LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __base::epsilon
555 …LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __base::epsilon
648 …LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT {return __base::epsilon
[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 Dlimits.hpp39 static long double epsilon() { in epsilon() function

123