Home
last modified time | relevance | path

Searched refs:increm (Results 1 – 25 of 62) sorted by relevance

123

/dports/math/linbox/linbox-1.6.3/
H A Dincremente-versions36 set increm = $<
37 switch ($increm)
49 echo "'$increm' read. Not incrementing anything."
78 switch ($increm)
113 switch ($increm)
/dports/math/givaro/givaro-4.1.1/
H A Dincremente-versions48 set increm = $<
49 switch ($increm)
61 echo "'$increm' was read. Not incrementing anything."
96 switch ($increm)
141 switch ($increm)
193 switch ($increm)
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/
H A Dincremente-versions55 set increm = $<
56 switch ($increm)
68 echo "'$increm' read. Not incrementing anything."
97 switch ($increm)
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Source/
H A Dtngslidr.h69 int value, increm; member
91 …a, TNG *ptng, TNGStyle *sty, int alignment, int min, int max, int value, int increm, LGPoint size);
94 …ta, TNG *ptng, TNGStyle *sty, int alignment, int min, int max, int value, int increm, LGPoint size,
H A Dtngslidr.c24 …ta, TNG *ptng, TNGStyle *sty, int alignment, int min, int max, int value, int increm, LGPoint size) in tng_slider_init() argument
26 return(tng_slider_full_init(ui_data, ptng, sty, alignment, min, max, value, increm, size, in tng_slider_init()
31 …ta, TNG *ptng, TNGStyle *sty, int alignment, int min, int max, int value, int increm, LGPoint size, in tng_slider_full_init() argument
52 psltng->increm = increm; in tng_slider_full_init()
377 psltng->value += psltng->increm; in tng_slider_increm()
386 psltng->value -= psltng->increm; in tng_slider_decrem()
H A Dtngapp.h118 …ignment, min, max, value, increm, size) gad_slider_create_from_tng(ui_data, loc, pptng, sty, align… argument
H A Dtngtemp.c22 …ta, TNG *ptng, TNGStyle *sty, int alignment, int min, int max, int value, int increm, LGPoint size) in tng_GADGET_NAME_init() argument
H A Dtngtemp.h53 …a, TNG *ptng, TNGStyle *sty, int alignment, int min, int max, int value, int increm, LGPoint size);
H A Dslider.h103 #define SL_INCREM(x) ((TNG_slider *)((x)->tng_data->type_data))->increm
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unagi-chan-0.4.1.3/tests/
H A DDupChan.hs162 unless (all increm [s1,s2,s3]) $ do
165 where increm [] = error "Fix dupChanTest2" function
166 increm xss@(x:_) = xss == take n [x..] function
/dports/net/ntp/ntp-4.2.8p15/util/
H A Dtg.c606 int increm; /* phase increment */ in peep() local
610 increm = 10; in peep()
612 increm = freq / 100; in peep()
632 j = (j + increm) % 80; in peep()
H A Dtg2.c2295 int increm; /* phase increment */ local
2299 increm = 10;
2301 increm = freq / 100;
2321 j = (j + increm) % 80;
2336 int increm; /* phase increment */ local
2340 increm = 10;
2342 increm = freq / 100;
2368 j = (j + increm) % 80;
/dports/net/smm++/smm/sources/rsc/
H A DTHLinesConfig.tcl36 -increment [code $this increm $aaa] -decrement [code $this decrem $aaa] \
101 method increm {aaa} {
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/RungeKutta/
H A DRungeKutta2.ixx41 TFEL_MATH_INLINE2 void increm(){
53 this->increm();
H A DRungeKutta4.ixx62 void increm(){
85 this->increm();
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/RungeKutta/
H A DRungeKutta2.ixx41 TFEL_MATH_INLINE2 void increm(){
53 this->increm();
H A DRungeKutta4.ixx62 void increm(){
85 this->increm();
/dports/devel/z88dk/z88dk/libsrc/target/oz/stdio/
H A Dgetk.asm79 .increm rra
92 djnz increm
/dports/biology/fluctuate/fluctuate1.4/
H A Dfluctuate.c793 op->increm[0] = 20; in getoptions()
796 op->increm[1] = 20; in getoptions()
897 op->increm[0]); in getoptions()
904 op->increm[1]); in getoptions()
1096 if (op->increm[0] > 0) in getoptions()
1122 if (op->increm[1] > 0) in getoptions()
1163 numtrees = MAX(op->steps[0]/op->increm[0],op->steps[1]/op->increm[1]); in firstinit()
1181 if ((op->increm[0] < 0) || (op->increm[1] < 0)) { in locusinit()
1184 if (op->increm[0] < 0) in locusinit()
1185 op->increm[0] = 10; in locusinit()
[all …]
/dports/science/healpix/Healpix_3.50/src/idl/toolkit/
H A Dud_grade_cut4_old.pro174 increm = lindgen(ratio2)
183 pixel_out[*,i] = pixel[i] * lratio2 + increm
187 increm = 0
H A Dud_grade_cut4.pro230 increm = lindgen(ratio2)
239 pixel_out[*,i] = pixel[i] * lratio2 + increm
243 increm = 0
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/RungeKutta/include/
H A Drunge_kutta2-header.hxx111 rk.increm();
H A Drunge_kutta4-header.hxx111 rk.increm();
/dports/science/tfel/tfel-3.4.0/tests/Math/RungeKutta/include/
H A Drunge_kutta2-header.hxx111 rk.increm(); in test()
H A Drunge_kutta4-header.hxx111 rk.increm(); in test()

123