Home
last modified time | relevance | path

Searched refs:f_sq (Results 1 – 5 of 5) sorted by relevance

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_monte__vegas.c255 double f_sq = fval * fval; in gsl_monte_vegas_integrate() local
256 accumulate_distribution (state, bin, f_sq); in gsl_monte_vegas_integrate()
/dports/math/gsl/gsl-2.7/monte/
H A Dvegas.c258 double f_sq = fval * fval; in gsl_monte_vegas_integrate() local
259 accumulate_distribution (state, bin, f_sq); in gsl_monte_vegas_integrate()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator.h351 MathFunction *f_sqrt, *f_cbrt, *f_root, *f_sq; variable
H A DCalculator.cc1556 f_sq = addFunction(new SquareFunction()); in addBuiltinFunctions()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc24619 calculateRPN(CALCULATOR->f_sq); in on_button_square_clicked()
24623 insertButtonFunction(CALCULATOR->f_sq); in on_button_square_clicked()
29285 selected_register_function(CALCULATOR->f_sq); in on_popup_menu_item_stack_square_activate()