Home
last modified time | relevance | path

Searched refs:senid (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) call abort
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) call abort
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_90.f5 real(8), dimension(30) :: senid, res variable
7 namelist /fith/ senid local
11 senid = 99.0
27 if (any(senid.ne.res)) STOP 2
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Dhmm.h177 uint16 senid[HMM_MAX_NSTATE]; /**< Senone IDs (non-MPX) or sequence IDs (MPX) */ member
199 #define hmm_mpx_ssid(h,st) (h)->senid[st]
205 #define hmm_nonmpx_senid(h,st) ((h)->senid[st])
H A Dhmm.c97 hmm->senid[0] = ssid; in hmm_init()
99 hmm->senid[i] = BAD_SSID; in hmm_init()
104 memcpy(hmm->senid, ctx->sseq[ssid], hmm->n_emit_state * sizeof(*hmm->senid)); in hmm_init()
229 uint16 const *sseq = hmm->senid; in hmm_vit_eval_5st_lr()
363 uint16 *ssid = hmm->senid; in hmm_vit_eval_5st_lr_mpx()
536 uint16 const *sseq = hmm->senid; in hmm_vit_eval_3st_lr()
617 uint16 *ssid = hmm->senid; in hmm_vit_eval_3st_lr_mpx()
778 hmm->senid[to] = hmm->senid[bestfrom]; in hmm_vit_eval_anytopo()
H A Dps_alignment.c227 sent->id.senid = bin_mdef_sseq2sen(mdef, pent->id.pid.ssid, j);
228 assert(sent->id.senid != BAD_SENID);
292 sent->id.senid = bin_mdef_sseq2sen(mdef, pent->id.pid.ssid, j);
293 assert(sent->id.senid != BAD_SENID);
H A Dps_alignment.h64 uint16 senid; in shape_1()
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Dhmm.h181 uint16 senid[HMM_MAX_NSTATE]; /**< Senone IDs (non-MPX) or sequence IDs (MPX) */
203 #define hmm_mpx_ssid(h,st) (h)->senid[st]
209 #define hmm_nonmpx_senid(h,st) ((h)->senid[st])
H A Dhmm.c97 hmm->senid[0] = ssid; in hmm_init()
99 hmm->senid[i] = BAD_SSID; in hmm_init()
104 memcpy(hmm->senid, ctx->sseq[ssid], hmm->n_emit_state * sizeof(*hmm->senid)); in hmm_init()
229 uint16 const *sseq = hmm->senid; in hmm_vit_eval_5st_lr()
363 uint16 *ssid = hmm->senid; in hmm_vit_eval_5st_lr_mpx()
536 uint16 const *sseq = hmm->senid; in hmm_vit_eval_3st_lr()
617 uint16 *ssid = hmm->senid; in hmm_vit_eval_3st_lr_mpx()
778 hmm->senid[to] = hmm->senid[bestfrom]; in hmm_vit_eval_anytopo()
H A Dps_alignment.c227 sent->id.senid = bin_mdef_sseq2sen(mdef, pent->id.pid.ssid, j); in ps_alignment_populate()
228 assert(sent->id.senid != BAD_SENID); in ps_alignment_populate()
292 sent->id.senid = bin_mdef_sseq2sen(mdef, pent->id.pid.ssid, j); in ps_alignment_populate_ci()
293 assert(sent->id.senid != BAD_SENID); in ps_alignment_populate_ci()

12