Home
last modified time | relevance | path

Searched refs:idxl (Results 1 – 25 of 74) sorted by relevance

123

/dports/cad/feappv/feappv-4.1i/windows/
H A Dpltdos.f33 integer idxl,idyl,jfill local
34 common /vgraph/ idxl,idyl,jfill local
87 idxl = idyl
157 integer idxl,idyl,jfill local
158 common /vgraph/ idxl,idyl,jfill local
170 ix = xi*22000/idxl
191 integer idxl,idyl,jfill local
192 common /vgraph/ idxl,idyl,jfill local
270 integer idxl,idyl,jfill local
271 common /vgraph/ idxl,idyl,jfill local
[all …]
H A Ddplot.f28 integer idxl,idyl,jfill local
29 common /vgraph/ idxl,idyl,jfill local
55 iwx1 = int(wmin(1)*idx/idxl) + wxy(1,1,iwindow)
57 iwx2 = int(wmax(1)*idx/idxl) + wxy(1,1,iwindow)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/
H A Dtween.py54 idxl = max(0, bisect_left(positions, pos) - 1)
55 idxr = min(len(positions)-1, idxl + 1)
56 fraction = (pos - positions[idxl]) / (positions[idxr] - positions[idxl])
57 vall = values[idxl]
/dports/math/faiss/faiss-1.7.1/faiss/impl/
H A Dindex_read.cpp431 read_index_header(idxl, f); in read_index()
432 READ1(idxl->nbits); in read_index()
433 READ1(idxl->rotate_data); in read_index()
436 READ1(idxl->bytes_per_vec); in read_index()
450 idxl->rrot = *rrot; in read_index()
453 READVECTOR(idxl->codes); in read_index()
455 idxl->rrot.d_in == idxl->d && idxl->rrot.d_out == idxl->nbits); in read_index()
457 idxl->codes.size() == idxl->ntotal * idxl->bytes_per_vec); in read_index()
458 idx = idxl; in read_index()
550 READVECTOR(idxl->trained); in read_index()
[all …]
H A Dindex_write.cpp323 WRITE1(idxl->nbits); in write_index()
324 WRITE1(idxl->rotate_data); in write_index()
325 WRITE1(idxl->train_thresholds); in write_index()
326 WRITEVECTOR(idxl->thresholds); in write_index()
327 WRITE1(idxl->bytes_per_vec); in write_index()
329 WRITEVECTOR(idxl->codes); in write_index()
385 WRITE1(idxl->d); in write_index()
386 WRITE1(idxl->nsq); in write_index()
387 WRITE1(idxl->scale_nbit); in write_index()
388 WRITE1(idxl->zn_sphere_codec.r2); in write_index()
[all …]
/dports/audio/traverso/traverso-0.49.6/src/traverso/widgets/
H A DSpectralMeterWidget.cpp368 int idxl = int(floor(fidxl - 1.0f)); in freq2db() local
371 if (idxl < 0) { in freq2db()
372 idxl = 0; in freq2db()
385 if (idxl >= (int)fft_size) { in freq2db()
390 if (idxu - idxl == 0) { in freq2db()
395 if (idxu - idxl == 2) { in freq2db()
396 return 5.0f * (log10(specl.at(idxl + 1) * specr.at(idxl + 1)) + xfactor); in freq2db()
400 if (idxu - idxl == 1) { in freq2db()
402 float dbvl = specl.at(idxl) * specr.at(idxl); in freq2db()
409 for (int i = idxl; i <=idxu; ++i) { in freq2db()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/sunmatrix/cusparse/
H A Dcusparse_kernels.cuh76 I idxl = tmp; in scaleAddIKernelBCSR() local
80 if (colind[idxl+j] == row) A[idxg+j] = c*A[idxg+j] + 1.0; in scaleAddIKernelBCSR()
128 I idxl = tmp; // local (to this block) starting nonzero index in matvecBCSR() local
134 y[rowg] += A[idxg+j] * x[ colg+colind[idxl+j] ]; in matvecBCSR()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/sunmatrix/cusparse/
H A Dcusparse_kernels.cuh76 I idxl = tmp; in scaleAddIKernelBCSR() local
80 if (colind[idxl+j] == row) A[idxg+j] = c*A[idxg+j] + 1.0; in scaleAddIKernelBCSR()
128 I idxl = tmp; // local (to this block) starting nonzero index in matvecBCSR() local
134 y[rowg] += A[idxg+j] * x[ colg+colind[idxl+j] ]; in matvecBCSR()
/dports/math/sundials/sundials-5.7.0/src/sunmatrix/cusparse/
H A Dcusparse_kernels.cuh76 I idxl = tmp; in scaleAddIKernelBCSR() local
80 if (colind[idxl+j] == row) A[idxg+j] = c*A[idxg+j] + 1.0; in scaleAddIKernelBCSR()
128 I idxl = tmp; // local (to this block) starting nonzero index in matvecBCSR() local
134 y[rowg] += A[idxg+j] * x[ colg+colind[idxl+j] ]; in matvecBCSR()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/util/
H A Dindexer.cpp1119 auto idxl = idx.Lock(); in x_InitGaps() local
1120 if (idxl) { in x_InitGaps()
1931 if (idxl) { in x_DefaultSelector()
1958 auto idxl = idx.Lock(); in x_DefaultSelector() local
1959 if (idxl) { in x_DefaultSelector()
2044 if (idxl) { in x_InitFeats()
2917 auto idxl = idx.Lock(); in HasOperon() local
2918 if (idxl) { in HasOperon()
3135 if (idxl) { in GetBestGene()
3162 if (idxl) { in GetBestParent()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/util/
H A Dindexer.cpp1119 auto idxl = idx.Lock(); in x_InitGaps() local
1120 if (idxl) { in x_InitGaps()
1931 if (idxl) { in x_DefaultSelector()
1958 auto idxl = idx.Lock(); in x_DefaultSelector() local
1959 if (idxl) { in x_DefaultSelector()
2044 if (idxl) { in x_InitFeats()
2896 auto idxl = idx.Lock(); in HasOperon() local
2897 if (idxl) { in HasOperon()
3114 if (idxl) { in GetBestGene()
3141 if (idxl) { in GetBestParent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/gbuild/extensions/
H A Dpost_PackageInfo.mk39 $(foreach suf,cfg db ht idxl/_0.cfs idxl/segments_3 idxl/segments.gen jar key tree,$(if $(wildcard …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/gbuild/extensions/
H A Dpost_PackageInfo.mk39 $(foreach suf,cfg db ht idxl/_0.cfs idxl/segments_3 idxl/segments.gen jar key tree,$(if $(wildcard …
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/plotting/
H A Dtest_datetimelike.py735 idxl = date_range("1/1/1999", periods=12, freq="M")
737 low = Series(np.random.randn(len(idxl)), idxl)
760 idxl = date_range("1/1/1999", periods=12, freq="M")
762 low = Series(np.random.randn(len(idxl)), idxl)
773 idxl = date_range("1/1/1999", periods=4, freq="H")
775 low = Series(np.random.randn(len(idxl)), idxl)
840 low = Series(np.random.randn(len(idxl)), idxl)
851 low = Series(np.random.randn(len(idxl)), idxl)
874 low = DataFrame(np.random.rand(len(idxl), 3), index=idxl, columns=[0, 1, 2])
966 low = Series(np.random.randn(len(idxl)), idxl)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/gbuild/
H A DHelpTarget.mk434 rm -rf $(HELP_WORKDIR)/$(HELP_MODULE).idxl \
652 $(WORKDIR)/HelpTarget/%.idxl/_0.cfs :
654 $(WORKDIR)/HelpTarget/%.idxl/segments_3 :
656 $(WORKDIR)/HelpTarget/%.idxl/segments.gen :
663 $(foreach suffix,.db .ht .idxl/_0.cfs .idxl/segments_3 .idxl/segments.gen .key,$(addsuffix $(suffix…
/dports/net-im/matterhorn/matterhorn-50200.13.0/test/
H A Dtest_messages.hs683 idxl = sort $ map (\v -> abs v `mod` 5) [idx1, idx2] function
684 idx1' = head idxl
685 idx2' = last idxl
710 idx1' = head idxl
711 idx2' = last idxl
735 idx1' = head idxl
736 idx2' = last idxl
760 idx1' = head idxl
761 idx2' = last idxl
785 idx1' = head idxl
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/gbuild/
H A DHelpTarget.mk440 rm -rf $(HELP_WORKDIR)/$(HELP_MODULE).idxl \
664 $(WORKDIR)/HelpTarget/%.idxl/_0.cfs :
666 $(WORKDIR)/HelpTarget/%.idxl/segments_3 :
668 $(WORKDIR)/HelpTarget/%.idxl/segments.gen :
675 $(foreach suffix,.db .ht .idxl/_0.cfs .idxl/segments_3 .idxl/segments.gen .key,$(addsuffix $(suffix…
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/cc/
H A Dccexnorm.F169 do idxl = ileft, ileft-1+ndeg
170 write(lupri,'(1x,i3,f15.8)') idxl,eigval(idxl)
173 call cc_rdrsp('LE ',idxl,isym,iopt,model,
177 iadrij = (idxl-ileft)*ncctot + 1
186 iovlp = (idxl-ileft)*ndeg+(idxr-ileft+1)
192 iovlp = (idxl-ileft)*ndeg+1
201 do idxl = ileft, ileft-1+ndeg
203 iovlp = (idxl-ileft)*ndeg+(idxr-ileft+1)
220 do idxl = ileft, ileft-1+ndeg
223 iovlp = (idxr-ileft)*ndeg+(idxl-ileft+1)
[all …]
/dports/graphics/cptutils/cptutils-1.74/src/avlcpt/
H A Davlgrad.c313 odb_uint_t idxs[ns], idxl[nl]; in odb_avl() local
324 idxl[m] = i; in odb_avl()
363 il = idxl[i]; in odb_avl()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_fdm/power/
H A Dbattery.cpp210 int idxl = idx & ((1<<10)-1); in step() local
212 U = voltage[idxh] + (idxl * (voltage[idxh+1]-voltage[idxh]))*(1.0/1024); in step()
/dports/devel/inastemp/inastemp-0.2.4/Examples/Gemm/
H A Dmain.cpp32 for(size_t idxl = 0 ; idxl < leadingDest ; ++idxl){ in CopyMat() local
34 dest[idxb*leadingDest + idxl] = src[idxb*leadingSrc+idxl]; in CopyMat()
43 for(size_t idxl = 0 ; idxl < lengthCopy ; ++idxl){ in CopyMatT() local
45 dest[idxl*leadingDest + idxb] = src[idxb*leadingSrc+idxl]; in CopyMatT()
/dports/math/reduce/Reduce-svn5758-src/packages/assist/
H A Dcontrtns.red205 begin scalar res,partit_space_lst,idxl,sp,user_g_dvnames,bool;
215 if idxl:=assoc(sp,partit_space_lst) then
216 cdr idxl:= z . cdr idxl
222 if (idxl:=cdr z)
223 then <<bool:=t; dummy_nam idxl;
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/idas/serial/
H A DidasFoodWeb_bnd.c574 sunindextype jx, jy, is, idyu, idyl, idxu, idxl; in Fweb() local
588 idxl = (jx!= 0 ) ? NUM_SPECIES : -NUM_SPECIES; in Fweb()
604 dcxli = *(cxy+is) - *(cxy - idxl + is); in Fweb()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/ida/C_openmp/
H A DidaFoodWeb_bnd_omp.c608 sunindextype jx, jy, is, idyu, idyl, idxu, idxl; in Fweb() local
624 idxl = (jx!= 0 ) ? NUM_SPECIES : -NUM_SPECIES; in Fweb()
641 dcxli = *(cxy+is) - *(cxy - idxl + is); in Fweb()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/idas/C_openmp/
H A DidasFoodWeb_bnd_omp.c608 sunindextype jx, jy, is, idyu, idyl, idxu, idxl; in Fweb() local
624 idxl = (jx!= 0 ) ? NUM_SPECIES : -NUM_SPECIES; in Fweb()
641 dcxli = *(cxy+is) - *(cxy - idxl + is); in Fweb()

123