Searched refs:make_constant_slot (Results 1 – 1 of 1) sorted by relevance
/dports/devel/py-numba/numba-0.51.2/numba/np/ |
H A D | linalg.py | 67 def make_constant_slot(context, builder, ty, val): function 375 alpha = make_constant_slot(context, builder, dtype, 1.0) 376 beta = make_constant_slot(context, builder, dtype, 0.0) 418 alpha = make_constant_slot(context, builder, dtype, 1.0) 419 beta = make_constant_slot(context, builder, dtype, 0.0)
|