Home
last modified time | relevance | path

Searched refs:length_factor (Results 1 – 25 of 65) sorted by relevance

123

/dports/science/berkeleygw/BGW-2.0.0/MeanField/Utilities/
H A Dwfn_rho_vxc_info.f9028 real(DP) :: length_factor, energy_factor variable
58 length_factor = 1
63 length_factor = BOHR
108 write(6,'(2i10,3f12.6)') iat, mf%crys%atyp(iat), mf%crys%apos(1:3, iat) * length_factor
113 mf%crys%celvol * length_factor**3
115 mf%crys%alat * length_factor
122 write(6,'(10x,3f12.6)') mf%crys%adot(1:3, ii) * length_factor**2
126 mf%crys%recvol / length_factor**3
128 mf%crys%blat / length_factor
135 write(6,'(10x,3f12.6)') mf%crys%bdot(1:3, ii) / length_factor**2
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/rvoice/
H A Dfluid_rev.c833 fluid_real_t *length_factor) in compensate_from_sample_rate() argument
836 *length_factor = 2.0f; in compensate_from_sample_rate()
840 *length_factor *= sample_rate_factor; in compensate_from_sample_rate()
856 fluid_real_t mod_depth, length_factor; in create_mod_delay_lines() local
859 compensate_from_sample_rate(sample_rate_max, &mod_depth, &length_factor); in create_mod_delay_lines()
864 printf("length_factor:%f, mod_depth:%f\n", length_factor, mod_depth); in create_mod_delay_lines()
871 int length = (length_factor * nom_delay_length[i]) in create_mod_delay_lines()
885 int delay_length = nom_delay_length[i] * length_factor; in create_mod_delay_lines()
929 fluid_real_t mod_depth, length_factor; in initialize_mod_delay_lines() local
935 compensate_from_sample_rate(sample_rate, &mod_depth, &length_factor); in initialize_mod_delay_lines()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_rev.c833 fluid_real_t *length_factor) in compensate_from_sample_rate() argument
836 *length_factor = 2.0f; in compensate_from_sample_rate()
840 *length_factor *= sample_rate_factor; in compensate_from_sample_rate()
856 fluid_real_t mod_depth, length_factor; in create_mod_delay_lines() local
859 compensate_from_sample_rate(sample_rate_max, &mod_depth, &length_factor); in create_mod_delay_lines()
864 printf("length_factor:%f, mod_depth:%f\n", length_factor, mod_depth); in create_mod_delay_lines()
871 int length = (length_factor * nom_delay_length[i]) in create_mod_delay_lines()
885 int delay_length = nom_delay_length[i] * length_factor; in create_mod_delay_lines()
929 fluid_real_t mod_depth, length_factor; in initialize_mod_delay_lines() local
935 compensate_from_sample_rate(sample_rate, &mod_depth, &length_factor); in initialize_mod_delay_lines()
[all …]
/dports/sysutils/mcfly/mcfly-0.5.11/src/history/
H A Ddb_extensions.rs9 let length_factor = ctx.get::<f64>(1)?; in add_db_functions() localVariable
21 length_factor, in add_db_functions()
/dports/sysutils/mcfly/mcfly-0.5.11/src/
H A Dnode.rs42 + features.length_factor * self.length in dot()
80 length_factor: 1.0, in test_dot()
H A Dtraining_cache.rs37 length_factor: record[1].parse().unwrap(), in read()
79 format!("{}", features.length_factor), in output_row()
H A Dtrainer.rs121 + lr * d_e_d_s_0 * features.length_factor; in train()
147 + lr * d_e_d_s_1 * features.length_factor; in train()
173 + lr * d_e_d_s_2 * features.length_factor; in train()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dcompound_id.cpp928 pos[1] = (unsigned char)(pos[1] ^ *pos ^ length_factor--); \
935 unsigned char length_factor = (unsigned char)(((unsigned char) seq_len << 1) - 1); in s_Scramble() local
941 *seq = (unsigned char)(*seq ^ *pos ^ length_factor--); in s_Scramble()
966 *pos = (unsigned char)(*pos ^ pos[-1] ^ ++length_factor); \
973 unsigned char length_factor = 0; in s_Unscramble() local
981 *seq = (unsigned char)(*seq ^ *pos ^ ++length_factor); in s_Unscramble()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dcompound_id.cpp928 pos[1] = (unsigned char)(pos[1] ^ *pos ^ length_factor--); \
935 unsigned char length_factor = (unsigned char)(((unsigned char) seq_len << 1) - 1); in s_Scramble() local
941 *seq = (unsigned char)(*seq ^ *pos ^ length_factor--); in s_Scramble()
966 *pos = (unsigned char)(*pos ^ pos[-1] ^ ++length_factor); \
973 unsigned char length_factor = 0; in s_Unscramble() local
981 *seq = (unsigned char)(*seq ^ *pos ^ ++length_factor); in s_Unscramble()
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_rev.c949 fluid_real_t length_factor = 2.0f; in create_mod_delay_lines() local
954 length_factor *= sample_rate_factor; in create_mod_delay_lines()
958 printf("length_factor:%f, mod_depth:%f\n", length_factor, mod_depth); in create_mod_delay_lines()
965 total_delay += length_factor * delay_length[i]; in create_mod_delay_lines()
978 delay_length[i] * length_factor, in create_mod_delay_lines()
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_rev.c949 fluid_real_t length_factor = 2.0f; in create_mod_delay_lines() local
954 length_factor *= sample_rate_factor; in create_mod_delay_lines()
958 printf("length_factor:%f, mod_depth:%f\n", length_factor, mod_depth); in create_mod_delay_lines()
965 total_delay += length_factor * delay_length[i]; in create_mod_delay_lines()
978 delay_length[i] * length_factor, in create_mod_delay_lines()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/examples/
H A Dxclock_utc.rs120 let length_factor = if minute % 5 == 0 { 0.8 } else { 0.9 }; in redraw() localVariable
124 (outer.0 * length_factor, outer.1 * length_factor), in redraw()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/examples/
H A Dxclock_utc.rs120 let length_factor = if minute % 5 == 0 { 0.8 } else { 0.9 }; in redraw() localVariable
124 (outer.0 * length_factor, outer.1 * length_factor), in redraw()
/dports/science/chrono/chrono-7.0.1/src/chrono/particlefactory/
H A DChRandomShapeCreator.h188 length_factor = chrono_types::make_shared<ChConstantDistribution>(2.0); in ChRandomShapeCreatorCylinders()
198 double height = length_factor->GetRandom() * 2.0 * rad; in RandomGenerate()
208 …void SetLengthFactorDistribution(std::shared_ptr<ChDistribution> mdistr) { length_factor = mdistr;… in SetLengthFactorDistribution()
215 std::shared_ptr<ChDistribution> length_factor; variable
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dsynthdata.cpp233 int length_factor; in LookupSpect() local
331 length_factor = (length_std * 256)/ length1; in LookupSpect()
335 frames[ix].length = (frames[ix].length * length_factor)/256; in LookupSpect()
362 length_factor = ((length1 + seq_len_adjust) * 256)/length1; in LookupSpect()
365 frames[ix].length = (frames[ix].length * length_factor)/256; in LookupSpect()
H A Dsynthesize.cpp1013 int length_factor; in DoSpect2() local
1124 length_factor = length_mod; in DoSpect2()
1127 length_factor = (length_mod*(256-speed.lenmod_factor) + 256*speed.lenmod_factor)/256; in DoSpect2()
1132 length_factor = (length_mod*(256-speed.lenmod2_factor) + 256*speed.lenmod2_factor)/256; in DoSpect2()
1137 len = (len * length_factor)/256; in DoSpect2()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dsynthdata.cpp208 int length_factor; in LookupSpect() local
292 length_factor = (length_std * 256)/ length1; in LookupSpect()
295 frames[ix].length = (frames[ix].length * length_factor)/256; in LookupSpect()
312 length_factor = ((length1 + seq_len_adjust) * 256)/length1; in LookupSpect()
314 frames[ix].length = (frames[ix].length * length_factor)/256; in LookupSpect()
H A Dsynthesize.cpp855 int length_factor; in DoSpect2() local
950 length_factor = length_mod; in DoSpect2()
952 length_factor = (length_mod*(256-speed.lenmod_factor) + 256*speed.lenmod_factor)/256; in DoSpect2()
954 length_factor = (length_mod*(256-speed.lenmod2_factor) + 256*speed.lenmod2_factor)/256; in DoSpect2()
958 len = (len * length_factor)/256; in DoSpect2()
/dports/math/py-yt/yt-4.0.1/yt/frontends/flash/
H A Ddata_structures.py254 length_factor = 1.0 / (1.0 + self.current_redshift)
257 length_factor = 1.0
261 setdefaultattr(self, "length_unit", self.quan(length_factor, "cm"))
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-loop-manip.c2237 vect_vfa_segment_size (struct data_reference *dr, tree length_factor) in vect_vfa_segment_size() argument
2246 fold_convert (sizetype, length_factor)); in vect_vfa_segment_size()
2295 tree part_cond_expr, length_factor; in vect_create_cond_for_alias_checks() local
2344 length_factor = scalar_loop_iters; in vect_create_cond_for_alias_checks()
2346 length_factor = size_int (vect_factor); in vect_create_cond_for_alias_checks()
2347 segment_length_a = vect_vfa_segment_size (dr_a, length_factor); in vect_create_cond_for_alias_checks()
2348 segment_length_b = vect_vfa_segment_size (dr_b, length_factor); in vect_create_cond_for_alias_checks()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-loop-manip.c2237 vect_vfa_segment_size (struct data_reference *dr, tree length_factor) in vect_vfa_segment_size() argument
2246 fold_convert (sizetype, length_factor)); in vect_vfa_segment_size()
2295 tree part_cond_expr, length_factor; in vect_create_cond_for_alias_checks() local
2344 length_factor = scalar_loop_iters; in vect_create_cond_for_alias_checks()
2346 length_factor = size_int (vect_factor); in vect_create_cond_for_alias_checks()
2347 segment_length_a = vect_vfa_segment_size (dr_a, length_factor); in vect_create_cond_for_alias_checks()
2348 segment_length_b = vect_vfa_segment_size (dr_b, length_factor); in vect_create_cond_for_alias_checks()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tutorials/
H A Ddiameter_dimension.rst41 DIMSTYLE ``'EZ_RADIUS'`` settings are: 1 drawing unit is 1m, scale 1:100, length_factor is 100 whic…
89 location. Default DIMSTYLE settings are: 1 drawing unit is 1m, scale 1:100, length_factor is 100 wh…
H A Dradius_dimension.rst40 DIMSTYLE ``'EZ_RADIUS'`` settings are: 1 drawing unit is 1m, scale 1:100, length_factor is 100 whic…
89 location. Default DIMSTYLE settings are: 1 drawing unit is 1m, scale 1:100, length_factor is 100 wh…
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DScene_points_with_normal_item.cpp316 double length_factor =0; in compute_normals_and_vertices() local
329 length_factor = 10.0/100*normal_Slider->value(); in compute_normals_and_vertices()
337 item->has_normals(), offset, normal_length * length_factor); in compute_normals_and_vertices()
339 item->has_normals(), offset, normal_length * length_factor, in compute_normals_and_vertices()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/specctra_import_export/
H A Dspecctra.keywords145 length_factor

123