Home
last modified time | relevance | path

Searched refs:basef (Results 1 – 25 of 61) sorted by relevance

123

/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/environments/functions/
H A Dtransformations.py15 def oppositeFunction(basef): argument
24 res = FunctionEnvironment(basef.xdim, basef.xopt)
33 return lambda x:-basef(x)
41 FunctionEnvironment.__init__(self, basef.xdim, basef.xopt)
63 FunctionEnvironment.__init__(self, basef.xdim, basef.xopt)
66 self._M = orth(rand(basef.xdim, basef.xdim))
92 FunctionEnvironment.__init__(self, basef.xdim, basef.xopt)
95 if basef.penalized:
97 self.f = basef.f
123 def __init__(self, basef, argument
[all …]
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Ddbz.c661 basef = fopen(name, "r");
662 if (basef == NULL) {
675 if (basef != NULL)
682 (void)fclose(basef);
745 if (fclose(basef) == EOF) { in dbmclose()
751 basef = NULL; in dbmclose()
867 basef = latebase();
868 if (basef == NULL)
924 s = fgets(buffer, sizeof(buffer), basef);
998 basef = latebase();
[all …]
/dports/news/cnews/cnews-cr.g_18/libdbz/
H A Ddbz.c751 basef = fopen(name, "r");
752 if (basef == NULL) {
765 if (basef != NULL)
769 (*callback)(basef);
774 (void) fclose(basef);
861 if (fclose(basef) == EOF) { in dbzdbmclose()
867 basef = NULL; in dbzdbmclose()
986 basef = latebase();
987 if (basef == NULL)
1102 basef = latebase();
[all …]
/dports/news/newsx/newsx-1.6/dbz/
H A Ddbz-v3.c804 basef = fopen(name, "r");
805 if (basef == NULL) {
818 if (basef != NULL)
823 (*callback)(basef);
829 (void) fclose(basef);
923 if (fclose(basef) == EOF) { in dbzv3_dbmclose()
929 basef = NULL; in dbzv3_dbmclose()
1050 basef = latebase();
1051 if (basef == NULL)
1171 basef = latebase();
[all …]
H A Ddbz-v6.c358 static FILE *basef; /* descriptor for base file */ variable
801 basef = fopen(name, "r"); in openbasefile()
802 if (basef == NULL) { in openbasefile()
813 if (basef != NULL) in openbasefile()
814 CloseOnExec((int)fileno(basef), 1); in openbasefile()
816 if (basef != NULL) in openbasefile()
817 (void) setvbuf(basef, basebuf, _IOFBF, sizeof(basebuf)); in openbasefile()
928 if (fclose(basef) == EOF) { in dbzclose()
934 basef = NULL; in dbzclose()
1064 if (fseek(basef, offset, SEEK_SET) != 0) {
[all …]
/dports/news/fidogate4/fidogate-4.4.10/src/toss/
H A Ddbz.c670 basef = fopen(name, "r");
671 if (basef == NULL) {
684 if (basef != NULL)
691 (void) fclose(basef);
755 if (fclose(basef) == EOF) { in dbmclose()
761 basef = NULL; in dbmclose()
880 basef = latebase();
881 if (basef == NULL)
896 if (fseek(basef, key_ptr, SEEK_SET) != 0) {
994 basef = latebase();
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/Helper/Chunked/
H A DLegacy.hs69 let chunkcount = basef ++ chunkCount
75 basef = tmp ++ fromRawFilePath (keyFile key) function
76 tmpdests = map (basef ++ ) chunkStream
/dports/math/mfem/mfem-4.3/miniapps/shifted/
H A Ddist_solver.hpp125 Coefficient &basef, &corrf; member in mfem::PProductCoefficient
129 : basef(basec_), corrf(corrc_) { } in PProductCoefficient()
134 double u = basef.Eval(T,ip); in Eval()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_filterparser.c194 float basef; in main() local
219 memcpy(&basef,&baseline[9],4); in main()
220 if(uf.f != basef) in main()
/dports/news/inn-current/inn-2.7-20211226/lib/
H A Ddbz.c276 static FILE *basef; /* descriptor for base file */ variable
721 basef = Fopen(name, "r", DBZ_BASE); in openbasefile()
722 if (basef == NULL) { in openbasefile()
727 if (basef != NULL) in openbasefile()
728 fdflag_close_exec(fileno(basef), true); in openbasefile()
729 if (basef != NULL) in openbasefile()
730 setvbuf(basef, NULL, _IOFBF, 64); in openbasefile()
828 if (Fclose(basef) == EOF) { in dbzclose()
834 basef = NULL; in dbzclose()
959 if (fseeko(basef, offset, SEEK_SET) != 0) {
[all …]
/dports/news/inn/inn-2.6.4/lib/
H A Ddbz.c277 static FILE *basef; /* descriptor for base file */ variable
718 basef = Fopen(name, "r", DBZ_BASE); in openbasefile()
719 if (basef == NULL) { in openbasefile()
724 if (basef != NULL) in openbasefile()
725 fdflag_close_exec(fileno(basef), true); in openbasefile()
726 if (basef != NULL) in openbasefile()
727 setvbuf(basef, NULL, _IOFBF, 64); in openbasefile()
825 if (Fclose(basef) == EOF) { in dbzclose()
831 basef = NULL; in dbzclose()
956 if (fseeko(basef, offset, SEEK_SET) != 0) {
[all …]
/dports/sysutils/shlock/inn-2.6.4/lib/
H A Ddbz.c277 static FILE *basef; /* descriptor for base file */ variable
718 basef = Fopen(name, "r", DBZ_BASE); in openbasefile()
719 if (basef == NULL) { in openbasefile()
724 if (basef != NULL) in openbasefile()
725 fdflag_close_exec(fileno(basef), true); in openbasefile()
726 if (basef != NULL) in openbasefile()
727 setvbuf(basef, NULL, _IOFBF, 64); in openbasefile()
825 if (Fclose(basef) == EOF) { in dbzclose()
831 basef = NULL; in dbzclose()
956 if (fseeko(basef, offset, SEEK_SET) != 0) {
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_max_scale_response.hxx57 vil_image_view<float> basef; in brip_max_scale_response() local
59 vil_convert_planes_to_grey(base_image, basef); in brip_max_scale_response()
62 basef = vil_convert_cast(float(), v); in brip_max_scale_response()
73 grey_pyramid_.push_back(basef); in brip_max_scale_response()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dtottfgpos.c4375 putshort(basef,fcnt); in dump_minmax()
4384 FILE *basef; in otf_dumpbase() local
4406 here = ftell(basef); in otf_dumpbase()
4408 putshort(basef,here-0); in otf_dumpbase()
4424 bsl = ftell(basef); in otf_dumpbase()
4426 putshort(basef,cnt); in otf_dumpbase()
4429 putshort(basef,0); in otf_dumpbase()
4453 putshort(basef,0); in otf_dumpbase()
4478 dump_minmax(basef,bl); in otf_dumpbase()
4485 putc('\0',basef); in otf_dumpbase()
[all …]
/dports/math/octave-forge-signal/signal-1.4.1/inst/
H A Dfir2.m108 basef = f(:); basem = m(:); variable
114 f = [f(:);basef(idx)]';
119 f = unique([f(:);basef(idx)(:)]');
122 m = interp1(basef, basem, f);
125 ## plot(f,m,'-xb;ramped;',basef,basem,'-or;original;'); pause;
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dsingwave.c366 p->basef = freq; in voicformset()
385 if (p->basef != *p->frequency) { in voicform()
386 p->basef = *p->frequency; in voicform()
387 SingWave_setFreq(csound, &p->voiced, p->basef); in voicform()
H A Dsingwave.h120 MYFLT basef; member
/dports/lang/perl5.30/perl-5.30.3/symbian/
H A Dxsbuild.pl884 my $basef;
890 $basef = $f;
896 unless (defined $basef) {
924 die "$0: $basef: no exports found\n";
/dports/lang/perl5.32/perl-5.32.1/symbian/
H A Dxsbuild.pl884 my $basef;
890 $basef = $f;
896 unless (defined $basef) {
924 die "$0: $basef: no exports found\n";
/dports/shells/elvish/elvish-0.17.0/pkg/mods/math/
H A Dmath.go614 basef := vals.ConvertToFloat64(base)
616 return math.Pow(basef, expf)
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DVerify.hs238 | fn == Just basef -> cont
241 (dir, basef) = P.splitFileName f function
/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dintrinsic.c4849 cob_field *basef; in cob_intr_ord_min() local
4861 basef = f; in cob_intr_ord_min()
4875 cob_field *basef; in cob_intr_ord_max() local
4887 basef = f; in cob_intr_ord_max()
4901 cob_field *basef; in cob_intr_min() local
4911 basef = f; in cob_intr_min()
4916 make_field_entry (basef); in cob_intr_min()
4917 memcpy (curr_field->data, basef->data, basef->size); in cob_intr_min()
4925 cob_field *basef; in cob_intr_max() local
4935 basef = f; in cob_intr_max()
[all …]
/dports/math/eigen3/eigen-3.3.9/bench/
H A Dbench_norm.cpp246 void check_accuracy(double basef, double based, int s) in check_accuracy() argument
248 double yf = basef * std::abs(internal::random<double>()); in check_accuracy()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/
H A Dbench_norm.cpp246 void check_accuracy(double basef, double based, int s) in check_accuracy() argument
248 double yf = basef * std::abs(internal::random<double>()); in check_accuracy()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/
H A Dbench_norm.cpp235 void check_accuracy(double basef, double based, int s) in check_accuracy() argument
237 double yf = basef * internal::abs(internal::random<double>()); in check_accuracy()

123