Home
last modified time | relevance | path

Searched refs:wf1 (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
H A Dq_plsf_3.cpp246 wf1_0 = wf1[0]; in Vq_subvec4()
247 wf1_1 = wf1[1]; in Vq_subvec4()
248 wf1_2 = wf1[2]; in Vq_subvec4()
249 wf1_3 = wf1[3]; in Vq_subvec4()
353 Word16 * wf1, in Test_Vq_subvec4() argument
371 wf1, in Test_Vq_subvec4()
541 wf1_0 = wf1[0]; in Vq_subvec3()
655 Word16 * wf1, in Test_Vq_subvec3() argument
675 wf1, in Test_Vq_subvec3()
889 Word16 wf1[M]; in Q_plsf_3() local
[all …]
H A Dq_plsf_5.cpp150 Word16 *wf1, /* i : 1st LSF weighting factors Q13 */ in Vq_subvec() argument
176 wf1_0 = wf1[0]; in Vq_subvec()
177 wf1_1 = wf1[1]; in Vq_subvec()
337 wf1_0 = wf1[0]; in Vq_subvec_s()
338 wf1_1 = wf1[1]; in Vq_subvec_s()
516 Word16 wf1[M]; in Q_plsf_5() local
537 Lsf_wt(lsf1, wf1, pOverflow); in Q_plsf_5()
560 &wf1[0], &wf2[0], DICO1_5_SIZE, pOverflow); in Q_plsf_5()
563 &wf1[2], &wf2[2], DICO2_5_SIZE, pOverflow); in Q_plsf_5()
569 &wf1[6], &wf2[6], DICO4_5_SIZE, pOverflow); in Q_plsf_5()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/SPIN/test_problems/validation_damped_exchange/
H A Dllg_exchange.py57 wf1 = calc_rot_vector(S1,S2) variable
58 theta=dt*np.linalg.norm(wf1)*0.25
59 axis=wf1/np.linalg.norm(wf1)
67 wf1 = calc_rot_vector(S1,S2) variable
68 theta=dt*np.linalg.norm(wf1)*0.5
69 axis=wf1/np.linalg.norm(wf1)
77 wf1 = calc_rot_vector(S1,S2) variable
78 theta=dt*np.linalg.norm(wf1)*0.25
79 axis=wf1/np.linalg.norm(wf1)
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/t/61_workflow_basics/
H A D30_archive_at.t87 my $wf1;
91 $wf1 = CTX('workflow_factory')->get_factory->create_workflow($workflow_type);
92 …$wf1->attrib({ creator => 'dummy' }); # OpenXPKI::Workflow::Factory->can_access_workflow() needs i…
93 $wf1->save_initial(); # also saves attributes ("creator"!)
94 ok ref $wf1;
99 $wf1->execute_action("testwf_step1");
104 $wf2 = CTX('workflow_factory')->get_factory->fetch_workflow($workflow_type, $wf1->id);
112 …itest->dbi->delete_and_commit(from => 'workflow_attributes', where => { workflow_id => $wf1->id });
H A D20_cleanup.t123 my $wf1;
127 $wf1 = CTX('workflow_factory')->get_factory->create_workflow($workflow_type);
128 ok ref $wf1;
135 $wf1->execute_action("testwf_noop");
140 $wf1->set_failed('entangled something', 'we just saw this...');
144 $wf1->execute_action("testwf_noop");
150 $wf2 = CTX('workflow_factory')->get_factory->fetch_workflow($workflow_type, $wf1->id);
169 …itest->dbi->delete_and_commit(from => 'workflow_attributes', where => { workflow_id => $wf1->id });
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/t/61_workflow_basics/
H A D30_archive_at.t87 my $wf1;
91 $wf1 = CTX('workflow_factory')->get_factory->create_workflow($workflow_type);
92 …$wf1->attrib({ creator => 'dummy' }); # OpenXPKI::Workflow::Factory->can_access_workflow() needs i…
93 $wf1->save_initial(); # also saves attributes ("creator"!)
94 ok ref $wf1;
99 $wf1->execute_action("testwf_step1");
104 $wf2 = CTX('workflow_factory')->get_factory->fetch_workflow($workflow_type, $wf1->id);
112 …itest->dbi->delete_and_commit(from => 'workflow_attributes', where => { workflow_id => $wf1->id });
H A D20_cleanup.t123 my $wf1;
127 $wf1 = CTX('workflow_factory')->get_factory->create_workflow($workflow_type);
128 ok ref $wf1;
135 $wf1->execute_action("testwf_noop");
140 $wf1->set_failed('entangled something', 'we just saw this...');
144 $wf1->execute_action("testwf_noop");
150 $wf2 = CTX('workflow_factory')->get_factory->fetch_workflow($workflow_type, $wf1->id);
169 …itest->dbi->delete_and_commit(from => 'workflow_attributes', where => { workflow_id => $wf1->id });
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dzero_field_splitting.py39 n1 = len(wf1)
40 wf = wf1.view(n1 - 2, n1)
44 for wfa in [wf1, wf2]:
45 for wfb in [wf1, wf2]:
104 def zfs1(wf1: WaveFunctions,
108 pd = wf1.pd
109 setups = wf1.setups
117 for n_G, wf in zip(n_sG, [wf1, wf2]):
134 for n1, psit1_R in enumerate(wf1.psit_nR):
137 for a, P1_ni in wf1.projections.items():
[all …]
/dports/devel/p5-Workflow/Workflow-1.59/t/
H A Dcontext-persists.t85 my $wf1 = FACTORY->fetch_workflow("FOO", $wf0->id);
86 ok($wf1, "fetched workflow: wf1");
87 isa_ok($wf1, "Workflow", "Workflow: wf1");
92 is($wf1->state, "DONE", "fetched wf1 in state DONE");
94 is($wf1->context->param("name"), "hans", "fetched wf1 context found")
95 || diag explain $wf1->context;
H A Dcondition.t39 my $wf1 = $factory->create_workflow( 'Ticket' );
41 $wf_state = $wf1->_get_workflow_state();
44 TestUtil->set_new_ticket_context( $wf1 );
45 ok( $wf1->execute_action('TIX_NEW'), 'Ran TIX_NEW action.');
47 $wf_state = $wf1->_get_workflow_state();
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dtopology.py78 wf1 = eigfs[i+1, j, l, :]
79 innP0[k, l] = np.dot(wf0.conjugate(), wf1)
81 wf1 = eigfs[i+1, j, k, :]
83 innP1[k, l] = np.dot(wf1.conjugate(), wf2)
/dports/science/elk/elk-7.2.42/src/
H A Ddrhomagk.f90139 z1=conjg(wf1(i))
168 z1=wf1(i)
194 z1=conjg(wf1(i))*dwf1(i)
212 t1=dble(wf1(i))**2+aimag(wf1(i))**2
H A Drhomaguk.f90201 a1=dble(wf1(i)); b1=aimag(wf1(i))
223 t1=dble(wf1(i))**2+aimag(wf1(i))**2
H A Drhomagk.f90219 a1=dble(wf1(i)); b1=aimag(wf1(i))
241 t1=dble(wf1(i))**2+aimag(wf1(i))**2
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/dict-file/
H A Dword-file.c122 Word_file *wf1; in free_Word_file() local
124 for (;wf != NULL; wf = wf1) { in free_Word_file()
125 wf1 = wf->next; in free_Word_file()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/wannier/
H A Doverlaps.py150 wf1 = bzwfs[bz_index1]
162 Z_kdnn[bz_index1, d] = gd.integrate(wf1.u_nR, u2_nR,
165 for a, P1_ni in wf1.projections.items():
173 for a, P1_ni in wf1.projections.items():
333 wf1 = wf
335 wf1 = wf.transform(kd, gd, setups, spos_ac, bz_index)
337 bzwfs[bz_index] = wf1.redistribute_atoms(gd, atom_partition2)
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/fileio/
H A Dtest_file_reference.py33 wf1 = calc.get_pseudo_wave_function(2, 1, 1)
34 diff = np.abs(wf0 - wf1)
H A Dtest_restart.py31 wf1 = calc.get_pseudo_wave_function(band=1)
52 equal(abs(wf1 - wf0).max(), 0, 1e-14)
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/lcao/
H A Dtest_bulk.py38 wf1 = calc.get_pseudo_wave_function(kpt=3, band=0)
43 equal(abs(wf1 - wf2).max(), 0, 1e-9)
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/RINEX3/
H A DRinex3ObsHeader.hpp265 ExtraWaveFact& setWavelengthFactor(short wf1, short wf2) in setWavelengthFactor() argument
267 wavelengthFactor[0] = wf1; in setWavelengthFactor()
595 Rinex3ObsHeader& setWavelengthFactor(short wf1, short wf2) in setWavelengthFactor() argument
597 wavelengthFactor[0] = wf1; in setWavelengthFactor()
/dports/science/py-ase/ase-3.22.0/ase/test/calculator/
H A Dtest_h2morse.py31 for wf0, wf1 in zip(calc0.wfs, calc1.wfs):
32 assert wf0 == pytest.approx(wf1, 1e-5)
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/shapeinf/
H A Dobjdollinf.h136 auto wf1 = static_cast<unsigned short>(world_frame); variable
138 return (wf1 < wf2)
/dports/www/mnogosearch/mnogosearch-3.4.1/msearch-test/test-merge/
H A Dtest.cmd20 fail !0 exec $(SEARCHSTD) "this&wf1=0000&s=u" >> $(UDM_TEST_DIR)/search.rej
24 fail !0 exec $(SEARCHSTD) "this&wf1=FFFF&MaxResults1=1&s=Ru" >> $(UDM_TEST_DIR)/search.rej
/dports/science/quantum-espresso/q-e-qe-6.7.0/PP/examples/WorkFct_example/
H A Drun_example262 wf1=`awk "BEGIN{ print $vVac-$eFermiSlab }"`
287 set label 5 "Work function calculated \n with no bulk reference \n {/Symbol F} = $wf1 eV" at 19, -0…
307 WF = $wf1
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dattr-weakref-1b.c4 void wf1(void) { } in wf1() function

12345678910>>...12