Home
last modified time | relevance | path

Searched refs:nextafter (Results 1 – 25 of 68) sorted by relevance

123

/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 Dcmath113 #undef nextafter
261 using ::nextafter;
478 using std::nextafter;
894 nextafter(float __x, float __y)
898 nextafter(long double __x, long double __y)
904 nextafter(_Tp __x, _Up __y)
907 return nextafter(__type(__x), __type(__y));
H A Dmath.h75 using std::tr1::nextafter;
/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 Dcmath113 #undef nextafter
261 using ::nextafter;
478 using std::nextafter;
894 nextafter(float __x, float __y)
898 nextafter(long double __x, long double __y)
904 nextafter(_Tp __x, _Up __y)
907 return nextafter(__type(__x), __type(__y));
H A Dmath.h75 using std::tr1::nextafter;
/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.hpp432 inline typename tools::promote_args<T, U>::type nextafter(const T& val, const U& direction, const P… in nextafter() function
439 inline typename tools::promote_args<T, U>::type nextafter(const T& val, const U& direction) in nextafter() function
441 return nextafter(val, direction, policies::policy<>()); in nextafter()
H A Dmath_fwd.hpp1005 typename tools::promote_args<T, U>::type nextafter(const T&, const U&, const Policy&);
1007 typename tools::promote_args<T, U>::type nextafter(const T&, const U&);
1488 …template <class T> T nextafter(const T& a, const T& b){ return boost::math::nextafter(a, b, Policy…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath260 floating_point nextafter (arithmetic x, arithmetic y);
449 using ::nextafter;
638 if (__r >= ::nextafter(static_cast<_RealT>(_MaxVal), INFINITY)) {
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath260 floating_point nextafter (arithmetic x, arithmetic y);
449 using ::nextafter;
638 if (__r >= ::nextafter(static_cast<_RealT>(_MaxVal), INFINITY)) {
/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.h102 using std::nextafter;
H A Dcmath1033 #undef nextafter
1171 using ::nextafter;
1660 nextafter(float __x, float __y)
1664 nextafter(long double __x, long double __y)
1671 nextafter(_Tp __x, _Up __y)
1674 return nextafter(__type(__x), __type(__y));
/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.h102 using std::nextafter;
H A Dcmath1033 #undef nextafter
1171 using ::nextafter;
1660 nextafter(float __x, float __y)
1664 nextafter(long double __x, long double __y)
1671 nextafter(_Tp __x, _Up __y)
1674 return nextafter(__type(__x), __type(__y));
/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.h262 __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
/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.h262 __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h308 extern double nextafter (double, double);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h308 extern double nextafter (double, double);
/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.hpp1969 …inline multiprecision::number<Backend, ExpressionTemplates> nextafter BOOST_PREVENT_MACRO_SUBSTITU… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1971 return boost::math::nextafter(a, b, c99_error_policy()); in BOOST_PREVENT_MACRO_SUBSTITUTION()
1974 …inline multiprecision::number<Backend, ExpressionTemplates> nextafter BOOST_PREVENT_MACRO_SUBSTITU… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1976 …return nextafter BOOST_PREVENT_MACRO_SUBSTITUTION(a, multiprecision::number<Backend, ExpressionTem… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1979 …inline multiprecision::number<Backend, ExpressionTemplates> nextafter BOOST_PREVENT_MACRO_SUBSTITU… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1981 …return nextafter BOOST_PREVENT_MACRO_SUBSTITUTION(multiprecision::number<Backend, ExpressionTempla… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1984 …inline typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type nextafter BOO… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1987 return nextafter BOOST_PREVENT_MACRO_SUBSTITUTION(value_type(a), value_type(b)); in BOOST_PREVENT_MACRO_SUBSTITUTION()
1992 return boost::math::nextafter(a, b, c99_error_policy()); in BOOST_PREVENT_MACRO_SUBSTITUTION()
/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.h763 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
H A Dmath.h335 nextafter) __attribute__ ((__const__));
338 nextafter) __attribute__ ((__const__));
/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.h763 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
H A Dmath.h335 nextafter) __attribute__ ((__const__));
338 nextafter) __attribute__ ((__const__));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dsimd521 template <class Abi> floatv<Abi> nextafter(floatv<Abi> x, floatv<Abi> y);
522 template <class Abi> doublev<Abi> nextafter(doublev<Abi> x, doublev<Abi> y);
523 template <class Abi> ldoublev<Abi> nextafter(ldoublev<Abi> x, ldoublev<Abi> y);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dsimd521 template <class Abi> floatv<Abi> nextafter(floatv<Abi> x, floatv<Abi> y);
522 template <class Abi> doublev<Abi> nextafter(doublev<Abi> x, doublev<Abi> y);
523 template <class Abi> ldoublev<Abi> nextafter(ldoublev<Abi> x, ldoublev<Abi> y);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dbuiltins.def531 DEF_C99_BUILTIN (BUILT_IN_NEXTAFTER, "nextafter", BT_FN_DOUBLE_DOUBLE_DOUBLE, ATTR_MATHFN_ER…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dbuiltins.def531 DEF_C99_BUILTIN (BUILT_IN_NEXTAFTER, "nextafter", BT_FN_DOUBLE_DOUBLE_DOUBLE, ATTR_MATHFN_ER…

123