Searched refs:widest_numeric_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py3675 def widest_numeric_type(type1, type2): function
3686 widest_numeric_type(
3741 return widest_numeric_type(type1, type2)
3743 return widest_numeric_type(c_double_type, type2)
3745 return widest_numeric_type(type1, c_double_type)
H A DExprNodes.py1052 suitable_type = PyrexTypes.widest_numeric_type(suitable_type, self.type)
8180 self.type = PyrexTypes.widest_numeric_type(
8200 self.type = PyrexTypes.widest_numeric_type(
8228 self.type = PyrexTypes.widest_numeric_type(
8273 self.type = PyrexTypes.widest_numeric_type(
9081 widest_type = PyrexTypes.widest_numeric_type(type1, type2)
9087 widest_type = PyrexTypes.widest_numeric_type(
9331 widest_type = PyrexTypes.widest_numeric_type(type1, PyrexTypes.c_double_type)
9332 widest_type = PyrexTypes.widest_numeric_type(type2, widest_type)
9864 new_common_type = PyrexTypes.widest_numeric_type(type
[all...]
H A DOptimize.py2523 widest = PyrexTypes.widest_numeric_type(
3387 widest_type = PyrexTypes.widest_numeric_type(type1, type2)
3415 new_node.type = PyrexTypes.widest_numeric_type(widest_type, new_node.type)
H A DNodes.py5796 loop_type = PyrexTypes.widest_numeric_type(loop_type, self.bound1.type)
5798 loop_type = PyrexTypes.widest_numeric_type(loop_type, self.bound2.type)
5800 loop_type = PyrexTypes.widest_numeric_type(loop_type, self.step.type)
7845 self.index_type = PyrexTypes.widest_numeric_type(

Completed in 226 milliseconds