Home
last modified time | relevance | path

Searched refs:ISINT (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/libs/python/src/
H A Dobject_protocol.cpp100 #undef ISINT
101 #define ISINT(x) ((x) == NULL || PyInt_Check(x) || PyLong_Check(x)) macro
110 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in apply_slice()
140 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in assign_slice()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/src/
H A Dobject_protocol.cpp100 #undef ISINT
101 #define ISINT(x) ((x) == NULL || PyInt_Check(x) || PyLong_Check(x)) macro
110 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in apply_slice()
140 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in assign_slice()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/python/src/
H A Dobject_protocol.cpp100 #undef ISINT
101 #define ISINT(x) ((x) == NULL || PyInt_Check(x) || PyLong_Check(x)) macro
110 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in apply_slice()
140 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in assign_slice()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/src/
H A Dobject_protocol.cpp100 #undef ISINT
101 #define ISINT(x) ((x) == NULL || PyInt_Check(x) || PyLong_Check(x)) macro
110 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in apply_slice()
140 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in assign_slice()
/dports/databases/percona57-server/boost_1_59_0/libs/python/src/
H A Dobject_protocol.cpp100 #undef ISINT
101 #define ISINT(x) ((x) == NULL || PyInt_Check(x) || PyLong_Check(x)) macro
110 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in apply_slice()
140 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in assign_slice()
/dports/databases/xtrabackup/boost_1_59_0/libs/python/src/
H A Dobject_protocol.cpp100 #undef ISINT
101 #define ISINT(x) ((x) == NULL || PyInt_Check(x) || PyLong_Check(x)) macro
110 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in apply_slice()
140 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in assign_slice()
/dports/databases/percona57-client/boost_1_59_0/libs/python/src/
H A Dobject_protocol.cpp100 #undef ISINT
101 #define ISINT(x) ((x) == NULL || PyInt_Check(x) || PyLong_Check(x)) macro
110 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in apply_slice()
140 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in assign_slice()
/dports/devel/boost-libs/boost_1_72_0/libs/python/src/
H A Dobject_protocol.cpp100 #undef ISINT
101 #define ISINT(x) ((x) == NULL || PyInt_Check(x) || PyLong_Check(x)) macro
110 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in apply_slice()
140 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in assign_slice()
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/src/
H A Dobject_protocol.cpp100 #undef ISINT
101 #define ISINT(x) ((x) == NULL || PyInt_Check(x) || PyLong_Check(x)) macro
110 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in apply_slice()
140 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in assign_slice()
/dports/devel/hyperscan/boost_1_75_0/libs/python/src/
H A Dobject_protocol.cpp100 #undef ISINT
101 #define ISINT(x) ((x) == NULL || PyInt_Check(x) || PyLong_Check(x)) macro
110 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in apply_slice()
140 if (sq && sq->sq_slice && ISINT(v) && ISINT(w)) { in assign_slice()
/dports/lang/pcc/pcc-1.1.0/f77/fcom/
H A Dio.c270 if(IOSTP->tag!=TADDR || ! ISINT(IOSTP->vtype) ) in endioctl()
549 if( ISINT(p->vtype) ) in startrw()
561 if( ISINT(p->vtype) ) in startrw()
605 if( ISINT(np->vtype) ) in startrw()
648 if( (p = V(IOSUNIT)) && ISINT(p->vtype) ) in dofopen()
661 if( ISINT(p->vtype) ) in dofopen()
682 if( (p = V(IOSUNIT)) && ISINT(p->vtype) ) in dofclose()
730 if( (p = V(IOSUNIT)) && ISINT(p->vtype) )
H A Ddefines.h250 #define ISICON(z) (z->tag==TCONST && ISINT(z->vtype))
252 #define ISINT(z) ONEOF(z, MSKINT) macro
H A Dexpr.c162 if( ISINT(rtype) )
165 if( ISINT(itype) )
1595 if( ISINT(lt) && rt==TYCHAR)
1729 if( ! ISINT(rtype) )
1768 if( ISINT(rt) )
1792 if( ISINT(rt) )
1860 if( ISINT(type) )
1971 if( ISINT(type) )
2088 if( ISINT(ltype) )
2095 if( ISINT(ltype) )
[all …]
H A Dexec.c264 else if( ISINT(p->vtype) )
587 if( ! ISINT(p->vtype) )
/dports/lang/qscheme/qscheme-0.5.1/
H A Dnumber.c8 #define ISINT(x) (floor(x) == (x)) macro
145 if (SCM_OBJTYPE(x) == SOBJ_T_FNUM && ISINT(SCM_FNUM(x))) { in scm_convert()
148 if (SCM_OBJTYPE(y) == SOBJ_T_FNUM && ISINT(SCM_FNUM(y))) { in scm_convert()
178 if (SCM_FNUMP(n) && ISINT(SCM_FNUM(n))) in scm_compact_number()
190 if (ISINT(SCM_FNUM(n))) n = scm_flt2num(SCM_FNUM(n)); in scm_compact_number()
273 if (ISINT(tmp)) { in scm_div2()
405 if (!ISINT(SCM_FNUM(x))) SCM_ERR("bad integer", x); in scm_do_int_div()
409 if (!ISINT(SCM_FNUM(y))) SCM_ERR("bad integer", y); in scm_do_int_div()
589 return( ISINT(d) ? SCM_MKINUM( (long)d) : scm_mkfnum(d) ); in scm_sqrt()
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dio.c449 if(IOSTP->tag!=TADDR || ! ISINT(IOSTP->addrblock.vtype) ) in endioctl()
955 if( ISINT(p->headblock.vtype) ) { in startrw()
1009 if( ISINT(p->headblock.vtype) ) in startrw()
1046 if( ISINT(np->vtype) ) /* ASSIGNed label */ in startrw()
1058 || p->tag == TADDR && ISINT(p->addrblock.vtype)) in startrw()
1190 if( (p = V(IOSUNIT)) && ISINT(p->headblock.vtype) ) in dofopen()
1203 if( ISINT(p->headblock.vtype) ) in dofopen()
1224 if( (p = V(IOSUNIT)) && ISINT(p->headblock.vtype) ) in dofclose()
1278 if( (p = V(IOSUNIT)) && ISINT(p->headblock.vtype) )
H A Ddefines.h281 #define ISICON(z) (z->tag==TCONST && ISINT(z->constblock.vtype))
287 #define ISINT(z) ONEOF(z, MSKINT) /* z is a tag, i.e. a mask number */ macro
H A Dexpr.c241 p->Const.cds[0] = ISINT(rtype)
253 p->Const.cd[0] = ISINT(rtype)
256 p->Const.cd[1] = ISINT(itype)
323 if (ISINT(t) && ISINT(pt) || ISREAL(t) && ISREAL(pt)) {
2711 if( !ISINT(rtype)
2798 else if( ISINT(rt) )
2946 if( ISINT(type) )
3110 if( ISINT(type) )
3311 if( ISINT(ltype) )
3321 if( ISINT(ltype) )
[all …]
/dports/lang/f2c/f2c-20200916/src/
H A Dio.c450 if(IOSTP->tag!=TADDR || ! ISINT(IOSTP->addrblock.vtype) ) in endioctl()
956 if( ISINT(p->headblock.vtype) ) { in startrw()
1010 if( ISINT(p->headblock.vtype) ) in startrw()
1047 if( ISINT(np->vtype) ) /* ASSIGNed label */ in startrw()
1059 || p->tag == TADDR && ISINT(p->addrblock.vtype)) in startrw()
1191 if( (p = V(IOSUNIT)) && ISINT(p->headblock.vtype) ) in dofopen()
1204 if( ISINT(p->headblock.vtype) ) in dofopen()
1225 if( (p = V(IOSUNIT)) && ISINT(p->headblock.vtype) ) in dofclose()
1279 if( (p = V(IOSUNIT)) && ISINT(p->headblock.vtype) )
H A Ddefines.h281 #define ISICON(z) (z->tag==TCONST && ISINT(z->constblock.vtype))
287 #define ISINT(z) ONEOF(z, MSKINT) /* z is a tag, i.e. a mask number */ macro
H A Dexpr.c280 p->Const.cd[0] = ISINT(rtype)
283 p->Const.cd[1] = ISINT(itype)
353 if (ISINT(t) && ISINT(pt) || ISREAL(t) && ISREAL(pt)) {
2907 if( !ISINT(rtype)
2994 else if( ISINT(rt) ) {
3010 else if( ISINT(rt) ) {
3188 if( ISINT(type) )
3381 if( ISINT(type) )
3613 if( ISINT(ltype) )
3623 if( ISINT(ltype) )
[all …]
H A Dputpcc.c146 if(! ISINT(index->headblock.vtype) )
806 if( ISINT(ltype) )
817 if( ISINT(rtype) )
843 if( ISINT(rtype) )
1927 d = ISINT(c1->vtype) ? (double)c1->Const.ci
1930 if (ISINT(c1->vtype))
1939 if (ISINT(c1->vtype))
/dports/lang/ocaml/ocaml-4.05.0/byterun/caml/
H A Dinstruct.h54 OFFSETINT, OFFSETREF, ISINT, enumerator
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/caml/
H A Dinstruct.h54 OFFSETINT, OFFSETREF, ISINT, enumerator
/dports/devel/upp/upp/bazaar/plugin/tcc/
H A Dcoff.h362 #define ISINT(x) (((x) >= T_CHAR && (x) <= T_LONG) || \ macro

123