Searched refs:isint (Results 1 – 8 of 8) sorted by relevance
12 def isint(x): function37 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 …]
13 def isint(x): function38 if not isint(num):40 if not isint(den):83 if isint(other):96 if isint(other):107 if isint(other):120 if isint(other):132 if isint(other):142 if isint(other):150 if isint(other):[all …]
103 bool isint = util_format_is_pure_integer(pfmt); in fd6_vertex_state_create() local112 COND(!isint, A6XX_VFD_DECODE_INSTR_FLOAT)); in fd6_vertex_state_create()
496 isint = self.inroots(url)501 if not isint:
425 bool isint = util_format_is_pure_integer(pfmt); in fd3_emit_vertex_bufs() local456 COND(isint, A3XX_VFD_DECODE_INSTR_INT) | in fd3_emit_vertex_bufs()
425 bool isint = util_format_is_pure_integer(pfmt); in fd4_emit_vertex_bufs() local455 COND(isint, A4XX_VFD_DECODE_INSTR_INT) | in fd4_emit_vertex_bufs()
482 bool isint = util_format_is_pure_integer(pfmt); in fd5_emit_vertex_bufs() local505 COND(!isint, A5XX_VFD_DECODE_INSTR_FLOAT)); in fd5_emit_vertex_bufs()
491 friend bool isint (const mpreal& v);1704 inline bool isint (const mpreal& op){ return (mpfr_integer_p(op.mpfr_srcptr()) != 0 ); }