Searched refs:check_underflow (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/ |
| H A D | error_handling.hpp | 723 inline bool check_underflow(T val, R* result, const char* function, const Policy& pol) BOOST_NOEXCE… in check_underflow() function 733 inline bool check_underflow(std::complex<T> val, R* result, const char* function, const Policy& pol… in check_underflow() function 737 bool r = check_underflow<r_type>(val.real(), &re, function, pol); in check_underflow() 738 r = check_underflow<r_type>(val.imag(), &im, function, pol) || r; in check_underflow() 772 inline BOOST_MATH_CONSTEXPR bool check_underflow(T /* val */, R* /* result */, const char* /* funct… in check_underflow() function 775 inline BOOST_MATH_CONSTEXPR bool check_underflow(std::complex<T> /* val */, R* /* result */, const … in check_underflow() function 798 if(detail::check_underflow<R>(val, &result, function, underflow_type())) in checked_narrowing_cast()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 436 static bool check_underflow(const struct arpt_entry *e) in check_underflow() function 486 if (!check_underflow(e)) in check_entry_size_and_hooks()
|
| H A D | ip_tables.c | 572 static bool check_underflow(const struct ipt_entry *e) in check_underflow() function 623 if (!check_underflow(e)) in check_entry_size_and_hooks()
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 591 static bool check_underflow(const struct ip6t_entry *e) in check_underflow() function 642 if (!check_underflow(e)) in check_entry_size_and_hooks()
|