OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyFloat_Check
(Results
1 - 8
of
8
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
floatobject.h
21
#define
PyFloat_Check
(op) PyObject_TypeCheck(op, &PyFloat_Type)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
floatobject.h
21
#define
PyFloat_Check
(op) PyObject_TypeCheck(op, &PyFloat_Type)
/external/chromium_org/third_party/simplejson/
_speedups.c
[
all
...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc
362
!
PyFloat_Check
(arg)) {
[
all
...]
/external/chromium_org/third_party/bintrees/bintrees/
cwalker.c
52
#define PyNumber_Index(o) ((PyNumber_Check(o) && !
PyFloat_Check
(o)) ? PyNumber_Int(o) : \
56
#define __Pyx_PyIndex_Check(o) (PyNumber_Check(o) && !
PyFloat_Check
(o) && \
[
all
...]
qavltree.c
52
#define PyNumber_Index(o) ((PyNumber_Check(o) && !
PyFloat_Check
(o)) ? PyNumber_Int(o) : \
56
#define __Pyx_PyIndex_Check(o) (PyNumber_Check(o) && !
PyFloat_Check
(o) && \
[
all
...]
qbintree.c
52
#define PyNumber_Index(o) ((PyNumber_Check(o) && !
PyFloat_Check
(o)) ? PyNumber_Int(o) : \
56
#define __Pyx_PyIndex_Check(o) (PyNumber_Check(o) && !
PyFloat_Check
(o) && \
[
all
...]
qrbtree.c
52
#define PyNumber_Index(o) ((PyNumber_Check(o) && !
PyFloat_Check
(o)) ? PyNumber_Int(o) : \
56
#define __Pyx_PyIndex_Check(o) (PyNumber_Check(o) && !
PyFloat_Check
(o) && \
[
all
...]
Completed in 317 milliseconds