Home
last modified time | relevance | path

Searched refs:out_pat (Results 1 – 25 of 106) sorted by relevance

12345

/dports/sysutils/modules/modules-4.6.0/testsuite/modules.70-maint/
H A D070-display.exp53 set out_pat "$modlin
182 testouterr_cmd_re "csh" "display $module_1" "OK" "$out_pat"
185 testouterr_cmd_re "csh" "show $module_1" "OK" "$out_pat"
186 testouterr_cmd_re "csh" "di $module_1" "OK" "$out_pat"
190 testouterr_cmd_re "csh" "display $modulefile_1" "OK" "$out_pat"
191 testouterr_cmd_re "csh" "display $modulefile_1_reld" "OK" "$out_pat"
192 testouterr_cmd_re "csh" "display $modulefile_1_reldd" "OK" "$out_pat"
196 testouterr_cmd_re "csh" "display $module_1" "OK" "$out_pat"
259 testouterr_cmd_re "csh" "display --auto $module_1" "OK" "$out_pat"
261 testouterr_cmd_re "csh" "display --force $module_1" "OK" "$out_pat"
[all …]
/dports/math/snns/SNNSv4.3/kernel/sources/
H A Dstochastic_learn_f.c249 if (out_pat == NULL) { in calculate_WTA_error()
253 out_pat += size; in calculate_WTA_error()
276 out_pat_value = *(out_pat); in calculate_WTA_error()
286 if (*(--out_pat) < 0.5) in calculate_WTA_error()
289 if (*(--out_pat) > 0.5) in calculate_WTA_error()
317 if (out_pat == NULL) { in calculate_w_WTA_error()
321 out_pat += size; in calculate_w_WTA_error()
357 if (*(--out_pat) < 0.5) in calculate_w_WTA_error()
362 if (*(--out_pat) > 0.5) in calculate_w_WTA_error()
393 if (out_pat == NULL) { in calculate_SS_error()
[all …]
H A Ddlvq_learn.c97 Patterns out_pat; in getNoOfClasses() local
108 out_pat = kr_getSubPatData(pat, sub_pat, OUTPUT, NULL); in getNoOfClasses()
110 patternClass = *out_pat; in getNoOfClasses()
129 out_pat = kr_getSubPatData(pat, sub_pat, OUTPUT, NULL); in getNoOfClasses()
130 class = *out_pat; in getNoOfClasses()
398 Patterns out_pat; in initInitialUnitArray() local
410 out_pat = kr_getSubPatData(pat,sub,OUTPUT,NULL); in initInitialUnitArray()
413 initialUnitArray[(int) *out_pat].counter++; in initInitialUnitArray()
683 Patterns out_pat; in dlvq_trainNet() local
699 out_pat = kr_getSubPatData(pat,sub,OUTPUT,NULL); in dlvq_trainNet()
[all …]
H A Dkr_td.c202 register Patterns out_pat; in propagateTDNetBackward() local
215 out_pat = kr_getSubPatData(pattern_no,sub_pat_no,OUTPUT,&size); in propagateTDNetBackward()
216 out_pat += size; in propagateTDNetBackward()
221 devit = *(--out_pat) - unit_ptr->Out.output; /* calc. devitation */ in propagateTDNetBackward()
591 register Patterns out_pat; in propagateTDNetBackMcClelland() local
605 out_pat = kr_getSubPatData(pattern_no,sub_pat_no,OUTPUT,&size); in propagateTDNetBackMcClelland()
606 out_pat += size; in propagateTDNetBackMcClelland()
611 devit = *(--out_pat) - unit_ptr->Out.output; /* calc. devitation */ in propagateTDNetBackMcClelland()
831 register Patterns out_pat; in testTDNetBackward() local
844 out_pat = kr_getSubPatData(pattern_no,sub_pat_no,OUTPUT,&size); in testTDNetBackward()
[all …]
H A Dlearn_f.c219 if(out_pat == NULL){ in propagateNetBackward2()
223 out_pat += size; in propagateNetBackward2()
511 out_pat += size; in testNetBackward2()
562 out_pat += size; in propagateNetBackwardBatch()
699 out_pat += size; in propagateClassNetBackwardBatch()
1166 out_pat += size; in Backprop_momentum_FSE()
1494 out_pat += size; in Backprop_weightdecay()
2249 out_pat += size; in propagateNetBackwardQuickprop()
3127 out_pat += size; in propagateNetBackward_perc()
4785 out_pat += size;
[all …]
H A Dcc_learn.c367 register Patterns out_pat; in cc_calculateOutputUnitError() local
381 out_pat = kr_getSubPatData(pat,sub,OUTPUT,NULL); in cc_calculateOutputUnitError()
391 (UnitPtr->Out.output-(*out_pat++))* in cc_calculateOutputUnitError()
464 Patterns out_pat; in cc_propagateOutput() local
468 out_pat = kr_getSubPatData(PatternNo,sub_pat_no,OUTPUT,NULL); in cc_propagateOutput()
472 devit = OutputUnitPtr->Out.output - *(out_pat++); in cc_propagateOutput()
510 Patterns out_pat; in cc_propagateOutputOnlineCase() local
516 out_pat = kr_getSubPatData(PatternNo,sub_pat_no,OUTPUT,NULL); in cc_propagateOutputOnlineCase()
519 devit = OutputUnitPtr->Out.output - *(out_pat++); in cc_propagateOutputOnlineCase()
947 Patterns out_pat; in cc_test() local
[all …]
H A Dprun_f.c231 register Patterns out_pat; in pr_calcMeanDeviation() local
258 out_pat = kr_getSubPatData (pattern_no, sub_pat_no, OUTPUT, &size); in pr_calcMeanDeviation()
259 out_pat += size; in pr_calcMeanDeviation()
441 register Patterns out_pat; in PRUNE_OBD() local
478 out_pat = kr_getSubPatData (pattern_no, sub_pat_no, OUTPUT, &size); in PRUNE_OBD()
479 out_pat += size; in PRUNE_OBD()
486 devit = (unit_ptr->Out.output - *(--out_pat)); in PRUNE_OBD()
1107 register Patterns out_pat; in PRUNE_Skeletonization() local
1141 out_pat = kr_getSubPatData (pattern_no, sub_pat_no, OUTPUT, &size); in PRUNE_Skeletonization()
1142 out_pat += size; in PRUNE_Skeletonization()
[all …]
H A Dcc_glob.c94 register Patterns out_pat; in cc_getErr() local
112 out_pat = kr_getSubPatData(pat,sub,OUTPUT,NULL); in cc_getErr()
115 if (*out_pat > 0.5) CorrWin = dummy; in cc_getErr()
116 devit = OutputUnitPtr->Out.output - *(out_pat++); in cc_getErr()
H A Dkr_newpattern.c2796 float *in_pat, *out_pat; in kr_np_SavePatternFile() local
2914 out_pat = np_pat_sets[pat_set][j].output_pattern; in kr_np_SavePatternFile()
2917 fprintf(out_file, "%g ", *out_pat++); in kr_np_SavePatternFile()
4423 float *in_pat, *out_pat; in kr_np_showPatternSTD() local
4475 unit_ptr->act = *out_pat++; in kr_np_showPatternSTD()
4487 unit_ptr->act = *out_pat++; in kr_np_showPatternSTD()
4518 float *in_pat, *out_pat; in kr_np_modifyPattern() local
4544 op = out_pat; in kr_np_modifyPattern()
4580 out_pat, NoOfOutputUnits); in kr_np_modifyPattern()
4586 if (out_pat != (float *) NULL) in kr_np_modifyPattern()
[all …]
H A Dinit_f.c2349 register Patterns in_pat, out_pat; in INIT_Hebb() local
2401 out_pat = kr_getSubPatData(pattern_no, sub_pat_no, OUTPUT, NULL); in INIT_Hebb()
2409 unit_ptr->act = *out_pat++; in INIT_Hebb()
2435 register Patterns in_pat, out_pat; in INIT_ClippHebb() local
2485 out_pat = kr_getSubPatData(pattern_no, sub_pat_no, OUTPUT, NULL); in INIT_ClippHebb()
2493 unit_ptr->act = *out_pat++; in INIT_ClippHebb()
2771 register Patterns in_pat, out_pat; in INIT_PseudoInv() local
2834 out_pat = kr_getSubPatData(pattern_no, sub_pat_no, OUTPUT, NULL); in INIT_PseudoInv()
2839 RbfMatrixSetValue(&Y, unit_no, act_sub_nr, *out_pat++); in INIT_PseudoInv()
H A Dkr_ui.c3069 Patterns out_pat;
3087 out_pat = kr_getSubPatData(pattern_no,sub_pat_no,OUTPUT,&size);
3088 if(out_pat == NULL){
3094 out_pat += size;
3098 --out_pat;
3099 OutputUnitVariance[o] += (*out_pat) * (*out_pat);
3100 OutputUnitSumVariance [o] += *out_pat;
/dports/sysutils/modules/modules-4.6.0/compat/testsuite/modules.70-maint/
H A D070-display.exp27 set out_pat "-------------------------------------------------------------------
53 testerr_cmd_re "csh" "display help" "$out_pat"
59 unset out_pat
/dports/lang/perl5.34/perl-5.34.0/t/re/
H A Dregexp_unicode_prop.t323 my $out_pat = eval qq ['\\P{$class}'];
325 match $_, $in_pat, $out_pat for @in;
326 match $_, $out_pat, $in_pat for @out;
330 my $out_pat = eval qq ['\\P$class'];
332 match $_, $in_pat, $out_pat for @in;
333 match $_, $out_pat, $in_pat for @out;
380 match $_, $in_pat, $out_pat, 'i' for @in;
383 match $_, $in_pat, $out_pat for @in;
384 match $_, $out_pat, $in_pat for @out;
/dports/lang/perl5.30/perl-5.30.3/t/re/
H A Dregexp_unicode_prop.t328 my $out_pat = eval qq ['\\P{$class}'];
330 match $_, $in_pat, $out_pat for @in;
331 match $_, $out_pat, $in_pat for @out;
335 my $out_pat = eval qq ['\\P$class'];
337 match $_, $in_pat, $out_pat for @in;
338 match $_, $out_pat, $in_pat for @out;
385 match $_, $in_pat, $out_pat, 'i' for @in;
388 match $_, $in_pat, $out_pat for @in;
389 match $_, $out_pat, $in_pat for @out;
/dports/lang/perl5.32/perl-5.32.1/t/re/
H A Dregexp_unicode_prop.t323 my $out_pat = eval qq ['\\P{$class}'];
325 match $_, $in_pat, $out_pat for @in;
326 match $_, $out_pat, $in_pat for @out;
330 my $out_pat = eval qq ['\\P$class'];
332 match $_, $in_pat, $out_pat for @in;
333 match $_, $out_pat, $in_pat for @out;
380 match $_, $in_pat, $out_pat, 'i' for @in;
383 match $_, $in_pat, $out_pat for @in;
384 match $_, $out_pat, $in_pat for @out;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/re/
H A Dregexp_unicode_prop.t323 my $out_pat = eval qq ['\\P{$class}'];
325 match $_, $in_pat, $out_pat for @in;
326 match $_, $out_pat, $in_pat for @out;
330 my $out_pat = eval qq ['\\P$class'];
332 match $_, $in_pat, $out_pat for @in;
333 match $_, $out_pat, $in_pat for @out;
380 match $_, $in_pat, $out_pat, 'i' for @in;
383 match $_, $in_pat, $out_pat for @in;
384 match $_, $out_pat, $in_pat for @out;
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Drecog.c3653 rtx out_pat, in_pat; in store_data_bypass_p() local
3671 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3673 if (GET_CODE (out_pat) != PARALLEL) in store_data_bypass_p()
3676 for (i = 0; i < XVECLEN (out_pat, 0); i++) in store_data_bypass_p()
3678 out_exp = XVECEXP (out_pat, 0, i); in store_data_bypass_p()
3715 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3767 rtx out_pat; in if_test_bypass_p() local
3770 out_pat = PATTERN (out_insn); in if_test_bypass_p()
3771 gcc_assert (GET_CODE (out_pat) == PARALLEL); in if_test_bypass_p()
3773 for (i = 0; i < XVECLEN (out_pat, 0); i++) in if_test_bypass_p()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Drecog.c3627 rtx out_pat, in_pat; in store_data_bypass_p() local
3645 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3647 if (GET_CODE (out_pat) != PARALLEL) in store_data_bypass_p()
3650 for (i = 0; i < XVECLEN (out_pat, 0); i++) in store_data_bypass_p()
3652 out_exp = XVECEXP (out_pat, 0, i); in store_data_bypass_p()
3689 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3741 rtx out_pat; in if_test_bypass_p() local
3744 out_pat = PATTERN (out_insn); in if_test_bypass_p()
3745 gcc_assert (GET_CODE (out_pat) == PARALLEL); in if_test_bypass_p()
3747 for (i = 0; i < XVECLEN (out_pat, 0); i++) in if_test_bypass_p()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Drecog.c3677 rtx out_pat, in_pat; in store_data_bypass_p() local
3695 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3697 if (GET_CODE (out_pat) != PARALLEL) in store_data_bypass_p()
3700 for (i = 0; i < XVECLEN (out_pat, 0); i++) in store_data_bypass_p()
3702 out_exp = XVECEXP (out_pat, 0, i); in store_data_bypass_p()
3739 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3791 rtx out_pat; in if_test_bypass_p() local
3794 out_pat = PATTERN (out_insn); in if_test_bypass_p()
3795 gcc_assert (GET_CODE (out_pat) == PARALLEL); in if_test_bypass_p()
3797 for (i = 0; i < XVECLEN (out_pat, 0); i++) in if_test_bypass_p()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Drecog.c3598 rtx out_pat, in_pat; in store_data_bypass_p() local
3616 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3618 if (GET_CODE (out_pat) != PARALLEL) in store_data_bypass_p()
3621 for (i = 0; i < XVECLEN (out_pat, 0); i++) in store_data_bypass_p()
3623 out_exp = XVECEXP (out_pat, 0, i); in store_data_bypass_p()
3660 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3712 rtx out_pat; in if_test_bypass_p() local
3715 out_pat = PATTERN (out_insn); in if_test_bypass_p()
3716 gcc_assert (GET_CODE (out_pat) == PARALLEL); in if_test_bypass_p()
3718 for (i = 0; i < XVECLEN (out_pat, 0); i++) in if_test_bypass_p()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Drecog.c3653 rtx out_pat, in_pat; in store_data_bypass_p() local
3671 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3673 if (GET_CODE (out_pat) != PARALLEL) in store_data_bypass_p()
3676 for (i = 0; i < XVECLEN (out_pat, 0); i++) in store_data_bypass_p()
3678 out_exp = XVECEXP (out_pat, 0, i); in store_data_bypass_p()
3715 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3767 rtx out_pat; in if_test_bypass_p() local
3770 out_pat = PATTERN (out_insn); in if_test_bypass_p()
3771 gcc_assert (GET_CODE (out_pat) == PARALLEL); in if_test_bypass_p()
3773 for (i = 0; i < XVECLEN (out_pat, 0); i++) in if_test_bypass_p()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Drecog.c3385 rtx out_pat; in store_data_bypass_p() local
3388 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3389 gcc_assert (GET_CODE (out_pat) == PARALLEL); in store_data_bypass_p()
3391 for (i = 0; i < XVECLEN (out_pat, 0); i++) in store_data_bypass_p()
3393 rtx exp = XVECEXP (out_pat, 0, i); in store_data_bypass_p()
3438 rtx out_pat; in if_test_bypass_p() local
3441 out_pat = PATTERN (out_insn); in if_test_bypass_p()
3442 gcc_assert (GET_CODE (out_pat) == PARALLEL); in if_test_bypass_p()
3444 for (i = 0; i < XVECLEN (out_pat, 0); i++) in if_test_bypass_p()
3446 rtx exp = XVECEXP (out_pat, 0, i); in if_test_bypass_p()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Drecog.c3340 rtx out_pat; in store_data_bypass_p() local
3343 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3344 if (GET_CODE (out_pat) != PARALLEL) in store_data_bypass_p()
3347 for (i = 0; i < XVECLEN (out_pat, 0); i++) in store_data_bypass_p()
3349 rtx exp = XVECEXP (out_pat, 0, i); in store_data_bypass_p()
3396 rtx out_pat; in if_test_bypass_p() local
3399 out_pat = PATTERN (out_insn); in if_test_bypass_p()
3400 if (GET_CODE (out_pat) != PARALLEL) in if_test_bypass_p()
3403 for (i = 0; i < XVECLEN (out_pat, 0); i++) in if_test_bypass_p()
3405 rtx exp = XVECEXP (out_pat, 0, i); in if_test_bypass_p()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Drecog.c3340 rtx out_pat; in store_data_bypass_p() local
3343 out_pat = PATTERN (out_insn); in store_data_bypass_p()
3344 if (GET_CODE (out_pat) != PARALLEL) in store_data_bypass_p()
3347 for (i = 0; i < XVECLEN (out_pat, 0); i++) in store_data_bypass_p()
3349 rtx exp = XVECEXP (out_pat, 0, i); in store_data_bypass_p()
3396 rtx out_pat; in if_test_bypass_p() local
3399 out_pat = PATTERN (out_insn); in if_test_bypass_p()
3400 if (GET_CODE (out_pat) != PARALLEL) in if_test_bypass_p()
3403 for (i = 0; i < XVECLEN (out_pat, 0); i++) in if_test_bypass_p()
3405 rtx exp = XVECEXP (out_pat, 0, i); in if_test_bypass_p()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SeqIO/
H A Dembl.pm892 my $out_pat = 'A11' x 6; # Pattern for packing a line
901 my $blocks = pack $out_pat,
911 my $blocks = pack $out_pat,

12345