Home
last modified time | relevance | path

Searched refs:Test_max (Results 1 – 8 of 8) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/tcl/tests/
H A Dtcl_demo.pp31 function Test_max(clientData: Tcl_ClientData; {* Some user defined data. *}
52 Test_max:=TCL_ERROR; {* Error was occured *}
64 Test_max:=TCL_ERROR; {* Error was occured *}
78 Test_max:=TCL_OK;
105 Tcl_CreateCommand(interp,'max', TTclCmdProc(@Test_max),nil,nil);
/dports/astro/nightfall/nightfall-1.92/
H A DLightLib.c44 Test_max, /* maximum scale value */ in DefineAxis() local
71 Test_max = ( (long)(*Max / Test_inc)) * Test_inc ; in DefineAxis()
73 if( Test_max < *Max ) in DefineAxis()
74 Test_max += Test_inc ; in DefineAxis()
78 Test_min = Test_max ; in DefineAxis()
100 if( (Test_max - Test_inc) >= *Max ) in DefineAxis()
101 Test_max -= Test_inc ; in DefineAxis()
107 *Max = Test_max ; in DefineAxis()
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/github.com/ktr0731/go-fuzzyfinder/scoring/
H A Dscoring_test.go27 func Test_max(t *testing.T) { func
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgraticule.c1233 Test_max, /* maximum scale value */ in DefineAxis() local
1261 Test_max = ( (long)(*Max / Test_inc)) * Test_inc ; in DefineAxis()
1263 if( Test_max < *Max ) in DefineAxis()
1264 Test_max += Test_inc ; in DefineAxis()
1267 Test_min = Test_max ; in DefineAxis()
1295 if((Test_max - Test_inc) >= *Max) in DefineAxis()
1296 Test_max -= Test_inc ; in DefineAxis()
1302 *Max = Test_max; in DefineAxis()
/dports/misc/cryptoballot/cryptoballot-3753e1b/vendor/github.com/Sam-Izdat/govote/
H A Dutil_test.go38 func Test_max(t *testing.T) { func
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_functions.vim79 func Test_max() function
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_functions.vim122 func Test_max() function
H A Dtest_vim9_builtin.vim2295 def Test_max() function