Home
last modified time | relevance | path

Searched defs:dvar (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfcurve_driver.c304 static float dvar_eval_singleProp(ChannelDriver *driver, DriverVar *dvar) in dvar_eval_singleProp()
311 static float dvar_eval_rotDiff(ChannelDriver *driver, DriverVar *dvar) in dvar_eval_rotDiff()
372 static float dvar_eval_locDiff(ChannelDriver *driver, DriverVar *dvar) in dvar_eval_locDiff()
724 void driver_free_variable(ListBase *variables, DriverVar *dvar) in driver_free_variable()
749 void driver_free_variable_ex(ChannelDriver *driver, DriverVar *dvar) in driver_free_variable_ex()
777 void driver_change_variable_type(DriverVar *dvar, int type) in driver_change_variable_type()
807 void driver_variable_name_validate(DriverVar *dvar) in driver_variable_name_validate()
879 DriverVar *dvar; in driver_add_new_variable() local
913 DriverVar *dvar, *dvarn; in fcurve_free_driver() local
1182 DriverVar *dvar; in evaluate_driver_sum() local
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_fcurve_driver.h49 #define DRIVER_TARGETS_LOOPER_BEGIN(dvar) \ argument
56 #define DRIVER_TARGETS_USED_LOOPER_BEGIN(dvar) \ argument
/dports/finance/R-cran-ccgarch/ccgarch/R/
H A Dhh_test.R2 hh.test <- function(dvar){ argument
14 … uni.garch <- function(dvar){ # a function for fitting a GARCH(1,1) model to each series argument
18 uni.garch.est <- function(dvar, ini.par=c(0.01, 0.1, 0.85)){ argument
20 garch.ll <- function(para, dvar){ argument
H A Dnt_test.R2 nt.test <- function(dvar){ argument
13 … uni.garch <- function(dvar){ # a function for fitting a GARCH(1,1) model to each series argument
17 uni.garch.est <- function(dvar, ini.par=c(0.01, 0.1, 0.85)){ argument
19 garch.ll <- function(para, dvar){ argument
H A Ddcc_estimation1.R3 dcc.estimation1 <- function(dvar, a, A, B, model, method="BFGS"){ argument
11 …init, fn=loglik.dcc1, method=method, control=list(maxit=10^5, reltol=1e-5), dvar=dvar, model=model) nameattr
H A Dvector_garch.R3 vector.garch <- function(dvar, a, A, B){ argument
H A Ddcc_estimation2.R3 dcc.estimation2 <- function(dvar, para, gradient=0){ # dvar must be standardised residuals argument
H A DR_dcc.R3 dcc.est <- function(dvar, param){ argument
H A Ddlv_est.R2 dlv.est <- function(par, dvar, model){ argument
H A Dloglik_dcc2.R2 loglik.dcc2 <- function(param, dvar){ # dvar is the standardised residuals argument
H A Dloglik_dcc1.R2 loglik.dcc1 <- function(param, dvar, model){ argument
H A Dvec.garch.derivative.R2 …vec.garch.derivative <- function(dvar, B, h){ # the recursion for the derivative of h w.r.t. p… argument
H A Dgrad_dcc_full.R2 grad.dcc.full <- function(a, A, B, dcc.para, dvar, d=1e-5, model){ argument
H A Dloglik_eccc.R2 loglik.eccc <- function(param, dvar, model){ argument
/dports/devel/asl/asl-current/tests/t_st9/
H A Dt_st9.asm1226 dvar equ 1234h,data define
/dports/math/abella/abella-2.0.7/examples/higher-order/
H A Ddebruijn_ho.sig17 type dvar nat -> dterm. type
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dstatistics.c31 double dvar; in m_Statistics() local
/dports/math/abella/abella-2.0.7/examples/lambda-calculus/term-structure/
H A Ddebruijn.sig15 type dvar nat -> dterm. type
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_buttons.c664 DriverVar *dvar = (DriverVar *)dvar_v; in driver_delete_var_cb() local
678 DriverVar *dvar = (DriverVar *)dvar_v; in driver_dvar_invalid_name_query_cb() local
732 static void graph_panel_driverVar__singleProp(uiLayout *layout, ID *id, DriverVar *dvar) in graph_panel_driverVar__singleProp()
762 static void graph_panel_driverVar__rotDiff(uiLayout *layout, ID *id, DriverVar *dvar) in graph_panel_driverVar__rotDiff()
801 static void graph_panel_driverVar__locDiff(uiLayout *layout, ID *id, DriverVar *dvar) in graph_panel_driverVar__locDiff()
852 static void graph_panel_driverVar__transChan(uiLayout *layout, ID *id, DriverVar *dvar) in graph_panel_driverVar__transChan()
926 DriverVar *dvar; in graph_draw_driver_settings_panel() local
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_bond_local.h41 int dvar; variable
/dports/math/creme/Creme-ab42f19/Creme/src/Base/
H A Dlocsrch.h20 } dvar; typedef
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/python/
H A Dexample2.py20 dvar = math.pi variable
/dports/graphics/geomorph/geomorph-0.60.1/scenes/
H A Dcolmap.c10 int steps = 10, i, var, rvar, gvar, bvar, dvar; in main() local
/dports/emulators/x16-rom/x16-rom-r38/basic/
H A Dcode15.s62 dvar lda (index1),y label
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/python/
H A Dexample2.py20 dvar = math.pi variable

123456789