Home
last modified time | relevance | path

Searched refs:nroot (Results 101 – 125 of 731) sorted by relevance

12345678910>>...30

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libauthsrv/
H A Dreadnvram.c260 int nroot, sectsize, rootoff, rootsects, n; in finddosfile() local
278 nroot = GETSHORT(b->rootsize); in finddosfile()
279 rootsects = (nroot*sizeof(Dosdir)+sectsize-1)/sectsize; in finddosfile()
291 for(dp = root; dp < &root[nroot]; dp++) in finddosfile()
/dports/net/drawterm/drawterm/libauthsrv/
H A Dreadnvram.c320 int nroot, sectsize, rootoff, rootsects, n; in finddosfile() local
338 nroot = GETSHORT(b->rootsize); in finddosfile()
339 rootsects = (nroot*sizeof(Dosdir)+sectsize-1)/sectsize; in finddosfile()
351 for(dp = root; dp < &root[nroot]; dp++) in finddosfile()
/dports/math/qd/qd-2.3.23/tests/
H A Dpslq_test.cpp54 double nroot(double x, int n) { in nroot() function
68 T r = nroot(T(2.0), p) + nroot(T(3.0), q); in pslq_test()
/dports/lang/perl5.34/perl-5.34.0/dist/Storable/t/
H A Dretrieve.t44 $nroot = retrieve('nstore');
50 $d2 = &dump($nroot);
/dports/lang/perl5.30/perl-5.30.3/dist/Storable/t/
H A Dretrieve.t44 $nroot = retrieve('nstore');
50 $d2 = &dump($nroot);
/dports/lang/perl5.32/perl-5.32.1/dist/Storable/t/
H A Dretrieve.t44 $nroot = retrieve('nstore');
50 $d2 = &dump($nroot);
/dports/devel/p5-Storable/Storable-3.25/t/
H A Dretrieve.t44 $nroot = retrieve('nstore');
50 $d2 = &dump($nroot);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Storable/t/
H A Dretrieve.t44 $nroot = retrieve('nstore');
50 $d2 = &dump($nroot);
/dports/science/bagel/bagel-1.2.2/src/integral/comprys/interpolate/
H A Dcomplex_rys_gmp.cc624 const int nroot = rank/2+1;
625 complex_rysroot_gmp(values[i], dx, dw, nroot);
627 for(int j = 0; j!=nroot; j++){ // For each root and weight pair...
640 cout << "rank = " << rank << "; nroot = " << nroot << endl;
658 cout << "./gen " << nroot << " " << values[i].real() << " " << values[i].imag() << " ";
701 const int nroot = order[i]/2+1;
706 complex_rysroot_gmp(Trandom[i], dx, dw, nroot);
711 for(int j = 0; j != nroot; j++){
/dports/science/atompaw/atompaw-4.1.1.0/src/
H A Dradialdirac.F90244 SUBROUTINE boundD(Grid,Pot,eig,wfn,lwfn,kappa,nroot,emin,ierr,success) argument
272 INTEGER, INTENT(IN) :: kappa,nroot local
340 IF (mxroot.LT.nroot) THEN
342 WRITE(STD_OUT,*) nroot,' states requested but only',mxroot,' possible'
343 DO ir=mxroot+1,nroot
348 mxroot=min0(mxroot,nroot)
H A Dradialsr.F90264 SUBROUTINE boundsr(Grid,Pot,eig,wfn,l,nroot,emin,ierr,success) argument
292 INTEGER, INTENT(IN) :: l,nroot local
356 IF (mxroot.LT.nroot) THEN
358 WRITE(STD_OUT,*) nroot,' states requested but only',mxroot,' possible'
359 DO ir=mxroot+1,nroot
364 mxroot=min0(mxroot,nroot)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/fs/ubifs/
H A Dlpt_commit.c66 nnode = c->nroot; in first_nnode()
168 kfree(c->nroot); in ubifs_lpt_free()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/fs/ubifs/
H A Dlpt_commit.c66 nnode = c->nroot; in first_nnode()
168 kfree(c->nroot); in ubifs_lpt_free()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/fs/ubifs/
H A Dlpt_commit.c66 nnode = c->nroot; in first_nnode()
168 kfree(c->nroot); in ubifs_lpt_free()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/fs/ubifs/
H A Dlpt_commit.c66 nnode = c->nroot; in first_nnode()
168 kfree(c->nroot); in ubifs_lpt_free()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/fs/ubifs/
H A Dlpt_commit.c66 nnode = c->nroot; in first_nnode()
168 kfree(c->nroot); in ubifs_lpt_free()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/fs/ubifs/
H A Dlpt_commit.c66 nnode = c->nroot; in first_nnode()
168 kfree(c->nroot); in ubifs_lpt_free()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/fs/ubifs/
H A Dlpt_commit.c66 nnode = c->nroot; in first_nnode()
168 kfree(c->nroot); in ubifs_lpt_free()
/dports/math/gecode/gecode-0916a1a/gecode/minimodel/
H A Dipl.hpp155 IntPropLevels::nroot(void) const { in nroot() function in Gecode::IntPropLevels
159 IntPropLevels::nroot(IntPropLevel ipl) { in nroot() function in Gecode::IntPropLevels
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/conversion/plugins/
H A Dlrf_output.py171 nroot = TOC()
173 nroot.add(x.title, x.href)
174 self.oeb.toc = nroot
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tcore/
H A Dtmathutil.cpp532 int nroot = numroots(np, sseq, atmin, atmax); in rootForGreaterThanThreeEquation() local
534 if (nroot == 0) return 0; in rootForGreaterThanThreeEquation()
563 nroot = atmin - atmax; in rootForGreaterThanThreeEquation()
565 assert(nroot > 0); in rootForGreaterThanThreeEquation()
569 outPoly.ord = nroot; in rootForGreaterThanThreeEquation()
575 return nroot < 0 ? -1 : nroot; in rootForGreaterThanThreeEquation()
/dports/math/miracl/miracl-5.6/
H A Dlimlee.c89 nroot(t,np,low); /* np-th integer root */ in main()
94 nroot(t,np,high); in main()
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/btree/
H A Dbt_open.c67 static int nroot __P((BTREE *));
309 if (nroot(t) == RET_ERROR)
346 nroot(t) in nroot() function
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/db/btree/
H A Dbt_open.c73 static int nroot(BTREE *);
313 if (nroot(t) == RET_ERROR) in __bt_open()
352 nroot(BTREE *t) in nroot() function
/dports/editors/vigor/vigor-0.016/db/btree/
H A Dbt_open.c71 static int nroot __P((BTREE *));
318 if (nroot(t) == RET_ERROR)
357 nroot(t) in nroot() function

12345678910>>...30