HomeSort by relevance Sort by last modified time
    Searched refs:PyLong_Check (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyprimtypes.swg 62 } else if (PyLong_Check(obj)) {
123 if (PyLong_Check(obj)) {
189 if (PyLong_Check(obj)) {
243 if (PyLong_Check(obj)) {
292 } else if (PyLong_Check(obj)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
longobject.h 14 #define PyLong_Check(op) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
longobject.h 14 #define PyLong_Check(op) \
  /external/python/cpython2/Include/
longobject.h 14 #define PyLong_Check(op) \
  /prebuilts/gdb/darwin-x86/include/python2.7/
longobject.h 14 #define PyLong_Check(op) \
  /prebuilts/gdb/linux-x86/include/python2.7/
longobject.h 14 #define PyLong_Check(op) \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longobject.h 14 #define PyLong_Check(op) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longobject.h 14 #define PyLong_Check(op) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
sliceobject.c 109 if (!PyInt_Check(r->step) && !PyLong_Check(r->step)) return -1;
115 if (!PyInt_Check(r->start) && !PyLong_Check(r->step)) return -1;
122 if (!PyInt_Check(r->stop) && !PyLong_Check(r->step)) return -1;
intobject.c 169 if (PyLong_Check(io)) {
222 if (PyLong_Check(op))
241 if (PyLong_Check(io)) {
274 if (op && PyLong_Check(op))
287 if (PyLong_Check(io)) {
319 if (op && PyLong_Check(op))
332 if (PyLong_Check(io)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
sliceobject.c 109 if (!PyInt_Check(r->step) && !PyLong_Check(r->step)) return -1;
115 if (!PyInt_Check(r->start) && !PyLong_Check(r->step)) return -1;
122 if (!PyInt_Check(r->stop) && !PyLong_Check(r->step)) return -1;
intobject.c 169 if (PyLong_Check(io)) {
208 if (PyLong_Check(op))
227 if (PyLong_Check(io)) {
260 if (op && PyLong_Check(op))
273 if (PyLong_Check(io)) {
305 if (op && PyLong_Check(op))
318 if (PyLong_Check(io)) {
    [all...]
  /external/python/cpython2/Objects/
sliceobject.c 110 if (!PyInt_Check(r->step) && !PyLong_Check(r->step)) return -1;
116 if (!PyInt_Check(r->start) && !PyLong_Check(r->step)) return -1;
123 if (!PyInt_Check(r->stop) && !PyLong_Check(r->step)) return -1;
intobject.c 162 if (PyLong_Check(io)) {
215 if (PyLong_Check(op))
234 if (PyLong_Check(io)) {
267 if (op && PyLong_Check(op))
280 if (PyLong_Check(io)) {
312 if (op && PyLong_Check(op))
325 if (PyLong_Check(io)) {
    [all...]
longobject.c 251 if (!PyLong_Check(vv)) {
267 if (!PyLong_Check(vv)) {
370 if (vv == NULL || !PyLong_Check(vv)) {
415 if (vv == NULL || !PyLong_Check(vv)) {
460 if (vv == NULL || !PyLong_Check(vv)) {
486 assert(PyLong_Check(v));
499 assert(PyLong_Check(v));
649 assert(v != NULL && PyLong_Check(v));
806 else if (PyLong_Check(vv) && _PyLong_Sign(vv) < 0)
822 else if (PyLong_Check(vv) && _PyLong_Sign(vv) < 0
    [all...]
  /external/tensorflow/tensorflow/python/lib/core/
py_seq_tensor.cc 45 return PyLong_Check(obj) ||
48 return PyInt_Check(obj) || PyLong_Check(obj) ||
223 if (TF_PREDICT_TRUE(PyLong_Check(v) || IsPyDimension(v))) {
251 if (PyLong_Check(v) || IsPyDimension(v)) {
290 if (PyLong_Check(v)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 169 rl.rlim_cur = PyLong_Check(curobj) ?
173 rl.rlim_max = PyLong_Check(maxobj) ?
  /external/python/cpython2/Modules/
cgensupport.c 75 else if (PyLong_Check(v)) {
96 else if (PyLong_Check(v)) {
resource.c 181 rl.rlim_cur = PyLong_Check(curobj) ?
185 rl.rlim_max = PyLong_Check(maxobj) ?
  /external/python/cpython3/Modules/_io/
bytesio.c 394 if (PyLong_Check(arg)) {
459 if (PyLong_Check(arg)) {
501 if (PyLong_Check(arg)) {
600 if (PyLong_Check(arg)) {
869 if (!PyLong_Check(position_obj)) {
    [all...]
  /external/python/cpython3/Objects/
longobject.c 156 if (!PyLong_Check(result)) {
408 if (PyLong_Check(vv)) {
516 if (!PyLong_Check(vv)) {
571 if (!PyLong_Check(vv)) {
615 if (!PyLong_Check(vv)) {
655 if (vv == NULL || !PyLong_Check(vv)) {
688 if (PyLong_Check(op)) {
707 assert(PyLong_Check(v));
720 assert(PyLong_Check(v));
869 assert(v != NULL && PyLong_Check(v))
    [all...]
sliceobject.c 170 if (!PyLong_Check(r->step)) return -1;
176 if (!PyLong_Check(r->start)) return -1;
183 if (!PyLong_Check(r->stop)) return -1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 267 if (!PyLong_Check(vv)) {
283 if (!PyLong_Check(vv)) {
368 if (vv == NULL || !PyLong_Check(vv)) {
413 if (vv == NULL || !PyLong_Check(vv)) {
458 if (vv == NULL || !PyLong_Check(vv)) {
484 assert(PyLong_Check(v));
497 assert(PyLong_Check(v));
647 assert(v != NULL && PyLong_Check(v));
804 else if (PyLong_Check(vv) && _PyLong_Sign(vv) < 0)
820 else if (PyLong_Check(vv) && _PyLong_Sign(vv) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c 263 if (!PyLong_Check(vv)) {
279 if (!PyLong_Check(vv)) {
382 if (vv == NULL || !PyLong_Check(vv)) {
427 if (vv == NULL || !PyLong_Check(vv)) {
472 if (vv == NULL || !PyLong_Check(vv)) {
498 assert(PyLong_Check(v));
511 assert(PyLong_Check(v));
661 assert(v != NULL && PyLong_Check(v));
818 else if (PyLong_Check(vv) && _PyLong_Sign(vv) < 0)
834 else if (PyLong_Check(vv) && _PyLong_Sign(vv) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.c 84 } else if (PyLong_Check(idx)) {

Completed in 1104 milliseconds

1 2 3 4 5 6 7 8