Home
last modified time | relevance | path

Searched refs:fpre (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/Zeros/
H A Dbrentq.c48 fpre = (*f)(xpre, func_data); in brentq()
51 if (fpre*fcur > 0) { in brentq()
55 if (fpre == 0) { in brentq()
67 if (fpre*fcur < 0) { in brentq()
69 fblk = fpre; in brentq()
77 fpre = fcur; in brentq()
79 fblk = fpre; in brentq()
96 dpre = (fpre - fcur)/(xpre - xcur); in brentq()
98 stry = -fcur*(fblk*dblk - fpre*dpre) in brentq()
99 /(dblk*dpre*(fblk - fpre)); in brentq()
[all …]
H A Dbrenth.c49 fpre = (*f)(xpre,func_data); in brenth()
52 if (fpre*fcur > 0) { in brenth()
56 if (fpre == 0) { in brenth()
67 if (fpre*fcur < 0) { in brenth()
69 fblk = fpre; in brenth()
77 fpre = fcur; in brenth()
79 fblk = fpre; in brenth()
92 stry = -fcur*(xcur - xpre)/(fcur - fpre); in brenth()
96 dpre = (fpre - fcur)/(xpre - xcur); in brenth()
98 stry = -fcur*(fblk - fpre)/(fblk*dpre - fpre*dblk); in brenth()
[all …]
/dports/finance/py-quantecon/quantecon-0.5.2/quantecon/optimize/
H A Droot_finding.py425 fpre = f(xpre, *args)
429 root, status = _bisect_interval(xpre, xcur, fpre, fcur)
438 if fpre * fcur < 0:
440 fblk = fpre
447 fpre = fcur
449 fblk = fpre
461 if abs(spre) > delta and abs(fcur) < abs(fpre):
464 stry = -fcur * (xcur - xpre) / (fcur - fpre)
467 dpre = (fpre - fcur) / (xpre - xcur)
470 (dblk * dpre * (fblk - fpre))
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Demblsplit.pl13 ($fpre,$fpost) = ($file =~ /(.*)[.]([^.]+)/);
17 open (OUT, ">$fpre$cnt.$fpost") || die "cannot open output file $cnt";
26 open (OUT, ">$fpre$cnt.$fpost") ||
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_o3c_methods.F62 REAL(KIND=dp) :: dij, dik, djk, fpre local
267 fpre = 1.0_dp
269 fpre = 2.0_dp
286 fi(j, i) = fpre*SUM(pmat(:, :)*idabc(:, :, j, i))
287 fj(j, i) = fpre*SUM(pmat(:, :)*iadbc(:, :, j, i))
288 fk(j, i) = fpre*SUM(pmat(:, :)*iabdc(:, :, j, i))
322 REAL(KIND=dp) :: fpre local
359 fpre = 1.0_dp
361 fpre = 2.0_dp
370 tvec(ik, ispin) = fpre*SUM(TRANSPOSE(pblock(:, :))*iabc(:, :, ik))
[all …]
H A Dri_environment_methods.F117 REAL(KIND=dp) :: fpre local
148 fpre = lri_env%ri_fit%ftrm1n(ispin)/lri_env%ri_fit%ntrm1n
149 CALL dbcsr_add(fmat, matrix_p(ispin)%matrix, fx(ispin), -fpre)
/dports/devel/codeville/codeville-0.1.18/Codeville/old/
H A Dhistory.py827 fpre = []
832 lines, line_points = replay(fpre, matches,
844 if len(fpre) == 2:
845 s0 = Set(fpre[0][2])
846 s1 = Set(fpre[1][2])
850 lines, line_points, points = fpre[1]
852 lines, line_points, points = fpre[0]
878 def print_conflict(co, fpre): argument
879 p1, p2 = fpre[0], fpre[1]
880 olines, oline_points = _find_conflict(fpre[0][0], fpre[0][1], fpre[0][2],
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_o3c_methods.F81 REAL(KIND=dp) :: dij, dik, djk, fpre local
286 fpre = 1.0_dp
288 fpre = 2.0_dp
305 fi(j, i) = fpre*SUM(pmat(:, :)*idabc(:, :, j, i))
306 fj(j, i) = fpre*SUM(pmat(:, :)*iadbc(:, :, j, i))
307 fk(j, i) = fpre*SUM(pmat(:, :)*iabdc(:, :, j, i))
643 REAL(KIND=dp) :: fpre local
680 fpre = 1.0_dp
682 fpre = 2.0_dp
691 tvec(ik, ispin) = fpre*SUM(TRANSPOSE(pblock(:, :))*iabc(:, :, ik))
[all …]
H A Dri_environment_methods.F117 REAL(KIND=dp) :: fpre local
148 fpre = lri_env%ri_fit%ftrm1n(ispin)/lri_env%ri_fit%ntrm1n
149 CALL dbcsr_add(fmat, matrix_p(ispin)%matrix, fx(ispin), -fpre)
/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A Dl_mcw_glob.c771 char prefix[4] , fpre[128] , fname[256] ; in MCW_file_expand() local
799 sprintf(fpre , "%s:%d:%d:%d:%d:%d:" , prefix,b1,b2,b3,b4,b5) ; in MCW_file_expand()
800 lpre = strlen(fpre) ; in MCW_file_expand()
819 sprintf(fpre , "%s:%d:%d:%d:" , prefix,b1,b2,b3) ; in MCW_file_expand()
820 lpre = strlen(fpre) ; in MCW_file_expand()
846 strcpy( gout[ib+gold] , fpre ) ; /* 3D: prefix */ in MCW_file_expand()
862 strcpy( gout[gold] , fpre ) ; in MCW_file_expand()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmcw_glob.c839 char prefix[4] , fpre[128] ; in MCW_file_expand() local
882 sprintf(fpre , "%s:%d:%d:%d:%d:%d:" , prefix,b1,b2,b3,b4,b5) ; in MCW_file_expand()
883 lpre = strlen(fpre) ; in MCW_file_expand()
902 sprintf(fpre , "%s:%d:%d:%d:" , prefix,b1,b2,b3) ; in MCW_file_expand()
903 lpre = strlen(fpre) ; in MCW_file_expand()
953 strcpy(gout[gnum],fpre) ; strcat(gout[gnum],buf) ; in MCW_file_expand()
985 strcpy( gout[ib+gold] , fpre ) ; /* 3D: prefix */ in MCW_file_expand()
1002 strcpy( gout[gold] , fpre ) ; in MCW_file_expand()
H A DIfile.c1336 char prefix[4] , fpre[128] , fname[256] ; in MCW_file_expand() local
1364 sprintf(fpre , "%s:%d:%d:%d:%d:%d:" , prefix,b1,b2,b3,b4,b5) ; in MCW_file_expand()
1365 lpre = strlen(fpre) ; in MCW_file_expand()
1384 sprintf(fpre , "%s:%d:%d:%d:" , prefix,b1,b2,b3) ; in MCW_file_expand()
1385 lpre = strlen(fpre) ; in MCW_file_expand()
1411 strcpy( gout[ib+gold] , fpre ) ; /* 3D: prefix */ in MCW_file_expand()
1427 strcpy( gout[gold] , fpre ) ; in MCW_file_expand()
/dports/devel/codeville/codeville-0.1.18/Codeville/
H A Dhistory.py1000 fpre = []
1002 fpre.append((pre['lines'], pre['line points'], pre['points']))
1005 lines, line_points, points = replayfunc(fpre, matches,
1035 def print_conflict(co, fpre): argument
1036 p1, p2 = fpre[0], fpre[1]
1037 olines, oline_points = _find_conflict(fpre[0][0], fpre[0][1], fpre[0][2],
1038 fpre[1][0], fpre[1][1], fpre[1][2])[:2]
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dcplib.f90926 REAL(DP) :: fpre(3,3), TT, T1, T2 local
965 fpre = 0.d0
1016 fpre(ii,jj) = fpre(ii,jj) + 2D0 * temp( i, j ) * lambda(i,j,iss)
1033 CALL mp_sum( fpre, intra_bgrp_comm )
1038 (fpre(i,1)*h(j,1)+fpre(i,2)*h(j,2)+fpre(i,3)*h(j,3))/omega
1052 WRITE( stdout,5555) ((-fpre(i,j),j=1,3),i=1,3)
1053 fpre = MATMUL( fpre, TRANSPOSE( h ) ) / omega * au_gpa * 10.0d0
1054 WRITE( stdout,5555) ((fpre(i,j),j=1,3),i=1,3)
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/io/iohandlers/
H A DpyDbfIO.py102 for fname, ftype, flen, fpre in self.field_info[1:]:
103 field_spec.append((ftype, flen, fpre))
/dports/www/interchange/interchange-5.6.3/lib/Vend/
H A DOrder.pm805 my $fpre = $Vend::Cfg->{ScratchDir} . "/pgp.$Vend::Session->{id}.$$";
806 $cmd .= " >$fpre.out";
807 $cmd .= " 2>$fpre.err" unless $cmd =~ /2>/;
826 $body = readfile("$fpre.out");
827 unlink "$fpre.out";
828 unlink "$fpre.err";
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcompctl.c1737 static char *fpre, *fsuf; variable
1982 comp_match(multiquote(fpre, 1), multiquote(fsuf, 1), in addmatch()
2198 if (*n != '.' || *fpre == '.' || isset(GLOBDOTS)) { in gen_matches_files()
2206 if ((test = !strncmp(n, fpre, fpl))) in gen_matches_files()
3068 fpre = fsuf = ipre = ripre = prpre = in makecomplistflags()
3370 fpre = dupstring(((s1 == s || s1 == rpre || ic) && in makecomplistflags()
3372 qfpre = quotename(fpre); in makecomplistflags()
3383 strcpy(p, fpre); in makecomplistflags()
3391 untokenize(fpre); in makecomplistflags()
3394 fpl = strlen(fpre); in makecomplistflags()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/yuvfilters/
H A Dyuvkineco.c529 YfFrame_t *fpre = (YfFrame_t *)((char *)h->frame + (ipre * framebytes)); in do_frame() local
533 ypre = fpre->data[(i * h->_.width) + j]; in do_frame()
548 ypre = fpre->data[((i - 1) * h->_.width) + j]; in do_frame()
560 ypre = fpre->data[((i + 1) * h->_.width) + j]; in do_frame()
/dports/devel/fpc-fcl-report/fpc-3.2.2/packages/fcl-report/
H A Dfpmake.pp16 P.ShortName:='fpre';
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-report/
H A Dfpmake.pp16 P.ShortName:='fpre';
/dports/editors/emacs-devel/emacs-4d1968b/lisp/textmodes/
H A Dfill.el455 (let ((fpre (if (and prefix (not (string-match "\\`[ \t]*\\'" prefix)))
469 (if (looking-at fpre)
473 (if (looking-at fpre)
/dports/editors/emacs/emacs-27.2/lisp/textmodes/
H A Dfill.el458 (let ((fpre (if (and prefix (not (string-match "\\`[ \t]*\\'" prefix)))
472 (if (looking-at fpre)
476 (if (looking-at fpre)
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/ParseImplicitData/
H A Dlinux-Fortran-GNU-10.2.1-static-libgfortran.input31 …rsion -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/10/finclude -fpre-include=/usr/includ…
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/ParseImplicitData/
H A Dlinux-Fortran-GNU-10.2.1-static-libgfortran.input31 …rsion -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/10/finclude -fpre-include=/usr/includ…
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/ParseImplicitData/
H A Dlinux-Fortran-GNU-10.2.1-static-libgfortran.input31 …rsion -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/10/finclude -fpre-include=/usr/includ…

1234567