Home
last modified time | relevance | path

Searched defs:is_pos (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/polygon/detail/
Dvoronoi_ctypes.hpp101 bool is_pos() const { in is_pos() function in boost::polygon::detail::extended_exponent_fpt
211 bool is_pos(const extended_exponent_fpt<_fpt>& that) { in is_pos() function
309 bool is_pos() const { in is_pos() function in boost::polygon::detail::extended_int
583 bool is_pos(const extended_int<N>& that) { in is_pos() function
Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
/third_party/boost/boost/numeric/interval/detail/
Dtest_input.hpp27 bool is_pos (T const &v) { return v > static_cast<T>(0); } in is_pos() function
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10642 export_vs_varying(isel_context* ctx, int slot, bool is_pos, int* next_pos) in export_vs_varying()