Home
last modified time | relevance | path

Searched defs:is_positive (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_distance_measure.hpp40 bool is_positive() const { return false; } in is_positive() function
64 bool is_positive() const { return measure > 0.0; } in is_positive() function
/third_party/boost/boost/math/special_functions/
Dpow.hpp119 >::type is_positive; typedef
/third_party/boost/boost/spirit/home/classic/meta/
Dparser_traits.hpp162 struct is_positive { struct
/third_party/boost/boost/date_time/
Dtime_duration.hpp158 BOOST_CONSTEXPR bool is_positive() const in is_positive() function in boost::date_time::time_duration
/third_party/boost/boost/polygon/
Disotropy.hpp438 inline bool is_positive() const {return (val_ & 1);} in is_positive() function in boost::polygon::direction_2d
509 inline bool is_positive() const {return (val_ & 1);} in is_positive() function in boost::polygon::direction_3d
/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.h61 static inline bool is_positive(pseudo_t pseudo, unsigned size) in is_positive() function
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_array_ops.py872 is_positive=None): argument
/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc897 auto is_positive = std::bind(std::less<int>(), 0, std::cref(value)); local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc931 auto is_positive = std::bind(std::less<int>(), 0, std::cref(value)); local
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc1509 Matcher<int> is_positive = Gt(0); in TEST() local
1631 Matcher<int> is_positive = Gt(0); in TEST() local