Searched defs:is_pos (Results 1 – 4 of 4) sorted by relevance
101 bool is_pos() const { in is_pos() function in boost::polygon::detail::extended_exponent_fpt211 bool is_pos(const extended_exponent_fpt<_fpt>& that) { in is_pos() function309 bool is_pos() const { in is_pos() function in boost::polygon::detail::extended_int583 bool is_pos(const extended_int<N>& that) { in is_pos() function
65 bool is_pos(const T& that) { in is_pos() function227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
27 bool is_pos (T const &v) { return v > static_cast<T>(0); } in is_pos() function
10642 export_vs_varying(isel_context* ctx, int slot, bool is_pos, int* next_pos) in export_vs_varying()