Home
last modified time | relevance | path

Searched refs:rhigh (Results 51 – 75 of 96) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/libpixman/src/
H A Dpixman-filter.c261 double rhigh = rlow + filters[reconstruct].width; in create_1d_filter() local
267 if (rhigh >= slow && rlow <= shigh) in create_1d_filter()
270 ihigh = MIN (shigh, rhigh); in create_1d_filter()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/libpixman/src/
H A Dpixman-filter.c261 double rhigh = rlow + filters[reconstruct].width; in create_1d_filter() local
267 if (rhigh >= slow && rlow <= shigh) in create_1d_filter()
270 ihigh = MIN (shigh, rhigh); in create_1d_filter()
/dports/math/gnuplot/gnuplot-5.4.1/demo/
H A Drandom.dem133 rhigh = 4.0
135 set xrange [rlow:rhigh]; set yrange [rlow:rhigh]; set zrange [rlow:rhigh]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/demo/
H A Drandom.dem136 rhigh = 4.0
138 set xrange [rlow:rhigh]; set yrange [rlow:rhigh]; set zrange [rlow:rhigh]
/dports/math/gnuplot-lite/gnuplot-5.4.1/demo/
H A Drandom.dem133 rhigh = 4.0
135 set xrange [rlow:rhigh]; set yrange [rlow:rhigh]; set zrange [rlow:rhigh]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-filter.c267 double rhigh = rlow + filters[reconstruct].width; in create_1d_filter() local
273 if (rhigh >= slow && rlow <= shigh) in create_1d_filter()
276 ihigh = MIN (shigh, rhigh); in create_1d_filter()
/dports/www/firefox/firefox-99.0/gfx/cairo/libpixman/src/
H A Dpixman-filter.c267 double rhigh = rlow + filters[reconstruct].width; in create_1d_filter() local
273 if (rhigh >= slow && rlow <= shigh) in create_1d_filter()
276 ihigh = MIN (shigh, rhigh); in create_1d_filter()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-filter.c267 double rhigh = rlow + filters[reconstruct].width; in create_1d_filter() local
273 if (rhigh >= slow && rlow <= shigh) in create_1d_filter()
276 ihigh = MIN (shigh, rhigh); in create_1d_filter()
/dports/x11/pixman/pixman-0.40.0/pixman/
H A Dpixman-filter.c267 double rhigh = rlow + filters[reconstruct].width; in create_1d_filter() local
273 if (rhigh >= slow && rlow <= shigh) in create_1d_filter()
276 ihigh = MIN (shigh, rhigh); in create_1d_filter()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Ddynprog.c1214 int rlo, rhigh; in Dynprog_standard() local
1378 if ((rhigh = c + lband) > rlength) { in Dynprog_standard()
1379 rhigh = rlength; in Dynprog_standard()
1382 matrix3[c-1][rhigh].Egap = NEG_INFINITY_32; in Dynprog_standard()
1383 matrix3[c-1][rhigh].nogap = NEG_INFINITY_32; in Dynprog_standard()
1387 for (r = rlo; r <= rhigh; r++) { in Dynprog_standard()
1565 if ((rhigh = c + lband) > rlength) { in Dynprog_standard()
1566 rhigh = rlength; in Dynprog_standard()
1569 matrix3[c-1][rhigh].Egap = NEG_INFINITY_32; in Dynprog_standard()
1570 matrix3[c-1][rhigh].nogap = NEG_INFINITY_32; in Dynprog_standard()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-codec/g722/
H A Dg722_dec.c506 int ihigh, rhigh, dhigh; in g722_dec_decode() local
527 rhigh = block5h (dhigh, dec->shigh) ; in g722_dec_decode()
532 rx_qmf(dec, rlow, rhigh, &pcm1, &pcm2); in g722_dec_decode()
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/widgets/
H A Dowduplicates.py307 rlow, rhigh = self.getRegion()
309 high = np.searchsorted(self.xData, rhigh, side='right')
313 xData[-1] = rhigh
/dports/misc/py-orange3-network/orange3-network-ec534c9/orangecontrib/network/widgets/
H A DOWNxFromDistances.py371 rlow, rhigh = self.getRegion()
373 high = np.searchsorted(self.xData, rhigh, side='right')
377 xData[-1] = rhigh
/dports/science/smoldyn/smoldyn-2.67/source/libSteve/
H A DRnSort.c662 double *cpxinitializer(int n,double *r,double rlow,double rhigh,double rjump) { in cpxinitializer() argument
670 if(rjump>=rhigh) in cpxinitializer()
671 dr=(rhigh-rlow)/(double)(n-1); in cpxinitializer()
673 dr=(rhigh-rlow)/(double)(n-2); in cpxinitializer()
685 if(rjump>=rhigh) in cpxinitializer()
686 r[n-1]=rhigh; in cpxinitializer()
690 if(rjump<rhigh) printf("%g %g %g %g ... ",r[ijump-1],r[ijump],r[ijump+1],r[ijump+2]); in cpxinitializer()
H A DRnSort.h58 double *cpxinitializer(int n,double *r,double rlow,double rhigh,double rjump);
/dports/lang/ocaml/ocaml-4.05.0/bytecomp/
H A Dswitch.ml478 let rlow = ref (-1) and rhigh = ref (-1)
495 rhigh := i ;
500 !rlow, !rhigh, !best_cost
502 let rlow = ref (-1) and rhigh = ref (-1)
519 rhigh := j ;
524 !rlow, !rhigh, !best_cost in
/dports/lang/ocaml-nox11/ocaml-4.05.0/bytecomp/
H A Dswitch.ml478 let rlow = ref (-1) and rhigh = ref (-1)
495 rhigh := i ;
500 !rlow, !rhigh, !best_cost
502 let rlow = ref (-1) and rhigh = ref (-1) var
519 rhigh := j ;
524 !rlow, !rhigh, !best_cost in
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dbounds.c650 const int64_t rhigh = MIN(high, it->high); in bounds_case_cover() local
651 if (rlow == rhigh) in bounds_case_cover()
655 rlow, rhigh); in bounds_case_cover()
H A Dvcode.c136 double rhigh; member
2280 return bt->rlow >= tt->rlow && bt->rhigh <= tt->rhigh; in vtype_includes()
2493 n->rhigh = DBL_MAX; in vtype_real()
4691 && vcode_reg_const(rhigh, &rhigh_const) in emit_index_check_null()
4701 vcode_add_arg(op, rhigh); in emit_index_check_null()
4712 && vtype_includes(bounds, vcode_reg_data(rhigh)->bounds)) { in emit_index_check()
4717 op_t *op = emit_index_check_null(rlow, rhigh, kind); in emit_index_check()
4725 void emit_dynamic_index_check(vcode_reg_t rlow, vcode_reg_t rhigh, in emit_dynamic_index_check() argument
4729 op_t *op = emit_index_check_null(rlow, rhigh, kind); in emit_dynamic_index_check()
5030 write_double(t->rhigh, f); in vcode_write_unit()
[all …]
H A Dvcode.h378 void emit_index_check(vcode_reg_t rlow, vcode_reg_t rhigh, vcode_type_t bounds,
380 void emit_dynamic_index_check(vcode_reg_t rlow, vcode_reg_t rhigh,
/dports/net/openmpi3/openmpi-3.1.6/ompi/communicator/
H A Dcomm.c1724 int flag, rhigh; in ompi_comm_determine_first() local
1758 &rhigh, rcounts, rdisps, in ompi_comm_determine_first()
1773 if ( high && !rhigh ) { in ompi_comm_determine_first()
1776 else if ( !high && rhigh ) { in ompi_comm_determine_first()
/dports/net/openmpi/openmpi-4.1.1/ompi/communicator/
H A Dcomm.c1733 int flag, rhigh; in ompi_comm_determine_first() local
1767 &rhigh, rcounts, rdisps, in ompi_comm_determine_first()
1782 if ( high && !rhigh ) { in ompi_comm_determine_first()
1785 else if ( !high && rhigh ) { in ompi_comm_determine_first()
/dports/science/PETSc/petsc-3.14.1/src/tao/bound/utils/
H A Disutil.c26 PetscInt nfull,nreduced,nreduced_local,rlow,rhigh,flow,fhigh; in TaoVecGetSubVec() local
60 ierr = VecGetOwnershipRange(*vreduced,&rlow,&rhigh);CHKERRQ(ierr); in TaoVecGetSubVec()
/dports/science/multiwfn/gMultiwfn-3.4.1-0-14-ge873677/src/
H A Dsurfana.f901932 call xypt2densmat(surval1*b2a,surval2*b2a,ncontactvtx,mat,nval,nval,rlow,rhigh,rlow,rhigh)
1933 spc=(rhigh-rlow)/(nval-1)
1942 write(*,"(a,f10.3,a,f10.3)") " 4 Set the range of axes, current: from",rlow," to",rhigh
1974 read(*,*) rlow,rhigh
1975 spc=(rhigh-rlow)/(nval-1)
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dnadd.pas1194 rlow,rhigh : tconstexprint;
1283 rhigh:=0;
1874 rhigh:=tsetdef(rd).setmax;
1880 rhigh:=lhigh;
1883 getrange(rd,rlow,rhigh);
1887 lhigh:=rhigh;
1889 … nd:=csetdef.create(tsetdef(ld).elementdef,min(llow,rlow).svalue,max(lhigh,rhigh).svalue,true);

1234