Home
last modified time | relevance | path

Searched refs:tempmin (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/vq/
H A Dlatticehint.c75 tempmax[i]=tempmin[i]+p->del; in setvals()
76 if(seqp)last=tempmin[i]; in setvals()
90 if(a[i]<tempmin[i]){ in minerror()
91 eval=tempmin[i]-a[i]; in minerror()
105 if(a[i]<tempmin[i]){ in maxerror()
108 eval=a[i]-tempmin[i]; in maxerror()
110 float t1=a[i]-tempmin[i]; in maxerror()
218 float *tempmin; in main()
289 tempmin=_ogg_calloc(dim,sizeof(float)); in main()
311 temptrack,tempmin,tempmax); in main()
[all …]
/dports/lang/pcc/pcc-1.1.0/mip/
H A Dregs.c183 p, regno(p), tempmin, tempmax); in newblock()
503 BITSET(live, (x-tempmin+MAXREGS)); in LIVEADD()
787 RRDEBUG(("%d ", i+j+tempmin)); in addalledges()
1651 AddEdge(&nblock[i+tempmin], &nblock[j+tempmin]); in Build()
2912 tempmin = p2e->ipp->ip_tmpnum; in ngenregs()
2920 basetemp = tempmin; in ngenregs()
2926 tempmin -= (NPERMREG-1); in ngenregs()
2954 nblock -= tempmin; in ngenregs()
3002 tempmax-tempmin, tempmin, tempmax)); in ngenregs()
3010 tempmin, tempmax)); in ngenregs()
[all …]
/dports/audio/uade/uade-2.13/src/frontends/uadesimple/
H A Dplayloop.c235 int tempmin = us->min_subsong, tempmax = us->max_subsong;
237 us->min_subsong = tempmin <= tempmax ? tempmin : tempmax;
238 us->max_subsong = tempmax >= tempmin ? tempmax : tempmin;
/dports/www/moodle39/moodle/question/classes/statistics/questions/
H A Dcalculated_question_summary.php174 $tempmin = min($temp1, $temp2);
176 if (!$tempmin && $value1 !== 0 && $value2 !== 0) {
179 $min = $tempmin;
/dports/www/moodle310/moodle/question/classes/statistics/questions/
H A Dcalculated_question_summary.php174 $tempmin = min($temp1, $temp2);
176 if (!$tempmin && $value1 !== 0 && $value2 !== 0) {
179 $min = $tempmin;
/dports/www/moodle311/moodle/question/classes/statistics/questions/
H A Dcalculated_question_summary.php174 $tempmin = min($temp1, $temp2);
176 if (!$tempmin && $value1 !== 0 && $value2 !== 0) {
179 $min = $tempmin;
/dports/audio/uade/uade-2.13/src/frontends/uade123/
H A Dplayloop.c460 int tempmin = us->min_subsong, tempmax = us->max_subsong;
462 us->min_subsong = tempmin <= tempmax ? tempmin : tempmax;
463 us->max_subsong = tempmax >= tempmin ? tempmax : tempmin;
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/TZcode/MatlabFiles/
H A Dfn_multigraphn_3g_shadedbands.m59 tempmin=zeros(ncol,1);
65 tempmin(j) = realmax;
71 tempmin(j) = min([jnk tempmin(j)]);
75 minval(i)=min(tempmin);
H A Dfn_multigraphn_ver2.m56 tempmin=zeros(ncol,1);
62 tempmin(j) = realmax;
68 tempmin(j) = min([jnk tempmin(j)]);
72 minval(i)=min(tempmin);
/dports/audio/uade/uade-2.13/src/frontends/audacious/
H A Dplugin.c698 int tempmin = state.song->min_subsong, tempmax = state.song->max_subsong; in play_loop() local
700 state.song->min_subsong = tempmin <= tempmax ? tempmin : tempmax; in play_loop()
701 state.song->max_subsong = tempmax >= tempmin ? tempmax : tempmin; in play_loop()
/dports/audio/uade/uade-2.13/src/frontends/xmms/
H A Dplugin.c671 int tempmin = state.song->min_subsong, tempmax = state.song->max_subsong; in play_loop() local
673 state.song->min_subsong = tempmin <= tempmax ? tempmin : tempmax; in play_loop()
674 state.song->max_subsong = tempmax >= tempmin ? tempmax : tempmin; in play_loop()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_dcmp.c862 int tempmin; in buildBlockGraph() local
1087 tempmin = (int) SCIPdigraphGetNSuccessors(blockgraph, 0); in buildBlockGraph()
1093 if( nsuccblk < tempmin ) in buildBlockGraph()
1094 tempmin = nsuccblk; in buildBlockGraph()
1099 decomp->mindegree = tempmin; in buildBlockGraph()
/dports/math/reduce/Reduce-svn5758-src/packages/vas/
H A Dvas.red190 begin scalar cl, timesused, len, m, n, q, tempmin, tempmininf, tempmax;
200 % hence set tempmin := 10^(number of digits of the max coeff + 1);
208 tempmin := tempmininf; % reduce does not support ops with infinity
215 if q < tempmin then tempmin := q
218 if tempmax < tempmin then tempmax := tempmin
238 begin scalar cl, timesused, len, m, n, q, tempmin, tempmininf, tempmax;
250 % hence set tempmin := 10^(twice the number of digits of the max coeff + 1);
257 tempmin := tempmininf; % reduce does not support ops with infinity
264 if q < tempmin then tempmin := q
267 if tempmax < tempmin then tempmax := tempmin
/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dsmartd.cpp478 unsigned char tempmin, tempmax; // Min/Max Temperatures member
530 : tempmin(0), tempmax(0), in persistent_dev_state()
719 state.tempmin = (unsigned char)val; in parse_dev_state_line()
839 write_dev_state_line(f, "temperature-min", state.tempmin); in write_dev_state()
3280 if (!state.tempmin || currtemp < state.tempmin) in CheckTemperature()
3284 cfg.name.c_str(), (int)currtemp, fmt_temp(state.tempmin, buf), state.tempmax, maxchg); in CheckTemperature()
3292 if ( (state.tempmin && currtemp > state.tempmin) // current temp exceeds recorded min, in CheckTemperature()
3295 if (!state.tempmin) in CheckTemperature()
3296 state.tempmin = 255; in CheckTemperature()
3301 if (!state.tempmin_delay && currtemp < state.tempmin) { in CheckTemperature()
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dmesh_tools.C215 unique_id_type tempmin, tempmax; in assert_dofobj_unique_id() local
218 tempmin = tempmax = d->unique_id(); in assert_dofobj_unique_id()
222 TIMPI::Attributes<unique_id_type>::set_highest(tempmin); in assert_dofobj_unique_id()
225 comm.min(tempmin); in assert_dofobj_unique_id()
227 bool invalid = d && ((d->unique_id() != tempmin) || in assert_dofobj_unique_id()
235 if (!d && tempmin == tempmax) in assert_dofobj_unique_id()
236 libmesh_assert(!unique_ids.count(tempmin)); in assert_dofobj_unique_id()
/dports/math/libmesh/libmesh-1.6.2/contrib/timpi/src/parallel/include/timpi/
H A Dparallel_implementation.h1940 T tempmin = r, tempmax = r; in verify() local
1941 this->min(tempmin); in verify()
1943 bool verified = (r == tempmin) && in verify()
1960 T tempmin, tempmax; in semiverify() local
1962 tempmin = tempmax = *r; in semiverify()
1968 this->min(tempmin); in semiverify()
1970 bool invalid = r && ((*r != tempmin) || in semiverify()
1997 std::vector<T,A> tempmin, tempmax; in semiverify() local
2000 tempmin = tempmax = *r; in semiverify()
2004 tempmin.resize(rsize); in semiverify()
[all …]
/dports/arabic/libitl/ITL-f8f41cc/prayertime/
H A Dprayer.c784 double tempmin, tempsec, n1, n2; in decimal2Dms() local
786 tempmin = modf(decimal, &n1) * 60.0; in decimal2Dms()
787 tempsec = modf(tempmin, &n2) * 60.0; in decimal2Dms()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dcsturm.cc1563 gen tempmin=plus_inf; in posubLMQ() local
1570 if (is_strictly_greater(tempmin,temp,contextptr)) in posubLMQ()
1571 tempmin=temp; in posubLMQ()
1574 if (is_strictly_greater(tempmin,tempmax,contextptr)) in posubLMQ()
1575 tempmax=tempmin; in posubLMQ()
1617 gen tempmin=plus_inf; in poslbdLMQ() local
1624 if (is_strictly_greater(tempmin,temp,contextptr)) in poslbdLMQ()
1625 tempmin=temp; in poslbdLMQ()
1628 if (is_strictly_greater(tempmin,tempmax,contextptr)) in poslbdLMQ()
1629 tempmax=tempmin; in poslbdLMQ()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmball_tessellate.c1263 float tempmin[3], tempmax[3]; in init_meta() local
1354 INIT_MINMAX(tempmin, tempmax); in init_meta()
1356 DO_MINMAX(new_ml->bb->vec[i], tempmin, tempmax); in init_meta()
1360 copy_v3_v3(new_ml->bb->vec[0], tempmin); in init_meta()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dttype.def123 tempmin, PROPLO, 0, PROPHI)
/dports/biology/migrate/migrate-3.6.11/src/
H A Dmigevents.c100 minmax (histogram_fmt * hist, float *tempmin, float *tempmax) in minmax() argument
115 *tempmin = (float) tmpmin; in minmax()
/dports/games/ags/ags_linux_v.3.4.4.1/Plugins/agsblend/
H A DAGSBlend.cpp241 int tempmin = min( srcr, srcg); in HighPass() local
242 int minim = min( srcb, tempmin); in HighPass()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_blend/
H A Dags_blend.cpp204 int tempmin = min(srcr, srcg); in HighPass() local
205 int minim = min(srcb, tempmin); in HighPass()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BBCut2UGens/
H A DDrumTrack.cpp1599 float tempmin=sc_min(lastbuf[f],nowbuf[f]); in kickdetection() local
1601 if(tempmin>prevpow) { in kickdetection()
/dports/graphics/p5-Graph-Easy/Graph-Easy-0.76/lib/Graph/Easy/Parser/
H A DVCG.pm727 tempmin => 'x-vcg-tempmin'.

12