Home
last modified time | relevance | path

Searched defs:f_val (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/
H A DDFT_time2freq.m33 f_val = zeros(1,numel(freq)); variable
40 f_val = f_val * dt; variable
42 f_val = f_val / length(t); variable
47 f_val = f_val * 2; % single-sided spectrum variable
/dports/misc/visp/visp-3.4.0/example/parse-argv/
H A Dparse-argv1.cpp74 void usage(const char *name, const char *badparam, int i_val, float f_val, double d_val) in usage()
115 bool getOptions(int argc, const char **argv, int &i_val, float &f_val, double &d_val) in getOptions()
161 float f_val = 3.14f; in main() local
/dports/science/py-scikit-optimize/scikit-optimize-0.9.0/examples/
H A Dask-and-tell.py94 f_val = objective(next_x) variable
105 f_val = objective(next_x) variable
122 f_val = objective(next_x) variable
H A Doptimizer-with-different-base-estimator.py92 f_val = objective(next_x) variable
134 f_val = objective(next_x) variable
H A Dexploration-vs-exploitation.py80 f_val = objective(next_x) variable
/dports/multimedia/vlc/vlc-3.0.16/modules/visualization/visual/
H A Dwindow.c143 float f_val = (float) i / (float) i_buffer_size_minus_1; in window_init() local
151 float f_val = (float) i / (float) i_buffer_size_minus_1; in window_init() local
163 float f_val = (float) i / (float) i_buffer_size_minus_1; in window_init() local
177 float f_val = (float) i / (float) i_buffer_size_minus_1; in window_init() local
/dports/devel/gcem/gcem-1.13.1/tests/
H A Dgcem_tests.hpp130 const T1 f_val, const T2 err_val, in print_test_pass()
147 const T1 f_val, const T2 err_val, in print_test_pass()
164 const T1 f_val, const T2 err_val, in print_test_pass()
184 const T1 f_val, const T2 expected_val, in print_test_fail()
207 const T1 f_val, const T2 expected_val, in print_test_fail()
230 const T1 f_val, const T2 expected_val, in print_test_fail()
/dports/math/mfem/mfem-4.3/tests/unit/fem/
H A Dtest_get_value.cpp192 double f_val = funcCoef.Eval(*T, ip); in to_string() local
290 double f_val = funcCoef.Eval(*T, ip); in to_string() local
352 double f_val = funcCoef.Eval(*T, ip); in to_string() local
639 double f_val = funcCoef.Eval(*T, ip); in to_string() local
1640 Vector f_val(dim); f_val = 0.0; in to_string() local
2188 Vector f_val(dim); f_val = 0.0; in to_string() local
2482 Vector f_val(dim); f_val = 0.0; in to_string() local
3118 Vector f_val(dim); f_val = 0.0; in to_string() local
3404 Vector f_val(dim); f_val = 0.0; in to_string() local
3608 Vector f_val(dim); f_val = 0.0; in to_string() local
[all …]
/dports/net/bird2/bird-2.0.8/filter/
H A Ddata.h67 struct f_val { struct
68 enum f_type type; /* T_* */
69 union {
81 } val;
/dports/science/code_saturne/code_saturne-7.1.0/src/turb/
H A Dcs_les_filter.c104 cs_real_t f_val[]) in _les_filter_ext_neighborhood()
303 cs_real_t f_val[]) in cs_les_filter()
/dports/devel/sdts++/sdts++-1.5.1/contrib/tomksdts/
H A Dconvert.cpp208 float f_val; in emitField_() local
/dports/net/bird/bird-1.6.8/filter/
H A Dfilter.h120 struct f_val { struct
121 int type;
122 union {
133 } val;
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dspinner.c245 double f_val = strtod( s_val, &eptr ); in spinner_callback() local
409 double f_val = strtod( s_val, &eptr ); in fl_get_spinner_value() local
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/private/
H A Dpspinner.h32 double f_val; member
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/include/
H A DitkPolylineMask2DImageFilter.hxx145 auto f_val = static_cast< PixelType >( 255 ); in GenerateData() local
/dports/biology/fasta/fasta/
H A Dapam.c115 float f_val, f_scale; in mk_n_pam() local
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Drandom.cpp160 Expr f_val = f(r.x, r.y); in main() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/reformulation/
H A DConstraintPenalty.h192 real f_val = 0; in cb_map_f_response() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/path/
H A Dpath-outline.cpp451 gchar const *f_val = sp_repr_css_property(ctxt_style, "fill", nullptr); in item_to_paths() local
471 gchar const *f_val = sp_repr_css_property(ncss, "fill", nullptr); in item_to_paths() local
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Dshcsfsing.c420 double f_val, f_deriv; /* Value and derivative of the 1 D function. */ local
/dports/math/stanmath/math-4.2.0/stan/math/rev/functor/
H A Didas_forward_system.hpp128 VectorXd f_val; in sensitivity_residual() local
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dtype_safe_union.cpp73 float f_val; member in __anon878567380111::test
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dtype_safe_union.cpp73 float f_val; member in __anonaf4092320111::test
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/rev/mat/functor/
H A Didas_forward_system.hpp127 VectorXd f_val; in sensitivity_residual() local
/dports/science/axom/axom-0.6.1/src/axom/core/tests/
H A Dutils_endianness.hpp92 float f_val; in TEST() member

1234567