Searched refs:int_output_type (Results 1 – 1 of 1) sorted by relevance
/dports/devel/py-numba/numba-0.51.2/numba/tests/ |
H A D | test_ufuncs.py | 137 def _determine_output_type(self, input_type, int_output_type=None, argument 144 if int_output_type: 145 output_type = types.Array(int_output_type, 1, 'C') 149 if int_output_type: 150 output_type = types.Array(int_output_type, 1, 'C') 165 int_output_type=None, float_output_type=None, argument 196 input_type, int_output_type, float_output_type) 302 self.basic_ufunc_test(np.negative, int_output_type=types.int64, 861 int_output_type=None, float_output_type=None): argument 882 int_output_type=None, float_output_type=None, argument [all …]
|