| /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 | cmath | 113 #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 D | math.h | 75 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 D | cmath | 113 #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 D | math.h | 75 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 D | next.hpp | 432 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 D | math_fwd.hpp | 1005 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 D | cmath | 260 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 D | cmath | 260 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 D | math.h | 102 using std::nextafter;
|
| H A D | cmath | 1033 #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 D | math.h | 102 using std::nextafter;
|
| H A D | cmath | 1033 #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 D | mathcalls.h | 262 __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 D | mathcalls.h | 262 __MATHCALL (nextafter,, (_Mdouble_ __x, _Mdouble_ __y));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 308 extern double nextafter (double, double);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 308 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 D | default_ops.hpp | 1969 …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 D | tgmath.h | 763 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
|
| H A D | math.h | 335 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 D | tgmath.h | 763 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
|
| H A D | math.h | 335 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 D | simd | 521 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 D | simd | 521 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 D | builtins.def | 531 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 D | builtins.def | 531 DEF_C99_BUILTIN (BUILT_IN_NEXTAFTER, "nextafter", BT_FN_DOUBLE_DOUBLE_DOUBLE, ATTR_MATHFN_ER…
|