Home
last modified time | relevance | path

Searched refs:checkfunction (Results 1 – 19 of 19) sorted by relevance

/dports/textproc/dwdiff/dwdiff-2.1.4/
H A Dconfig.pkg30 checkfunction() {
83 checkfunction "mkstemp" 'int fd; fd = mkstemp("fooXXXXXX");' "<stdlib.h>"
84 checkfunction "open" 'int fd; fd = open("foo", O_RDONLY);' "<unistd.h>" "<fcntl.h>"
85 checkfunction "read" 'int fd; char buffer[10]; read(fd, buffer, 10);' "<unistd.h>"
86 checkfunction "lseek" "int fd; lseek(fd, 0, SEEK_SET);" "<unistd.h>"
88 checkfunction "close" 'int fd; close(fd);' "<unistd.h>"
89 checkfunction "umask" 'umask(~S_IRWXU);' "<sys/stat.h>"
108 checkfunction "fork" 'pid_t pid = fork();' "<unistd.h>" "<sys/types.h>"
109 checkfunction "execvp" 'execvp("test", NULL);' "<unistd.h>"
121 checkfunction "setlocale" "setlocale(LC_ALL, \"\");" "<locale.h>" || {
[all …]
/dports/audio/guidoar/guidoar-cf5681a/lang/typescript/test/
H A DguidoARTest.ts4 interface checkfunction { (n: any): boolean; } interface
37 _checkIsBool () : checkfunction { return (m) => (typeof m == 'boolean'); }
38 _checkIsStr () : checkfunction { return (m) => (typeof m == 'string'); }
39 _checkIsNum () : checkfunction { return (m) => (typeof m == 'number'); }
40 …_checkIsRatio () : checkfunction { return (m) => (typeof m.num == 'number' && typeof m.d…
42 …_checkGarOut (e: number): checkfunction { return (m) => (e === m.err.value) && typeof m.str == …
44 testExpect(f: string, check : checkfunction): any {
/dports/math/casadi/casadi-3.5.5/test/python/
H A Dimplicitfunction.py66 self.checkfunction(solver,refsol,inputs=[0],digits=10)
79 self.checkfunction(solver,refsol,inputs=solver_in,digits=10)
98 self.checkfunction(solver,refsol,inputs=solver_in,digits=10)
121 self.checkfunction(solver,refsol,inputs=[6],digits=10)
134 self.checkfunction(solver,refsol,inputs=[0,n],digits=6,sens_der=False,failmessage=message)
151 self.checkfunction(trial,refsol,inputs=[n],digits=6,sens_der=False,failmessage=message)
187 …self.checkfunction(trial,refsol,inputs=refsol_in,digits=6,sens_der=False,evals=1,failmessage=messa…
204 self.checkfunction(solver,refsol,inputs=[n,0],digits=4,sens_der=False,failmessage=message)
282 self.checkfunction(solver,refsol,inputs=solver_in,digits=5)
H A Dfunction.py752 self.checkfunction(F,Fref,inputs=[x0,x1])
771 self.checkfunction(F,Fref,inputs=[x0,x1])
837 self.checkfunction(f,Fref,inputs=inputs)
863 self.checkfunction(f,Fref,inputs=inputs)
1734 self.checkfunction(F,Fsx,inputs = [i,A,B])
1820 self.checkfunction(LUT,f, inputs=[0.2,0.333])
1828 self.checkfunction(LUT,f, inputs=[0.2,0.333])
1834 self.checkfunction(LUT,f, inputs=[0.2,0.333])
1878 self.checkfunction(LUT,f, inputs=[0.2,0.333])
1959 self.checkfunction(f,fs,inputs=[2])
[all …]
H A Dcontrol.py110 self.checkfunction(solver,refsol,inputs=inputs,failmessage=str(Solver))
149 self.checkfunction(solver,refsol,inputs=inputs,failmessage=str(Solver))
H A Dsimulator.py98 …self.checkfunction(integrator,solution,inputs=f_in,adj=False,jacobian=False,sens_der=False,evals=F…
H A Dhelpers.py383 …self.checkfunction(trial,solution,inputs,fwd=False,adj=False,jacobian=False,gradient=False,hessian…
384 …def checkfunction(self,trial,solution,inputs=None,fwd=True,adj=True,jacobian=True,gradient=True,he… member in casadiTestCase
396 …self.checkfunction(extra_trial,solution,fwd,adj,jacobian,gradient,hessian,sens_der,evals,inputs=in…
432 …self.checkfunction(trialjac,solutionjac,inputs=inputs,fwd=fwd if sens_der else False,adj=adj if se…
445 …self.checkfunction(trialhess,solutionhess,inputs=inputs,fwd=fwd if sens_der else False,adj=adj i…
H A Dlinearsolver.py332 self.checkfunction(relay,solution,inputs=solver_in)
381 self.checkfunction(f,solution,inputs=solution_in)
388 self.checkfunction(solversx,solution,digits_sens = 7)
H A Dmx.py2208 self.checkfunction(f,g,inputs=f_in)
2221 self.checkfunction(f,g,inputs=f_in)
2246 self.checkfunction(mfg,mfunctiong,inputs=f_in)
2261 self.checkfunction(d,dx,inputs=dx_in)
2272 self.checkfunction(d,dx,inputs=dx_in)
2290 self.checkfunction(g,g,inputs=[1,2])
2372 self.checkfunction(f,fr,inputs=[0])
2455 self.checkfunction(f, fr, inputs=[A_,B_,C_])
2585 self.checkfunction(f,fref,inputs=[x0,y0,z0])
2586 self.checkfunction(f_sx,fref,inputs=[x0,y0,z0])
[all …]
H A Dintegration.py96 self.checkfunction(integrator,solution,inputs=f_in,digits=6)
115 self.checkfunction(integrator,solution,inputs=f_in,digits=3)
140 self.checkfunction(integrator,solution,inputs=f_in,digits=3)
344 …self.checkfunction(integrator,fs,inputs=integrator_in,gradient=False,hessian=False,sens_der=False,…
489 …self.checkfunction(integrator,fs,inputs=integrator_in,gradient=False,hessian=False,sens_der=False,…
H A Dsx.py1317 self.checkfunction(f,fa,inputs=[3])
1318 self.checkfunction(f,fb,inputs=[-3],evals=1)
1411 self.checkfunction(f,f2,inputs=[1.1,1.3])
1427 self.checkfunction(f,f2,inputs=[1.1,1.3])
H A Dmatrix.py99 self.checkfunction(fMX,fSX)
1014 self.checkfunction(f,f.expand(),inputs = [B])
/dports/editors/fpc-ide/fpc-3.2.2/rtl/netware/demos/
H A Dcheck.pp27 procedure checkfunction (var res : longint);
42 System.NetwareCheckFunction := @checkfunction;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/netware/demos/
H A Dcheck.pp27 procedure checkfunction (var res : longint);
42 System.NetwareCheckFunction := @checkfunction;
/dports/lang/fpc-source/fpc-3.2.2/rtl/netware/demos/
H A Dcheck.pp27 procedure checkfunction (var res : longint);
42 System.NetwareCheckFunction := @checkfunction;
/dports/lang/fpc/fpc-3.2.2/rtl/netware/demos/
H A Dcheck.pp27 procedure checkfunction (var res : longint);
42 System.NetwareCheckFunction := @checkfunction;
/dports/devel/efl/efl-1.25.1/src/bin/embryo/
H A Dembryo_cc_sc3.c484 checkfunction(value * lval) in checkfunction() function
671 checkfunction(lval1); in plnge2()
672 checkfunction(lval2); in plnge2()
783 checkfunction(&lval); in expression()
969 checkfunction(&lval2); in hier14()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/scripting/
H A DScriptInLua.java160 final LuaFunction dofileOrig = globals.get("dofile").checkfunction(); in init()
/dports/games/quakeforge/quakeforge-0.7.2/
H A DChangeLog103891 change checkfunction and getfunction to checkbuiltin and getbuiltin
103953 numbers, except checkextension, checkfunction, and getfunction. Yes,
104003 Add support for checkfunction, which is a builtin that searches for
104007 well as changing the number checkfunction uses, and happily break