Home
last modified time | relevance | path

Searched refs:result_is_bool (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DExprNodes.py12374 def find_special_bool_compare_function(self, env, operand1, result_is_bool=False): argument
12378 if result_is_bool or (type1.is_builtin_type and type2.is_builtin_type):
12683 env, self.operand1, result_is_bool=True):
12689 self.operand2, env, result_is_bool=True)
12824 def optimise_comparison(self, operand1, env, result_is_bool=False): argument
12825 if self.find_special_bool_compare_function(env, operand1, result_is_bool):
12831 operand2 = self.cascade.optimise_comparison(self.operand2, env, result_is_bool)
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DExprNodes.py12390 def find_special_bool_compare_function(self, env, operand1, result_is_bool=False): argument
12394 if result_is_bool or (type1.is_builtin_type and type2.is_builtin_type):
12700 env, self.operand1, result_is_bool=True):
12706 self.operand2, env, result_is_bool=True)
12841 def optimise_comparison(self, operand1, env, result_is_bool=False): argument
12842 if self.find_special_bool_compare_function(env, operand1, result_is_bool):
12848 operand2 = self.cascade.optimise_comparison(self.operand2, env, result_is_bool)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DExprNodes.py12390 def find_special_bool_compare_function(self, env, operand1, result_is_bool=False): argument
12394 if result_is_bool or (type1.is_builtin_type and type2.is_builtin_type):
12700 env, self.operand1, result_is_bool=True):
12706 self.operand2, env, result_is_bool=True)
12841 def optimise_comparison(self, operand1, env, result_is_bool=False): argument
12842 if self.find_special_bool_compare_function(env, operand1, result_is_bool):
12848 operand2 = self.cascade.optimise_comparison(self.operand2, env, result_is_bool)
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DExprNodes.py12625 def find_special_bool_compare_function(self, env, operand1, result_is_bool=False): argument
12629 if result_is_bool or (type1.is_builtin_type and type2.is_builtin_type):
12935 env, self.operand1, result_is_bool=True):
12941 self.operand2, env, result_is_bool=True)
13076 def optimise_comparison(self, operand1, env, result_is_bool=False): argument
13077 if self.find_special_bool_compare_function(env, operand1, result_is_bool):
13083 operand2 = self.cascade.optimise_comparison(self.operand2, env, result_is_bool)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DExprNodes.py12390 def find_special_bool_compare_function(self, env, operand1, result_is_bool=False): argument
12394 if result_is_bool or (type1.is_builtin_type and type2.is_builtin_type):
12700 env, self.operand1, result_is_bool=True):
12706 self.operand2, env, result_is_bool=True)
12841 def optimise_comparison(self, operand1, env, result_is_bool=False): argument
12842 if self.find_special_bool_compare_function(env, operand1, result_is_bool):
12848 operand2 = self.cascade.optimise_comparison(self.operand2, env, result_is_bool)