Home
last modified time | relevance | path

Searched refs:rhs_func (Results 1 – 17 of 17) sorted by relevance

/dports/math/mfem/mfem-4.3/tests/convergence/
H A Drates.cpp57 double rhs_func(const Vector &x);
193 f = new FunctionCoefficient(rhs_func); in main()
273 double rhs_func(const Vector &x) in rhs_func() function
H A Dprates.cpp57 double rhs_func(const Vector &x);
220 f = new FunctionCoefficient(rhs_func); in main()
346 double rhs_func(const Vector &x) in rhs_func() function
/dports/math/mfem/mfem-4.3/examples/
H A Dex15.cpp67 double rhs_func(const Vector &pt, double t);
169 FunctionCoefficient rhs(rhs_func); in main()
450 double rhs_func(const Vector &pt, double t) in rhs_func() function
H A Dex15p.cpp71 double rhs_func(const Vector &pt, double t);
191 FunctionCoefficient rhs(rhs_func); in main()
512 double rhs_func(const Vector &pt, double t) in rhs_func() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/
H A Dha_tokudb_update.cc704 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
705 Item** arguments = rhs_func->arguments(); in marshall_update()
708 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
711 } else if (rhs_func->argument_count() == 1) { in marshall_update()
713 v_ll = rhs_func->val_int(); in marshall_update()
715 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/
H A Dha_tokudb_update.cc704 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
705 Item** arguments = rhs_func->arguments(); in marshall_update()
708 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
711 } else if (rhs_func->argument_count() == 1) { in marshall_update()
713 v_ll = rhs_func->val_int(); in marshall_update()
715 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/
H A Dha_tokudb_update.cc693 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
694 Item** arguments = rhs_func->arguments(); in marshall_update()
697 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
700 } else if (rhs_func->argument_count() == 1) { in marshall_update()
702 v_ll = rhs_func->val_int(); in marshall_update()
704 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/
H A Dha_tokudb_update.cc693 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
694 Item** arguments = rhs_func->arguments(); in marshall_update()
697 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
700 } else if (rhs_func->argument_count() == 1) { in marshall_update()
702 v_ll = rhs_func->val_int(); in marshall_update()
704 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/
H A Dha_tokudb_update.cc693 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
694 Item** arguments = rhs_func->arguments(); in marshall_update()
697 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
700 } else if (rhs_func->argument_count() == 1) { in marshall_update()
702 v_ll = rhs_func->val_int(); in marshall_update()
704 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/
H A Dha_tokudb_update.cc704 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
705 Item** arguments = rhs_func->arguments(); in marshall_update()
708 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
711 } else if (rhs_func->argument_count() == 1) { in marshall_update()
713 v_ll = rhs_func->val_int(); in marshall_update()
715 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/
H A Dha_tokudb_update.cc705 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
706 Item** arguments = rhs_func->arguments(); in marshall_update()
709 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
712 } else if (rhs_func->argument_count() == 1) { in marshall_update()
714 v_ll = rhs_func->val_int(); in marshall_update()
716 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/
H A Dha_tokudb_update.cc705 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
706 Item** arguments = rhs_func->arguments(); in marshall_update()
709 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
712 } else if (rhs_func->argument_count() == 1) { in marshall_update()
714 v_ll = rhs_func->val_int(); in marshall_update()
716 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/
H A Dha_tokudb_update.cc705 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
706 Item** arguments = rhs_func->arguments(); in marshall_update()
709 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
712 } else if (rhs_func->argument_count() == 1) { in marshall_update()
714 v_ll = rhs_func->val_int(); in marshall_update()
716 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/
H A Dha_tokudb_update.cc705 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
706 Item** arguments = rhs_func->arguments(); in marshall_update()
709 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
712 } else if (rhs_func->argument_count() == 1) { in marshall_update()
714 v_ll = rhs_func->val_int(); in marshall_update()
716 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/
H A Dha_tokudb_update.cc705 Item_func* rhs_func = static_cast<Item_func*>(rhs_item);
706 Item** arguments = rhs_func->arguments();
709 if (strcmp(rhs_func->func_name(), "if") == 0) {
712 } else if (rhs_func->argument_count() == 1) {
714 v_ll = rhs_func->val_int();
716 update_operation = rhs_func->func_name()[0];
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/
H A Dha_tokudb_update.cc705 Item_func* rhs_func = static_cast<Item_func*>(rhs_item); in marshall_update() local
706 Item** arguments = rhs_func->arguments(); in marshall_update()
709 if (strcmp(rhs_func->func_name(), "if") == 0) { in marshall_update()
712 } else if (rhs_func->argument_count() == 1) { in marshall_update()
714 v_ll = rhs_func->val_int(); in marshall_update()
716 update_operation = rhs_func->func_name()[0]; in marshall_update()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-59/
H A Dstep-59.cc1087 RightHandSide<dim> rhs_func; in compute_rhs() local
1102 rhs_val[v] = rhs_func.value(single_point); in compute_rhs()