Searched refs:nb_lshift (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | object.h | 77 binaryfunc nb_lshift; member
|
/third_party/python/Objects/ |
H A D | floatobject.c | 1619 long_methods->nb_lshift(numerator, py_exponent)); in float_as_integer_ratio_impl() 1625 long_methods->nb_lshift(denominator, py_exponent)); in float_as_integer_ratio_impl() 1866 0, /* nb_lshift */
|
H A D | abstract.c | 1065 BINARY_FUNC(PyNumber_Lshift, nb_lshift, "<<") 1250 INPLACE_BINOP(PyNumber_InPlaceLshift, nb_inplace_lshift, nb_lshift, "<<=")
|
H A D | typeobject.c | 5892 COPYNUM(nb_lshift); in inherit_slots() 7521 SLOT1BIN(slot_nb_lshift, nb_lshift, __lshift__, __rlshift__) 8131 BINSLOT("__lshift__", nb_lshift, slot_nb_lshift, "<<"), 8132 RBINSLOT("__rlshift__", nb_lshift, slot_nb_lshift, "<<"),
|
Completed in 18 milliseconds