Home
last modified time | relevance | path

Searched refs:GRETL_TYPE_DOUBLE (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/gretl/gretl-2021d/lib/src/
H A Duservar.c131 } else if (type == GRETL_TYPE_DOUBLE) { in user_var_new()
525 if (type == GRETL_TYPE_DOUBLE) { in get_user_var_of_type_by_name()
862 type = GRETL_TYPE_DOUBLE; in user_var_localize()
1239 } else if (type == GRETL_TYPE_DOUBLE) { in copy_as_arg()
1444 type == GRETL_TYPE_DOUBLE || in delete_user_vars_of_type()
1476 GRETL_TYPE_DOUBLE, in destroy_private_scalars()
1543 if (uvars[i]->type == GRETL_TYPE_DOUBLE && in print_scalars()
1611 if (u->type == GRETL_TYPE_DOUBLE) { in real_scalar_add()
1783 if (u->type == GRETL_TYPE_DOUBLE) { in get_scalar_value_by_name()
2385 if (u->type == GRETL_TYPE_DOUBLE) { in print_user_var_by_name()
[all …]
H A Dgretl_typemap.c42 { GRETL_TYPE_DOUBLE, GRETL_TYPE_SCALAR_REF, 0, 0}
135 case GRETL_TYPE_DOUBLE: return "scalar"; in gretl_type_get_name()
195 return GRETL_TYPE_DOUBLE; in gretl_type_from_string()
283 { "scalar", GRETL_TYPE_DOUBLE },
374 type == GRETL_TYPE_DOUBLE; in gretl_is_scalar_type()
H A Dgenmpi.c136 type = GRETL_TYPE_DOUBLE; in mpi_transfer_node()
180 type = GRETL_TYPE_DOUBLE; in mpi_transfer_node()
214 } else if (type == GRETL_TYPE_DOUBLE) { in mpi_transfer_node()
246 } else if (type == GRETL_TYPE_DOUBLE) { in mpi_transfer_node()
302 } else if (type == GRETL_TYPE_DOUBLE) { in mpi_transfer_node()
315 if (type == GRETL_TYPE_DOUBLE) { in mpi_transfer_node()
H A Dgretl_bundle.c154 type = GRETL_TYPE_DOUBLE; in type_can_be_bundled()
157 return (type == GRETL_TYPE_DOUBLE || in type_can_be_bundled()
176 case GRETL_TYPE_DOUBLE: in bundled_item_copy_in_data()
300 if (item->type == GRETL_TYPE_DOUBLE) { in bundled_item_replace_data()
889 if (type == GRETL_TYPE_DOUBLE) { in gretl_bundle_get_scalar()
955 } else if (type == GRETL_TYPE_DOUBLE) { in gretl_bundle_get_int()
1005 } else if (type == GRETL_TYPE_DOUBLE) { in gretl_bundle_get_int_deflt()
1044 } else if (type == GRETL_TYPE_DOUBLE) { in gretl_bundle_get_bool()
1427 GRETL_TYPE_DOUBLE, 0); in gretl_bundle_set_scalar()
1970 if (t == GRETL_TYPE_DOUBLE) { in print_bundled_item()
[all …]
H A Dlibgretl.h118 GRETL_TYPE_DOUBLE, enumerator
156 t == GRETL_TYPE_DOUBLE)
H A Dgretl_typemap.h24 t == GRETL_TYPE_DOUBLE || \
H A Dnls.c377 if (result != GRETL_TYPE_DOUBLE || in nls_genr_setup()
385 gentype = GRETL_TYPE_DOUBLE; in nls_genr_setup()
399 } else if (gentype == GRETL_TYPE_DOUBLE) { in nls_genr_setup()
400 s->lhtype = GRETL_TYPE_DOUBLE; in nls_genr_setup()
411 s->params[j].dvtype = GRETL_TYPE_DOUBLE; in nls_genr_setup()
666 if (type == GRETL_TYPE_DOUBLE) { in nlspec_push_param()
729 if (btype == GRETL_TYPE_DOUBLE) { in check_param_name()
730 *type = GRETL_TYPE_DOUBLE; in check_param_name()
749 *type = GRETL_TYPE_DOUBLE; in check_param_name()
1103 if (s->lhtype == GRETL_TYPE_DOUBLE) { in get_mle_ll()
[all …]
H A Dgretl_mpi.c942 if (type == GRETL_TYPE_DOUBLE) { in compose_msgbuf()
1221 if (type == GRETL_TYPE_DOUBLE) { in gretl_mpi_bcast()
1399 if (type == GRETL_TYPE_DOUBLE) { in gretl_mpi_send()
1632 return GRETL_TYPE_DOUBLE; in type_from_status()
1662 if (*ptype == GRETL_TYPE_DOUBLE) { in gretl_mpi_receive()
1815 } else if (type == GRETL_TYPE_DOUBLE) { in gretl_bundle_send()
1875 if (type == GRETL_TYPE_DOUBLE) { in gretl_bundle_receive()
H A Dgretl_func.h61 #define ok_function_return_type(r) (r == GRETL_TYPE_DOUBLE || \
H A Dgenmain.c777 } else if (gtype == GRETL_TYPE_DOUBLE) { in generate()
1110 } else if (gtype == GRETL_TYPE_DOUBLE) { in genr_compile()
1260 t = GRETL_TYPE_DOUBLE; in genr_get_output_type()
H A Dgretl_bfgs.c1715 if (t == GRETL_TYPE_DOUBLE) { in user_get_criterion()
1749 if (t == GRETL_TYPE_DOUBLE) { in user_get_criterion2()
1994 u = umax_new(GRETL_TYPE_DOUBLE); in user_BFGS()
2071 u = umax_new(GRETL_TYPE_DOUBLE); in user_NR()
2138 u = umax_new(GRETL_TYPE_DOUBLE); in deriv_free_optimize()
2372 uh.genr = genr_compile(formula, dset, GRETL_TYPE_DOUBLE, OPT_P, in user_numhess()
H A Dgretl_func.c210 t == GRETL_TYPE_DOUBLE || \
403 } else if (type == GRETL_TYPE_DOUBLE || in fn_arg_set_data()
3305 if (u->rettype != GRETL_TYPE_DOUBLE) { in function_set_package_role()
3423 if (u->rettype != GRETL_TYPE_DOUBLE) { in function_ok_for_package_role()
6595 if (p->type != GRETL_TYPE_DOUBLE && na(p->deflt)) { in check_parm_min_max()
7604 err = copy_as_arg(param->name, GRETL_TYPE_DOUBLE, &x); in real_add_scalar_arg()
7622 err = copy_as_arg(param->name, GRETL_TYPE_DOUBLE, &x); in real_add_scalar_arg()
7835 arg->type == GRETL_TYPE_DOUBLE) { in allocate_function_args()
8422 if (rtype == GRETL_TYPE_DOUBLE) { in function_assign_returns()
8824 if (!err && scalar_check && fp->type == GRETL_TYPE_DOUBLE) { in check_function_args()
[all …]
H A Dmonte_carlo.c322 clr->uv = get_user_var_of_type_by_name(clr->vname, GRETL_TYPE_DOUBLE); in controller_get_val()
366 clr->genr = genr_compile(clr->expr, dset, GRETL_TYPE_DOUBLE, in controller_get_val()
757 } else if (u->type != GRETL_TYPE_DOUBLE) { in get_local_scalar_by_name()
800 err = generate(genline, dset, GRETL_TYPE_DOUBLE, OPT_Q, NULL); in loop_attach_index_var()
2998 err = generate(genline, dset, GRETL_TYPE_DOUBLE, OPT_Q, NULL); in loop_reattach_index_var()
H A Dgretl_model.c496 err = gretl_model_set_data(pmod, key, valp, GRETL_TYPE_DOUBLE, in gretl_model_set_double()
764 if (pmod->data_items[i]->type != GRETL_TYPE_DOUBLE) { in gretl_model_get_double()
799 if (pmod->data_items[i]->type != GRETL_TYPE_DOUBLE) { in gretl_model_get_double_default()
4760 { GRETL_TYPE_DOUBLE, "double", "3" },
4852 } else if (item->type == GRETL_TYPE_DOUBLE) { in serialize_model_data_items()
5018 } else if (item->type == GRETL_TYPE_DOUBLE) { in bundlize_model_data_items()
5101 } else if (item->type == GRETL_TYPE_DOUBLE) { in display_model_data_items()
5620 } else if (t == GRETL_TYPE_DOUBLE) { in model_data_items_from_xml()
H A Dgretl_foreign.c2828 if (type == GRETL_TYPE_DOUBLE) { in make_R_bundle()
2897 if (type == GRETL_TYPE_DOUBLE) { in gretl_R_function_add_arg()
3159 t = GRETL_TYPE_DOUBLE; in R_type_to_gretl_type()
H A Dkalman.c3847 } else if (vtype == GRETL_TYPE_DOUBLE) { in kalman_bundle_try_set_matrix()
4070 return GRETL_TYPE_DOUBLE; in kalman_extra_type()
4114 if (vtype == GRETL_TYPE_DOUBLE) { in maybe_set_kalman_element()
4144 vtype == GRETL_TYPE_DOUBLE) { in maybe_set_kalman_element()
4269 *type = GRETL_TYPE_DOUBLE; in maybe_retrieve_kalman_element()
H A Dgeneval.c1048 { GRETL_TYPE_DOUBLE, NUM },
1105 if (type == GRETL_TYPE_DOUBLE) { in maybe_rescue_undef_node()
7334 t = GRETL_TYPE_DOUBLE; in generic_typeof_node()
9865 if (t == GRETL_TYPE_DOUBLE) { in suitable_ufunc_ret_node()
10272 } else if (type == GRETL_TYPE_DOUBLE) { in get_bundle_member()
10720 if (ltype == GRETL_TYPE_DOUBLE) { in get_mod_assign_result()
10994 type = GRETL_TYPE_DOUBLE; in set_bundle_value()
11005 type = GRETL_TYPE_DOUBLE; in set_bundle_value()
15960 vtype = GRETL_TYPE_DOUBLE; in object_var_type()
16063 if (vtype == GRETL_TYPE_DOUBLE) { in model_var_node()
[all …]
H A Dgretl_utils.c2754 last_test_type = GRETL_TYPE_DOUBLE; in record_or_get_test_result()
2759 } else if (getcode(code) && last_test_type == GRETL_TYPE_DOUBLE) { in record_or_get_test_result()
H A Dprintscan.c201 if (type == GRETL_TYPE_DOUBLE) { in gen_arg_val()
H A Dgeneval.c.try1049 { GRETL_TYPE_DOUBLE, NUM },
1106 if (type == GRETL_TYPE_DOUBLE) {
7417 t = GRETL_TYPE_DOUBLE;
9948 if (t == GRETL_TYPE_DOUBLE) {
10355 } else if (type == GRETL_TYPE_DOUBLE) {
10817 if (ltype == GRETL_TYPE_DOUBLE) {
11091 type = GRETL_TYPE_DOUBLE;
11102 type = GRETL_TYPE_DOUBLE;
16057 vtype = GRETL_TYPE_DOUBLE;
16160 if (vtype == GRETL_TYPE_DOUBLE) {
[all …]
/dports/math/gretl/gretl-2021d/plugin/
H A Dsvm.c283 { "gamma", GRETL_TYPE_DOUBLE },
284 { "coef0", GRETL_TYPE_DOUBLE },
285 { "cachesize", GRETL_TYPE_DOUBLE },
286 { "toler", GRETL_TYPE_DOUBLE },
287 { "C", GRETL_TYPE_DOUBLE },
291 { "nu", GRETL_TYPE_DOUBLE },
292 { "epsilon", GRETL_TYPE_DOUBLE },
366 if (pinfo[i].type == GRETL_TYPE_DOUBLE) { in set_or_store_sv_parm()
389 } else if (type == GRETL_TYPE_DOUBLE) { in set_or_store_sv_parm()
2572 } else if (type == GRETL_TYPE_DOUBLE) { in get_optional_int()
[all …]
H A Dodbc_import.c342 } else if (odinfo->coltypes[i] == GRETL_TYPE_DOUBLE) { in odbc_read_rows()
674 } else if (odinfo->coltypes[i] == GRETL_TYPE_DOUBLE) { in gretl_odbc_get_data()
/dports/math/gretl/gretl-2021d/gui/
H A Dfncall.c89 #define scalar_arg(t) (t == GRETL_TYPE_DOUBLE || t == GRETL_TYPE_SCALAR_REF)
427 if (s != NULL && fn_param_type(cinfo->func, i) == GRETL_TYPE_DOUBLE) { in update_arg()
509 list = add_names_for_type(list, GRETL_TYPE_DOUBLE); in get_selection_list()
644 } else if (ptype == GRETL_TYPE_DOUBLE) { in update_combo_selectors()
1339 } else if (ptype == GRETL_TYPE_DOUBLE && in combo_arg_selector()
1512 if (ptype == GRETL_TYPE_DOUBLE) { in function_call_dialog()
1582 widget_set_int(sel, "ptype", GRETL_TYPE_DOUBLE); in function_call_dialog()
3787 err = gretl_function_exec(fncall_new(func, 0), GRETL_TYPE_DOUBLE, in precheck_error()
4494 err = push_anon_function_arg(fc, GRETL_TYPE_DOUBLE, (void *) &one); in dbnomics_get_dimensions_call()
H A Dssheet.c654 GRETL_TYPE_DOUBLE, in sheet_text_cell_edited()
1398 tail = slist = user_var_list_for_type(GRETL_TYPE_DOUBLE); in scalars_changed_callback()
2003 tail = slist = user_var_list_for_type(GRETL_TYPE_DOUBLE); in add_scalars_to_sheet()
2054 tail = slist = user_var_list_for_type(GRETL_TYPE_DOUBLE); in maybe_update_scalars_sheet()
/dports/math/gretl/gretl-2021d/tests/nist-nls/
H A Dnist-nls-test.c663 err = generate(line, &Z, datainfo, GRETL_TYPE_DOUBLE, OPT_NONE, NULL); in generate_params()

12