Home
last modified time | relevance | path

Searched refs:set_f (Results 1 – 25 of 587) sorted by relevance

12345678910>>...24

/dports/cad/ghdl/ghdl-1.0.0/testsuite/synth/issue963/
H A Dtb_ent2.vhdl12 signal set_f : std_logic; signal
19 set_f => set_f,
35 set_f <= '0';
42 set_f <= '0';
49 set_f <= '0';
56 set_f <= '0';
63 set_f <= '0';
70 set_f <= '1';
77 set_f <= '0';
84 set_f <= '0';
[all …]
H A Dent2.vhdl9 set_f : in std_logic; port
19 process(clk, set_0, set_a, set_f, set_7)
25 elsif set_f = '1' then
/dports/math/fplll/fplll-5.4.1/fplll/nr/
H A Dnr_Z_misc.inl150 * set_f (FP_NR --> Z_NR)
153 /* set_f (FP_NR to long) */
166 template <> template <> inline void Z_NR<long>::set_f(const FP_NR<dd_real> &a) function in Z_NR
171 template <> template <> inline void Z_NR<long>::set_f(const FP_NR<qd_real> &a) function in Z_NR
185 /* set_f (FP_NR to Zdouble) */
188 template <> template <> inline void Z_NR<double>::set_f(const FP_NR<double> &a) function in Z_NR
216 template <> template <> inline void Z_NR<double>::set_f(const FP_NR<mpfr_t> &a) function in Z_NR
222 /* set_f (FP_NR to mpz_t) */
223 template <> template <> inline void Z_NR<mpz_t>::set_f(const FP_NR<double> &a) function in Z_NR
236 template <> template <> inline void Z_NR<mpz_t>::set_f(const FP_NR<dpe_t> &a) function in Z_NR
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/attribute/
H A Dattribute_predefined.c105 static int set_f(int keyval, MPI_Fint value);
145 if (OMPI_SUCCESS != (ret = set_f(MPI_TAG_UB, mca_pml.pml_max_tag)) || in ompi_attr_create_predefined()
146 OMPI_SUCCESS != (ret = set_f(MPI_HOST, MPI_PROC_NULL)) || in ompi_attr_create_predefined()
147 OMPI_SUCCESS != (ret = set_f(MPI_IO, MPI_ANY_SOURCE)) || in ompi_attr_create_predefined()
148 OMPI_SUCCESS != (ret = set_f(MPI_WTIME_IS_GLOBAL, 0)) || in ompi_attr_create_predefined()
149 OMPI_SUCCESS != (ret = set_f(MPI_LASTUSEDCODE, in ompi_attr_create_predefined()
170 ret = set_f(MPI_UNIVERSE_SIZE, ompi_comm_size(MPI_COMM_WORLD)); in ompi_attr_create_predefined()
172 ret = set_f(MPI_UNIVERSE_SIZE, usize); in ompi_attr_create_predefined()
178 ret = set_f(MPI_APPNUM, ompi_process_info.app_num); in ompi_attr_create_predefined()
273 static int set_f(int keyval, MPI_Fint value) in set_f() function
/dports/net/openmpi/openmpi-4.1.1/ompi/attribute/
H A Dattribute_predefined.c105 static int set_f(int keyval, MPI_Fint value);
145 if (OMPI_SUCCESS != (ret = set_f(MPI_TAG_UB, mca_pml.pml_max_tag)) || in ompi_attr_create_predefined()
146 OMPI_SUCCESS != (ret = set_f(MPI_HOST, MPI_PROC_NULL)) || in ompi_attr_create_predefined()
147 OMPI_SUCCESS != (ret = set_f(MPI_IO, MPI_ANY_SOURCE)) || in ompi_attr_create_predefined()
148 OMPI_SUCCESS != (ret = set_f(MPI_WTIME_IS_GLOBAL, 0)) || in ompi_attr_create_predefined()
149 OMPI_SUCCESS != (ret = set_f(MPI_LASTUSEDCODE, in ompi_attr_create_predefined()
170 ret = set_f(MPI_UNIVERSE_SIZE, ompi_comm_size(MPI_COMM_WORLD)); in ompi_attr_create_predefined()
172 ret = set_f(MPI_UNIVERSE_SIZE, usize); in ompi_attr_create_predefined()
178 ret = set_f(MPI_APPNUM, ompi_process_info.app_num); in ompi_attr_create_predefined()
273 static int set_f(int keyval, MPI_Fint value) in set_f() function
/dports/audio/caps-plugins/caps-0.4.5/dsp/
H A DSine.h50 set_f (f, fs, phase); in Sine()
55 set_f (omega, phase);
58 inline void set_f (double f, double fs, double phase) in set_f() function
60 set_f (f * M_PI / fs, phase); in set_f()
63 inline void set_f (double w, double phase) in set_f() function
H A DVCO.h53 inline void set_f (double f, double fs) in set_f() function
120 inline void set_f (double f, double fs) in set_f() function
200 void set_f (double f, double fs, double detune) in set_f() function
202 vco[0].set_f (f, fs); in set_f()
203 vco[1].set_f (f * pow (2, detune / 12.), fs); in set_f()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/dsp/
H A DSine.h50 set_f (f, fs, phase); in Sine()
55 set_f (omega, phase);
58 inline void set_f (double f, double fs, double phase) in set_f() function
60 set_f (f * M_PI / fs, phase); in set_f()
63 inline void set_f (double w, double phase) in set_f() function
H A DVCO.h53 inline void set_f (double f, double fs) in set_f() function
120 inline void set_f (double f, double fs) in set_f() function
200 void set_f (double f, double fs, double detune) in set_f() function
202 vco[0].set_f (f, fs); in set_f()
203 vco[1].set_f (f * pow (2, detune / 12.), fs); in set_f()
/dports/audio/caps-lv2/caps-lv2-5d52a0c/dsp/
H A DSine.h51 set_f (f, fs, phase); in Sine()
56 set_f (w, phase);
59 inline void set_f (double f, double fs, double phase) in set_f() function
61 set_f (f*2*M_PI/fs, phase); in set_f()
64 inline void set_f (double w, double phase) in set_f() function
H A DIIR1.h55 inline void set_f(T fc) in set_f() function
83 void set_f (T f) { set(exp(-2*M_PI*f)); } in set_f() function
110 void set_f (T f) { set(exp(-2*M_PI*f)); } in set_f() function
/dports/audio/mixxx/mixxx-2.3.0/lib/reverb/dsp/
H A DSine.h51 set_f (f, fs, phase); in Sine()
56 set_f (w, phase);
59 inline void set_f (double f, double fs, double phase) in set_f() function
61 set_f (f*2*M_PI/fs, phase); in set_f()
64 inline void set_f (double w, double phase) in set_f() function
/dports/misc/libcomps/libcomps-0.1.17/libcomps/src/python/src/
H A Dpycomps_utils.h41 void (*set_f)(COMPS_Object*, int, bool); member
47 void (*set_f)(COMPS_Object*, char*, char); member
54 void (*set_f)(COMPS_Object*, COMPS_ObjList*); member
68 void (*set_f)(C_TYPE*, int, bool);\
78 void (*set_f)(C_TYPE*, char*, char);\
89 void (*set_f)(C_TYPE*, COMPS_ObjList*);\
H A Dpycomps.h48 void (*set_f)(COMPS_Doc*, COMPS_ObjList*); member
55 void (*set_f)(COMPS_Doc*, COMPS_ObjDict*); member
62 void (*set_f)(COMPS_Doc*, COMPS_ObjMDict*); member
H A Dpycomps_utils.c221 _closure_->set_f(c_obj, ((PyCOMPS_Sequence*)value)->list); in __PyCOMPS_set_ids()
294 _closure_->set_f(obj, NULL, 0); in __PyCOMPS_set_strattr()
299 _closure_->set_f(obj, tmp, 0); in __PyCOMPS_set_strattr()
331 _closure_->set_f(obj, 1, true); in __PyCOMPS_set_numattr()
338 _closure_->set_f(obj, tmp, false); in __PyCOMPS_set_numattr()
368 _closure_->set_f(obj, 1, false); in __PyCOMPS_set_boolattr()
370 _closure_->set_f(obj, 0, false); in __PyCOMPS_set_boolattr()
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/src/
H A Dshape_builder.rs95 fn set_f(self, is_f: bool) -> Shape<Self::Dim>; in set_f() method
137 self.set_f(true) in f()
139 fn set_f(self, is_f: bool) -> Shape<Self::Dim> { in set_f() function
140 self.into_shape().set_f(is_f) in set_f()
159 self.set_f(true) in f()
162 fn set_f(mut self, is_f: bool) -> Self { in set_f() function
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/tests/
H A Dassign.rs62 let mut a = Array::from_shape_fn((5, 4).set_f(use_f_order), in move_into_owned()
95 … let mut a = Array::from_shape_fn((m, n).set_f(use_f_order), |_idx| counter.element()); in move_into_slicing()
127 let a = Array::from_shape_fn((m, n).set_f(use_f_order), |_idx| counter.element()); in move_into_diag()
153 let a = Array::from_shape_fn((m, n).set_f(use_f_order), |_idx| counter.element()); in move_into_0dim()
180 let a = Array::from_shape_fn((m, n).set_f(use_f_order), |_idx| counter.element()); in move_into_empty()
203 let mut a = Array::from_shape_fn((5, 4).set_f(use_f_order), in move_into()
217 let mut b = Array::default(a.dim().set_f(!use_f_order ^ !slice)); in move_into()
/dports/audio/caps-plugins/caps-0.4.5/
H A DChorus.h77 lfo.set_f (rate, fs, 0); in activate()
129 left.lfo.set_f (rate, fs, 0); in activate()
130 right.lfo.set_f (rate, fs, phase * M_PI); in activate()
159 lp.set_f (30. / fs); in init()
259 left.lfo_lp.set_f (3. / fs); in set_rate()
260 right.lfo_lp.set_f (3. / fs); in set_rate()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/
H A DChorus.h77 lfo.set_f (rate, fs, 0); in activate()
129 left.lfo.set_f (rate, fs, 0); in activate()
130 right.lfo.set_f (rate, fs, phase * M_PI); in activate()
159 lp.set_f (30. / fs); in init()
259 left.lfo_lp.set_f (3. / fs); in set_rate()
260 right.lfo_lp.set_f (3. / fs); in set_rate()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/src/
H A DMulti_Obj_Evaluator.cpp107 x.set_f ( d ); in compute_f()
127 x.set_f ( -prod ); in compute_f()
161 x.set_f ( d ); in compute_f()
167 x.set_f ( _w1 * bbo[obj_index[0]] + _w2 * bbo[obj_index[1]] ); in compute_f()
/dports/audio/mamba/Mamba-2.2/libxputty/xputty/dialogs/
H A Dxfile-dialog.c163 int set_f = set_files(file_dialog); in reload_from_dir() local
166 if (set_f != -1) { in reload_from_dir()
254 int set_f = set_files(file_dialog); in reload_file_entrys() local
255 if (set_f != -1) { in reload_file_entrys()
334 int set_f = set_files(file_dialog); in reload_all() local
337 if (set_f != -1) { in reload_all()
394 int set_f = set_files(file_dialog); in button_view_callback() local
395 if (set_f != -1) { in button_view_callback()
411 if (set_f != -1) { in button_view_callback()
634 int set_f = set_files(file_dialog); in open_file_dialog() local
[all …]
/dports/audio/fluida-lv2/Fluida.lv2-0.7/libxputty/xputty/dialogs/
H A Dxfile-dialog.c163 int set_f = set_files(file_dialog); in reload_from_dir() local
166 if (set_f != -1) { in reload_from_dir()
254 int set_f = set_files(file_dialog); in reload_file_entrys() local
255 if (set_f != -1) { in reload_file_entrys()
334 int set_f = set_files(file_dialog); in reload_all() local
337 if (set_f != -1) { in reload_all()
394 int set_f = set_files(file_dialog); in button_view_callback() local
395 if (set_f != -1) { in button_view_callback()
411 if (set_f != -1) { in button_view_callback()
634 int set_f = set_files(file_dialog); in open_file_dialog() local
[all …]
/dports/sysutils/p5-Schedule-Cron-Events/Schedule-Cron-Events-1.95/lib/Schedule/Cron/
H A DEvents.pm132 $self->set_f();
161 my $rv = $self->set_f();
262 sub set_f { subroutine
341 my $rv = $self->set_f();
385 my $rv = $self->set_f();
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/shaders-msl/comp/
H A Daccess-private-workgroup-in-function.comp7 void set_f()
19 set_f();
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-msl/comp/
H A Daccess-private-workgroup-in-function.comp7 void set_f()
19 set_f();

12345678910>>...24