Home
last modified time | relevance | path

Searched refs:ainput (Results 1 – 25 of 67) sorted by relevance

123

/dports/databases/grass7/grass-7.8.6/vector/v.select/testsuite/
H A Dtest_v_select.py17 ainput = "geology" variable in TestRasterReport
38 self.assertModule('v.select', ainput=self.ainput, binput=self.binput,
45 self.assertModule('v.select', ainput=self.ainput, binput=self.binput,
52 self.assertModule('v.select', ainput=self.ainput, binput=self.binput,
59 self.assertModule('v.select', ainput=self.ainput, binput=self.binput,
66 self.assertModule('v.select', ainput=self.ainput, binput=self.binput,
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dlibvis.c85 char *ainput = NULL; in libvis_init() local
97 ainput = "alsa"; break; in libvis_init()
99 ainput = "esd"; break; in libvis_init()
101 ainput = "jack"; break; in libvis_init()
103 ainput = "mplayer"; break; in libvis_init()
105 ainput = "auto"; break; in libvis_init()
111 if (ainput && instances && strcmp(ainput, "jack")) return WEED_ERROR_TOO_MANY_INSTANCES; in libvis_init()
116 if (!old_input || !ainput || strcmp(ainput, old_input) || instances > 0) { in libvis_init()
125 if (ainput) { in libvis_init()
126 old_visinput = libvis->input = visual_input_new(!strcmp(ainput, "auto") ? NULL : ainput); in libvis_init()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/libsee/examples/
H A Dtestwrite.pp11 ainput : PSEE_INPUT;
21 ainput :=SEE_input_utf8(@interp, pchar(program_text));
22 See_global_eval(@interp,ainput,@res);
23 see_input_close(ainput);
H A Dtlibsee.pp7 ainput : PSEE_INPUT;
16 ainput :=SEE_input_utf8(@Interp, pchar(program_text));
17 See_global_eval(@interp,ainput,@res);
22 see_input_close(ainput);
H A Dteststream.pp11 ainput : PSEE_INPUT;
24 ainput :=SEE_input_utf8(@interp, pchar(program_text));
25 See_global_eval(@interp,ainput,@res);
26 see_input_close(ainput);
/dports/devel/xsimd/xsimd-7.6.0/test/
H A Dtest_trigonometric.cpp25 vector_type ainput; member in trigonometric_test
34 ainput.resize(nb_input); in trigonometric_test()
39 ainput[i] = value_type(-1.) + value_type(2.) * i / nb_input; in trigonometric_test()
116 std::transform(ainput.cbegin(), ainput.cend(), expected.begin(), in test_reciprocal_functions()
121 detail::load_batch(in, ainput, i); in test_reciprocal_functions()
130 std::transform(ainput.cbegin(), ainput.cend(), expected.begin(), in test_reciprocal_functions()
135 detail::load_batch(in, ainput, i); in test_reciprocal_functions()
H A Dtest_complex_trigonometric.cpp28 vector_type ainput; member in complex_trigonometric_test
37 ainput.resize(nb_input); in complex_trigonometric_test()
43 ainput[i] = value_type(real_value_type(-1.) + real_value_type(2.) * i / nb_input, in complex_trigonometric_test()
110 std::transform(ainput.cbegin(), ainput.cend(), expected.begin(), in test_asin()
115 detail::load_batch(in, ainput, i); in test_asin()
125 std::transform(ainput.cbegin(), ainput.cend(), expected.begin(), in test_acos()
130 detail::load_batch(in, ainput, i); in test_acos()
/dports/audio/codec2/codec2-1.0.3/src/
H A Dldpc_dec_test.c62 float *ainput; in main() local
116 ainput = input; in main()
136 ainput = HRA_112_112_input; in main()
169 iter = run_ldpc_decoder(&ldpc, out_char, ainput, &parityCheckCount); in main()
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dbabo.csd27 ainput soundin "beats.wav"
29 al,ar babo ainput*0.7, ix, iy, iz, ixsize, iysize, izsize
H A Dbabo_expert.csd32 ainput soundin "beats.wav"
37 al,ar babo ainput*0.7, ksource_x, ksource_y, ksource_z, ixsize, iysize, izsize, idiff, iexpe…
/dports/databases/grass7/grass-7.8.6/scripts/v.clip/
H A Dv.clip.py177 grass.run_command('v.overlay', ainput=input_data, binput=clip_data,
187 grass.run_command('v.select', ainput=input_data, binput=clip_data,
/dports/sysutils/webmin/webmin-1.981/zones/
H A Dforms-lib.pl142 local $ainput = new WebminUI::Textbox("address", $address, 20);
143 $ainput->set_mandatory(1);
144 $ainput->set_validation_func(\&validate_address);
145 $section->add_input($text{'net_address'}, $ainput);
422 local $ainput = new WebminUI::Select("action", undef,
425 $table->set_inputs([ $pinput, $linput, $ainput ]);
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dauvitek_video.c448 au8522_ainput_t ainput = AU8522_AINPUT_UNCONF; in auvitek_set_input() local
454 ainput = AU8522_AINPUT_NONE; in auvitek_set_input()
459 ainput = AU8522_AINPUT_NONE; in auvitek_set_input()
465 ainput = AU8522_AINPUT_SIF; in auvitek_set_input()
474 au8522_set_input(sc->sc_au8522, vinput, ainput); in auvitek_set_input()
478 if (ainput == AU8522_AINPUT_NONE) in auvitek_set_input()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/examples/Miscellaneous/
H A DRms.csd15 ainput inch 1
16 krms rms ainput
19 alow butlp ainput, kfreq
23 ahi buthp ainput, kfreq
H A DPseudostereo.csd186 aout1 = ainput
192 ainput, kflutter_freq, kflutter_type, kdelay_adt, kwidth xin
195 aout1 = (ainput + (aflutter*kwidth) )
196 aout2 = (ainput - (aflutter*kwidth) )
230 ainput, kreset xin
233 aout1 ftconv ainput, giir1, 1024, 0, gisize
234 aout2 ftconv ainput, giir2, 1024, 0, gisize
235 aout3 ftconv ainput, giir3, 1024, 0, gisize
236 aout4 ftconv ainput, giir4, 1024, 0, gisize
246 ainput inch 1
[all …]
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Drepluck.h52 MYFLT *result, *ainput, *afr, *ifdbgain; member
H A Dmixer.cpp157 MYFLT *ainput; member
195 busspointer[i] += (ainput[i] * gain); in audio()
H A Drepluck.c257 MYFLT *in = p->ainput; in streson()
/dports/multimedia/ppm2fli/ppm2fli-2.1/
H A DMakefile51 ainput.o \
H A DREADME38 ainput.c | -- source of ppm2fli
/dports/databases/grass7/grass-7.8.6/lib/python/gunittest/
H A Dcase.py707 def _compute_vector_xor(self, ainput, alayer, binput, blayer, name_part): argument
713 + '_' + ainput + '_' + alayer + '_minus_'
715 call_module('v.overlay', operator='xor', ainput=ainput, binput=binput,
867 self.runModule('v.overlay', operator='and', ainput=actual,
902 diff = self._compute_xor_vectors(ainput=reference, binput=actual,
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A DMMH.cc229 ink_code_incr_MMH_update(MMH_CTX *ctx, const char *ainput, int input_length) in ink_code_incr_MMH_update() argument
231 unsigned char *in = (unsigned char *)ainput; in ink_code_incr_MMH_update()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/python/
H A Dmathutil.py274 def jacobi(ainput): argument
297 a = copymatrix(ainput)
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/python/
H A Dmathutil.py270 def jacobi(ainput): argument
293 a = copymatrix(ainput)
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dhelper.cpp1438 QAction* ainput = addTrack->addAction(*trackInputSVGIcon, in populateAddTrack() local
1440 ainput->setData(MusECore::Track::AUDIO_INPUT); in populateAddTrack()
1441 ainput->setShortcut(shortcuts[insert ? SHRT_INSERT_AUDIO_INPUT : SHRT_ADD_AUDIO_INPUT].key); in populateAddTrack()
1442 grp->addAction(ainput); in populateAddTrack()

123