| /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 | fpclassify.hpp | 113 #ifdef isnan in is_nan_helper() 114 return isnan(t); in is_nan_helper() 138 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return std::isnan(static_cast<do… in is_nan_helper() 139 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return std::isnan(static_cast<d… in is_nan_helper() 141 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return ::isnan(static_cast<doubl… in is_nan_helper() 142 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return ::isnan(static_cast<doub… in is_nan_helper() 168 #elif defined(isnan) in BOOST_NO_MACRO_EXPAND() 552 return (std::isnan)(x); in isnan_impl() 606 inline bool (isnan)(T x) 614 #ifdef isnan [all …]
|
| H A D | atanh.hpp | 54 else if((boost::math::isnan)(x)) in atanh_imp()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geo.hpp | 34 if (std::isnan(lat)) { in LatLng() 37 if (std::isnan(lon)) { in LatLng() 202 if (std::isnan(_top)) { in EdgeInsets() 205 if (std::isnan(_left)) { in EdgeInsets() 208 if (std::isnan(_bottom)) { in EdgeInsets() 211 if (std::isnan(_right)) { in EdgeInsets()
|
| H A D | projection.hpp | 18 if (std::isnan(_northing)) { in ProjectedMeters() 21 if (std::isnan(_easting)) { in ProjectedMeters()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | has_nan_coordinate.hpp | 33 struct isnan struct 38 return boost::math::isnan(t); in apply() 89 detail::isnan, in has_nan_coordinate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform.cpp | 22 if (std::isnan(angle) || std::isnan(anchorAngle)) { in _normalizeAngle() 97 if (std::isnan(zoom)) { in easeTo() 170 if (std::isnan(zoom) || state.size.isEmpty()) { in flyTo() 296 if (std::isnan(frameZoom)) { in flyTo() 356 if (std::isnan(zoom)) return; in setLatLngZoom() 418 if (std::isnan(minZoom)) return; in setMinZoom() 423 if (std::isnan(maxZoom)) return; in setMaxZoom() 428 if (std::isnan(minPitch)) return; in setMinPitch() 433 if (std::isnan(maxPitch)) return; in setMaxPitch() 463 if (std::isnan(angle)) return; in setAngle() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 133 extern int isnan (double); 230 #ifndef isnan 231 #define isnan(__x) (__builtin_isnan (__x)) macro 246 #ifndef isnan 247 #define isnan(__x) (fpclassify(__x) == FP_NAN) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 133 extern int isnan (double); 230 #ifndef isnan 231 #define isnan(__x) (__builtin_isnan (__x)) macro 246 #ifndef isnan 247 #define isnan(__x) (fpclassify(__x) == FP_NAN) macro
|
| /OK3568_Linux_fs/buildroot/package/yajl/ |
| H A D | 0004-Link-libyajl-_s-with-libm-when-isnan-is-not-brought-.patch | 4 Subject: [PATCH] Link libyajl{,_s} with libm when isnan is not brought by the 7 Check whether isnan is provided by the libc library, otherwise make sure 36 +CHECK_LIBRARY_EXISTS(c isnan "" HAVE_LIBC_ISNAN)
|
| /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-helper-functions.h | 37 __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
|
| H A D | mathcalls.h | 213 __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan)
|
| /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-helper-functions.h | 37 __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan)
|
| H A D | mathcalls.h | 213 __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan)
|
| /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 | special_function_util.h | 116 { return std::isnan(__x); } in _GLIBCXX_VISIBILITY()
|
| /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 | special_function_util.h | 116 { return std::isnan(__x); } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cmath | 146 bool isnan(arithmetic x); 323 using ::isnan; 564 return isnan(__lcpp_x); 573 return isnan(__lcpp_x);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cmath | 146 bool isnan(arithmetic x); 323 using ::isnan; 564 return isnan(__lcpp_x); 573 return isnan(__lcpp_x);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | ring.hpp | 126 if (std::isnan(area_)) { in area() 133 if (std::isnan(area_)) { in is_hole() 140 if (std::isnan(area_)) { in size()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/machine/ |
| H A D | ieeefp.h | 137 #define isnan(__x) ((sizeof (__x) == sizeof (float)) ? (0) : __isnand(__x)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/machine/ |
| H A D | ieeefp.h | 137 #define isnan(__x) ((sizeof (__x) == sizeof (float)) ? (0) : __isnand(__x)) macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | inf_nan.hpp | 111 if ((boost::math::isnan)(value)) { in put_inf_nan_impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/math/ |
| H A D | fpclassify.hpp | 158 template<class T> bool (isnan)(T x)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | step.cpp | 28 if (std::isnan(x)) { in evaluate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline.cpp | 22 !std::isfinite(minZoom) || std::isnan(maxZoom) || !std::isfinite(pixelRatio)) { in OfflineTilePyramidRegionDefinition()
|
| /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 | cmath | 523 #undef isnan 611 isnan(float __x) 616 using ::isnan; 619 isnan(double __x) 624 isnan(long double __x) 632 isnan(_Tp __x) 870 isnan(_Tp __f)
|