Home
last modified time | relevance | path

Searched refs:is_ternary (Results 1 – 25 of 42) sorted by relevance

12

/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/ErrorHandling/
H A DRequireCheckingReturnValueOfEval.pm66 my $is_ternary = 0;
82 $is_ternary = 1;
104 if (!$is_ternary && !$is_proper) {
/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dt-fmpqxx.cpp165 bool is_ternary(const T&) in is_ternary() function
175 tassert(is_ternary((a+a) - b*c)); in test_extras()
176 tassert(is_ternary(b*c + (a+a))); in test_extras()
H A Dt-fmpz_poly_qxx.cpp88 bool is_ternary(const T&) in is_ternary() function
H A Dt-fmpq_polyxx.cpp147 bool is_ternary(const T&) in is_ternary() function
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dt-fmpqxx.cpp165 bool is_ternary(const T&) in is_ternary() function
175 tassert(is_ternary((a+a) - b*c)); in test_extras()
176 tassert(is_ternary(b*c + (a+a))); in test_extras()
H A Dt-fmpz_poly_qxx.cpp88 bool is_ternary(const T&) in is_ternary() function
H A Dt-fmpq_polyxx.cpp147 bool is_ternary(const T&) in is_ternary() function
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dt-fmpqxx.cpp165 bool is_ternary(const T&) in is_ternary() function
175 tassert(is_ternary((a+a) - b*c)); in test_extras()
176 tassert(is_ternary(b*c + (a+a))); in test_extras()
H A Dt-fmpz_poly_qxx.cpp88 bool is_ternary(const T&) in is_ternary() function
H A Dt-fmpq_polyxx.cpp147 bool is_ternary(const T&) in is_ternary() function
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/mako/
H A Dlexer.py166 and control_frame.is_ternary(node.keyword)
181 elif self.control_line and self.control_line[-1].is_ternary(
185 elif self.control_line and not self.control_line[-1].is_ternary(
H A Dparsetree.py106 def is_ternary(self, keyword): member in ControlLine
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/mako/
H A Dlexer.py166 and control_frame.is_ternary(node.keyword)
181 elif self.control_line and self.control_line[-1].is_ternary(
185 elif self.control_line and not self.control_line[-1].is_ternary(
H A Dparsetree.py106 def is_ternary(self, keyword): member in ControlLine
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/mako/mako/
H A Dlexer.py166 and control_frame.is_ternary(node.keyword)
181 elif self.control_line and self.control_line[-1].is_ternary(
185 elif self.control_line and not self.control_line[-1].is_ternary(
H A Dparsetree.py106 def is_ternary(self, keyword): member in ControlLine
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/mako/mako/
H A Dlexer.py166 and control_frame.is_ternary(node.keyword)
181 elif self.control_line and self.control_line[-1].is_ternary(
185 elif self.control_line and not self.control_line[-1].is_ternary(
H A Dparsetree.py106 def is_ternary(self, keyword): member in ControlLine
/dports/textproc/py-mako/Mako-1.0.14/mako/
H A Dlexer.py166 and control_frame.is_ternary(node.keyword)
181 elif self.control_line and self.control_line[-1].is_ternary(
185 elif self.control_line and not self.control_line[-1].is_ternary(
H A Dparsetree.py106 def is_ternary(self, keyword): member in ControlLine
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_gc.cpp520 else if (ENABLE_TERNARY && cw.is_ternary()) {
536 SASSERT(cw.is_ternary());
587 else if (ENABLE_TERNARY && cw.is_ternary())
H A Dsat_clause.h168 bool is_ternary() const { return size() == 3; } in is_ternary() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/
H A Dsat_gc.cpp520 else if (ENABLE_TERNARY && cw.is_ternary()) {
536 SASSERT(cw.is_ternary());
587 else if (ENABLE_TERNARY && cw.is_ternary())
H A Dsat_clause.h168 bool is_ternary() const { return size() == 3; } in is_ternary() function
/dports/editors/neovim/neovim-0.6.1/src/nvim/viml/parser/
H A Dexpressions.c2326 bool is_ternary = false; in viml_pexpr_parse() local
2348 is_ternary = true; in viml_pexpr_parse()
2363 assert(!is_ternary); in viml_pexpr_parse()
2400 if (is_ternary) { in viml_pexpr_parse()

12