Home
last modified time | relevance | path

Searched refs:notint (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dvector.c898 int i,j,notint=0; in isthisint() local
905 notint=1; in isthisint()
909 if (notint==1) break; in isthisint()
911 if (notint==1) return 0; in isthisint()
/dports/lang/tcl85/tcl8.5.19/tests/
H A DcmdAH.test999 list [catch {file atime $file notint} msg] $msg
1000 } {1 {expected integer but got "notint"}}
1198 list [catch {file mtime $file notint} msg] $msg
1199 } {1 {expected integer but got "notint"}}
/dports/lang/tcl86/tcl8.6.12/tests/
H A DcmdAH.test1018 file atime $file notint
1019 } -result {expected integer but got "notint"}
1210 file mtime $file notint
1211 } -result {expected integer but got "notint"}
/dports/lang/tcl87/tcl8.7a5/tests/
H A DcmdAH.test1019 file atime $file notint
1020 } -result {expected integer but got "notint"}
1211 file mtime $file notint
1212 } -result {expected integer but got "notint"}
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dcfileio.c6248 int notint = 1; /* initially assume specified extname is not an integer */ in ffexts() local
6268 notint = 0; /* looks like extname may actually be the ext. number */ in ffexts()
6279 notint = 1; /* no, extname was not a simple integer after all */ in ffexts()
6309 if (notint) in ffexts()
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dcfileio.c6737 int notint = 1; /* initially assume specified extname is not an integer */ in ffexts() local
6757 notint = 0; /* looks like extname may actually be the ext. number */ in ffexts()
6768 notint = 1; /* no, extname was not a simple integer after all */ in ffexts()
6798 if (notint) in ffexts()
/dports/astro/cfitsio/cfitsio-3.49/
H A Dcfileio.c6911 int notint = 1; /* initially assume specified extname is not an integer */ in ffexts() local
6931 notint = 0; /* looks like extname may actually be the ext. number */ in ffexts()
6942 notint = 1; /* no, extname was not a simple integer after all */ in ffexts()
6972 if (notint) in ffexts()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dcfileio.c6913 int notint = 1; /* initially assume specified extname is not an integer */ in ffexts() local
6933 notint = 0; /* looks like extname may actually be the ext. number */ in ffexts()
6944 notint = 1; /* no, extname was not a simple integer after all */ in ffexts()
6974 if (notint) in ffexts()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_confparse.c1060 BADVAL_TEST(notint),
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_confparse.c1060 BADVAL_TEST(notint),
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_lib.h2262 STATIC int findBasisPos(lprec *lp, int notint, int *var_basic);
H A Dlp_lib.c9008 STATIC int findBasisPos(lprec *lp, int notint, int *var_basic) argument
9015 if(var_basic[i] == notint)
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_lib.h2300 STATIC int findBasisPos(lprec *lp, int notint, int *var_basic);
H A Dlp_lib.c9616 STATIC int findBasisPos(lprec *lp, int notint, int *var_basic) argument
9623 if(var_basic[i] == notint)