Home
last modified time | relevance | path

Searched refs:isint (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_binop.py12 def isint(x): function
37 if not isint(num):
39 if not isint(den):
88 if isint(other):
101 if isint(other):
112 if isint(other):
125 if isint(other):
137 if isint(other):
149 if isint(other):
159 if isint(other):
[all …]
/external/python/cpython3/Lib/test/
Dtest_binop.py14 def isint(x): function
39 if not isint(num):
41 if not isint(den):
84 if isint(other):
97 if isint(other):
108 if isint(other):
121 if isint(other):
133 if isint(other):
143 if isint(other):
151 if isint(other):
[all …]
/external/syslinux/extlinux/
Dxfs_fs.h262 uint32_t isint; /* 1 if new log is internal */ member
/external/syslinux/core/fs/xfs/
Dxfs_fs.h262 uint32_t isint; /* 1 if new log is internal */ member
/external/python/cpython2/Tools/webchecker/
Dwebchecker.py496 isint = self.inroots(url)
501 if not isint:
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c369 bool isint = util_format_is_pure_integer(pfmt); in fd5_emit_vertex_bufs() local
384 COND(!isint, A5XX_VFD_DECODE_INSTR_FLOAT)); in fd5_emit_vertex_bufs()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c418 bool isint = util_format_is_pure_integer(pfmt); in fd4_emit_vertex_bufs() local
441 COND(isint, A4XX_VFD_DECODE_INSTR_INT) | in fd4_emit_vertex_bufs()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c411 bool isint = util_format_is_pure_integer(pfmt); in fd3_emit_vertex_bufs() local
433 COND(isint, A3XX_VFD_DECODE_INSTR_INT) | in fd3_emit_vertex_bufs()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h491 friend bool isint (const mpreal& v);
1704 inline bool isint (const mpreal& op){ return (mpfr_integer_p(op.mpfr_srcptr()) != 0 ); }