Home
last modified time | relevance | path

Searched refs:ftarget (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/editors/teco/tecoc0398/src/
H A Dpurge.c61 char *ftarget; local
73 ftarget=(char *)malloc(strlen(target)+4);
79 strcpy(ftarget,s+1);
82 strcpy(ftarget,s+1);
85 strcpy(ftarget,target);
92 free(ftarget);
95 n=strlen(ftarget);
110 free(ftarget);
128 free(ftarget);
131 n=strlen(ftarget);
[all …]
H A Dzlinux.c1571 char *ftarget; local
1579 ftarget=(char *)malloc(strlen(target)+4);
1585 strcpy(ftarget,s+1);
1588 strcpy(ftarget,s+1);
1591 strcpy(ftarget,target);
1600 free(ftarget);
1603 n=strlen(ftarget);
1605 if (strncmp(dp->d_name,ftarget,n) == 0) {
1618 free(ftarget);
1628 free(ftarget);
/dports/audio/praat/praat-6.2.03/dwtest/
H A Dtest_Formant_slopes.praat33 .ftarget = .p#[1] + .p#[2] * exp (.p#[3] * (tmax - tmin) )
34 .slope = (.ftarget - .flocus) / (tmax - tmin)
35 .truth# = {.slope, 0, .flocus, .ftarget, .p# [1], .p# [2], .p# [3]}
51 .ftarget = .p# [1] + .p# [2] * (tmax - tmin) + .p# [3] * (tmax - tmin)^2
52 .slope = (.ftarget - .flocus) / (tmax - tmin)
53 .truth# = {.slope, 0, .flocus, .ftarget, .p# [1], .p# [2], .p# [3]}
68 .ftarget = .p# [1] + .p# [2] / (1 + exp (- (tmax -tmin - .p# [3])/.p# [4]))
69 .slope = (.ftarget - .flocus) / (tmax - tmin)
70 .truth# = {.slope, 0, .flocus, .ftarget, .p# [1], .p# [2], .p# [3], .p# [4]}
/dports/math/py-deap/deap-1.3.1/examples/
H A Dbbob.py49 def main(func, dim, maxfuncevals, ftarget=None): argument
57 opt = creator.FitnessMin((ftarget,))
124 main(e.evalfun, dim, revals, e.ftarget)
127 if e.fbest < e.ftarget or e.evaluations + minfuncevals > maxfuncevals:
135 e.fbest - e.ftarget))
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/docs/nact/
H A DMakefile.am265 @ftarget=$@; \
266 if test "$(opt_verbose)" = ""; then echo " HTML $$ftarget building..."; fi; \
267 lc=$${ftarget%/*}; \
270 if test "$(opt_verbose)" = ""; then echo " HTML $$ftarget done"; fi
459 @ftarget=$@; \
460 if test "$(opt_verbose)" = ""; then echo " PDF $$ftarget building..."; fi; \
461 lc=$${ftarget%/*}; \
471 echo " PDF $$ftarget recovering from dblatex error..."; \
479 echo " PDF $$ftarget done"; \
481 echo " PDF unable to build $$ftarget"; \
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/scripts/
H A Drenew_license.py59 with open(inputFile) as ftarget:
60 content = ftarget.read()
H A Dendpoints_checker.py61 with open(inputFile) as ftarget:
62 content = ftarget.read();
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/.github/workflows/
H A Dgithub_actions_archs.yml24 ftarget: " TARGET=ARMV8"
33 ftarget: " TARGET=ARMV8"
44 ftarget: " TARGET=POWER8"
94 FORCETARGET: ${{ matrix.ftarget }}
/dports/mail/bogofilter-kc/bogofilter-1.2.5/src/
H A Dbogotune.c560 uint ftarget = 0; in set_thresh() local
574 cutoff = ns_scores[ftarget-1]; in set_thresh()
577 if (ftarget == 1 || cutoff >= MIN_CUTOFF) in set_thresh()
579 ftarget -= 1; in set_thresh()
584 while (cutoff > SPAM_CUTOFF && ++ftarget < count) { in set_thresh()
585 cutoff = scores[ftarget-1]; in set_thresh()
587 printf("s: cutoff %8.6f, ftarget %u%%\n", cutoff, ftarget); in set_thresh()
590 --ftarget; in set_thresh()
601 "At target %u, cutoff is %8.6f.\n", ftarget, cutoff); in set_thresh()
607 print_ns_scores(ftarget-4, ftarget+4, 0); in set_thresh()
[all …]
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/src/
H A Dbogotune.c560 uint ftarget = 0; in set_thresh() local
574 cutoff = ns_scores[ftarget-1]; in set_thresh()
577 if (ftarget == 1 || cutoff >= MIN_CUTOFF) in set_thresh()
579 ftarget -= 1; in set_thresh()
584 while (cutoff > SPAM_CUTOFF && ++ftarget < count) { in set_thresh()
585 cutoff = scores[ftarget-1]; in set_thresh()
587 printf("s: cutoff %8.6f, ftarget %u%%\n", cutoff, ftarget); in set_thresh()
590 --ftarget; in set_thresh()
601 "At target %u, cutoff is %8.6f.\n", ftarget, cutoff); in set_thresh()
607 print_ns_scores(ftarget-4, ftarget+4, 0); in set_thresh()
[all …]
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/src/
H A Dbogotune.c560 uint ftarget = 0; in set_thresh() local
574 cutoff = ns_scores[ftarget-1]; in set_thresh()
577 if (ftarget == 1 || cutoff >= MIN_CUTOFF) in set_thresh()
579 ftarget -= 1; in set_thresh()
584 while (cutoff > SPAM_CUTOFF && ++ftarget < count) { in set_thresh()
585 cutoff = scores[ftarget-1]; in set_thresh()
587 printf("s: cutoff %8.6f, ftarget %u%%\n", cutoff, ftarget); in set_thresh()
590 --ftarget; in set_thresh()
601 "At target %u, cutoff is %8.6f.\n", ftarget, cutoff); in set_thresh()
607 print_ns_scores(ftarget-4, ftarget+4, 0); in set_thresh()
[all …]
/dports/mail/bogofilter/bogofilter-1.2.5/src/
H A Dbogotune.c560 uint ftarget = 0; in set_thresh() local
574 cutoff = ns_scores[ftarget-1]; in set_thresh()
577 if (ftarget == 1 || cutoff >= MIN_CUTOFF) in set_thresh()
579 ftarget -= 1; in set_thresh()
584 while (cutoff > SPAM_CUTOFF && ++ftarget < count) { in set_thresh()
585 cutoff = scores[ftarget-1]; in set_thresh()
587 printf("s: cutoff %8.6f, ftarget %u%%\n", cutoff, ftarget); in set_thresh()
590 --ftarget; in set_thresh()
601 "At target %u, cutoff is %8.6f.\n", ftarget, cutoff); in set_thresh()
607 print_ns_scores(ftarget-4, ftarget+4, 0); in set_thresh()
[all …]
/dports/comms/soapysdr-rtlsdr/SoapyRTLSDR-soapy-rtl-sdr-0.3.2/
H A DStreaming.cpp378 float *ftarget = (float *) buff0; in readStream() local
385 ftarget[i * 2] = tmp.real(); in readStream()
386 ftarget[i * 2 + 1] = tmp.imag(); in readStream()
394 ftarget[i * 2] = tmp.real(); in readStream()
395 ftarget[i * 2 + 1] = tmp.imag(); in readStream()
/dports/math/py-cma/cma-3.1.0/cma/
H A Dpurecma.py75 maxfevals='1e3 * N**2', ftarget=None, argument
157 es = CMAES(xstart, sigma, maxfevals=maxfevals, ftarget=ftarget)
304 ftarget=None, argument
336 self.ftarget = ftarget # stop if fitness <= ftarget
441 if self.ftarget is not None and len(self.fitvals) > 0 \
442 and self.fitvals[0] <= self.ftarget:
443 res['ftarget'] = self.ftarget
H A Dfitness_transformations.py77 self.ftarget = -np.inf
102 if not self.target_hit_at and any(np.asarray(F) <= self.ftarget):
103 …elf.target_hit_at = self.evaluations - len(X) + 1 + list(np.asarray(F) <= self.ftarget).index(True)
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGlobalGhsMultiGenerator.cxx522 cmGeneratedFileStream ftarget(fname); in Generate() local
523 ftarget.SetCopyIfDifferent(true); in Generate()
524 this->WriteFileHeader(ftarget); in Generate()
525 this->WriteCustomTargetBOD(ftarget); in Generate()
526 ftarget.Close(); in Generate()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGlobalGhsMultiGenerator.cxx522 cmGeneratedFileStream ftarget(fname); in Generate() local
523 ftarget.SetCopyIfDifferent(true); in Generate()
524 this->WriteFileHeader(ftarget); in Generate()
525 this->WriteCustomTargetBOD(ftarget); in Generate()
526 ftarget.Close(); in Generate()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGlobalGhsMultiGenerator.cxx522 cmGeneratedFileStream ftarget(fname); in Generate() local
523 ftarget.SetCopyIfDifferent(true); in Generate()
524 this->WriteFileHeader(ftarget); in Generate()
525 this->WriteCustomTargetBOD(ftarget); in Generate()
526 ftarget.Close(); in Generate()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/lib/
H A DMakefile.gcj28 GCJF = $(GCJ) -fsource=1.5 -ftarget=1.5 -g -Wno-deprecated --encoding=UTF-8 \
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/lib/
H A DMakefile.gcj28 GCJF = $(GCJ) -fsource=1.5 -ftarget=1.5 -g -Wno-deprecated --encoding=UTF-8 \
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/lib/
H A DMakefile.gcj28 GCJF = $(GCJ) -fsource=1.5 -ftarget=1.5 -g -Wno-deprecated --encoding=UTF-8 \
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/lib/
H A DMakefile.gcj28 GCJF = $(GCJ) -fsource=1.5 -ftarget=1.5 -g -Wno-deprecated --encoding=UTF-8 \
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/lib/
H A DMakefile.gcj28 GCJF = $(GCJ) -fsource=1.5 -ftarget=1.5 -g -Wno-deprecated --encoding=UTF-8 \
/dports/audio/praat/praat-6.2.03/LPC/
H A DFormant_extensions.cpp183 const double ftarget = DataModeler_getModelValueAtX (dm.get(), tmax); in Formant_listFormantSlope() local
185 const double averageSlope = (ftarget - flocus) / (tmax - tmin); in Formant_listFormantSlope()
189 fitResults [4] = ftarget; in Formant_listFormantSlope()
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/gnulib-m4/
H A Djavacomp.m460 # gcj >= 4.3 supports -ftarget=1.6, and gij >= 4.3 can in some cases handle
203 dnl gcj 4.3 and newer has an option -ftarget=1.X; the maximum supported
332 dnl Try with -fsource and -ftarget options.
335 …if { echo "$as_me:__oline__: $JAVAC -fsource=$source_version -ftarget=$target_version -d . conftes…
336 …$JAVAC -fsource="$source_version" -ftarget="$target_version" -d . conftest.java >&AS_MESSAGE_LOG_F…
340 CONF_JAVAC="$JAVAC -fsource=$source_version -ftarget=$target_version"
551 dnl Try with -fsource and -ftarget options.
554 …if { echo "$as_me:__oline__: gcj -C -fsource=$source_version -ftarget=$target_version -d . conftes…
555 …gcj -C -fsource="$source_version" -ftarget="$target_version" -d . conftest.java >&AS_MESSAGE_LOG_F…
559 CONF_JAVAC="gcj -C -fsource=$source_version -ftarget=$target_version"

12345678910