Home
last modified time | relevance | path

Searched refs:symbol_table (Results 1 – 25 of 1879) sorted by relevance

12345678910>>...76

/dports/devel/libmatheval/libmatheval-1.1.11/lib/
H A Dsymbol_table.c82 symbol_table = XMALLOC(SymbolTable, 1); in symbol_table_create()
83 symbol_table->length = length; in symbol_table_create()
84 symbol_table->records = XCALLOC(Record, symbol_table->length); in symbol_table_create()
99 symbol_table->reference_count = 1; in symbol_table_create()
101 return symbol_table; in symbol_table_create()
126 XFREE(symbol_table->records); in symbol_table_destroy()
127 XFREE(symbol_table); in symbol_table_destroy()
173 i = hash(name, symbol_table->length); in symbol_table_insert()
190 i = hash(name, symbol_table->length); in symbol_table_lookup()
263 symbol_table->reference_count++; in symbol_table_assign()
[all …]
H A Dnode.c399 symbol_table), in node_derivative()
407 symbol_table), in node_derivative()
416 symbol_table), in node_derivative()
427 symbol_table), in node_derivative()
444 symbol_table), in node_derivative()
460 symbol_table), in node_derivative()
481 symbol_table), in node_derivative()
588 symbol_table), in node_derivative()
638 symbol_table), in node_derivative()
819 symbol_table), in node_derivative()
[all …]
H A Dmatheval.c44 SymbolTable *symbol_table; /* Evaluator symbol table. */ variable
51 SymbolTable *symbol_table; /* Evalutor symbol table. */ member
77 symbol_table = symbol_table_create(MIN_TABLE_LENGTH); in evaluator_create()
89 symbol_table_destroy(symbol_table); in evaluator_create()
99 evaluator->symbol_table = symbol_table; in evaluator_create()
133 symbol_table, names[i]); in evaluator_evaluate()
174 symbol_table); in evaluator_get_variables()
179 symbol_table); in evaluator_get_variables()
183 symbol_table, records, in evaluator_get_variables()
209 ((Evaluator *) evaluator)->symbol_table)); in evaluator_derivative()
[all …]
/dports/math/kalker/kalker-1.1.0/kalk/src/
H A Dinverter.rs6 use crate::symbol_table::SymbolTable;
67 symbol_table: &mut SymbolTable, in invert()
83 symbol_table, in invert()
109 symbol_table, in invert_binary()
125 symbol_table, in invert_binary()
135 symbol_table, in invert_binary()
149 symbol_table, in invert_binary()
160 symbol_table, in invert_binary()
175 symbol_table, in invert_binary()
207 symbol_table, in invert_binary()
[all …]
H A Dcalculus.rs55 context.symbol_table.set(Stmt::VarDecl( in integrate_with_unknown_variable()
83 .symbol_table in simpsons_rule()
94 context.symbol_table.set(Stmt::VarDecl( in simpsons_rule()
112 context.symbol_table.insert(value); in simpsons_rule()
115 .symbol_table in simpsons_rule()
134 use crate::symbol_table::SymbolTable;
139 symbol_table, in get_context()
149 let mut symbol_table = SymbolTable::new(); in test_derive_func() localVariable
151 context.symbol_table.insert(Stmt::FnDecl( in test_derive_func()
172 context.symbol_table.insert(Stmt::FnDecl( in test_derive_complex_func()
[all …]
/dports/devel/swig/swig-4.0.2/Lib/php/
H A Dglobalvar.i15 zend_hash_str_add(&EG(symbol_table), "$1", sizeof("$1") - 1, &z_var);
22 zend_hash_str_add(&EG(symbol_table), "$1", sizeof("$1") - 1, &z_var);
38 zend_hash_str_add(&EG(symbol_table), "$1", sizeof("$1") - 1, &z_var);
45 zend_hash_str_add(&EG(symbol_table), "$1", sizeof("$1") - 1, &z_var);
52 zend_hash_str_add(&EG(symbol_table), "$1", sizeof("$1") - 1, &z_var);
60 zend_hash_str_add(&EG(symbol_table), "$1", sizeof("$1") - 1, &z_var);
67 zend_hash_str_add(&EG(symbol_table), "$1", sizeof("$1") - 1, &z_var);
74 zend_hash_str_add(&EG(symbol_table), "$1", sizeof("$1") - 1, &z_var);
82 zend_hash_str_add(&EG(symbol_table), "$1", sizeof("$1") - 1, &z_var);
163 z_var = zend_hash_str_find(&EG(symbol_table), "$1", sizeof("$1") - 1);
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/aer/expr/
H A Dname.cc50 static symtab<rpt_value::pointer> symbol_table; variable
56 if (!symbol_table.empty()) in init()
63 rpt_func::init(symbol_table); in init()
106 symbol_table.assign(name, value); in rpt_expr_name__init()
113 if (symbol_table.empty()) in rpt_expr_name()
117 rpt_value::pointer data = symbol_table.get(name); in rpt_expr_name()
120 nstring name2 = symbol_table.query_fuzzy(name); in rpt_expr_name()
134 data = symbol_table.get(name2); in rpt_expr_name()
151 if (symbol_table.empty()) in rpt_expr_name__declare()
153 if (symbol_table.query(name)) in rpt_expr_name__declare()
[all …]
/dports/security/py-volatility3/volatility3-94426ad/volatility/framework/plugins/windows/
H A Dsvcscan.py88 if SvcScan.is_windows_xp(context = context, symbol_table = symbol_table) and not is_64bit:
90 elif SvcScan.is_xp_or_2003(context = context, symbol_table = symbol_table) and is_64bit:
92 … elif SvcScan.is_win10_16299_or_later(context = context, symbol_table = symbol_table) and is_64bit:
94 …elif SvcScan.is_win10_16299_or_later(context = context, symbol_table = symbol_table) and not is_64…
96 … elif SvcScan.is_win10_up_to_15063(context = context, symbol_table = symbol_table) and is_64bit:
98 …elif SvcScan.is_win10_up_to_15063(context = context, symbol_table = symbol_table) and not is_64bit:
100 elif SvcScan.is_win10_15063(context = context, symbol_table = symbol_table) and is_64bit:
102 … elif SvcScan.is_win10_15063(context = context, symbol_table = symbol_table) and not is_64bit:
107symbol_table = symbol_table) and not is_64bit:
109 elif SvcScan.is_vista_or_later(context = context, symbol_table = symbol_table) and is_64bit:
[all …]
H A Dpoolscanner.py207 symbol_table = self.config["nt_symbols"]
208 constraints = self.builtin_constraints(symbol_table)
332 symbol_table: str,
349 …ndles.Handles.get_type_map(context = context, layer_name = layer_name, symbol_table = symbol_table)
351 …andles.Handles.find_cookie(context = context, layer_name = layer_name, symbol_table = symbol_table)
353 is_windows_10 = cls.is_windows_10(context, symbol_table)
389 symbol_table: str,
425 def _get_pool_header_module(cls, context, layer_name, symbol_table): argument
433 if symbols.symbol_table_is_64bit(context, symbol_table):
434 is_win_7 = cls.is_windows_7(context, symbol_table)
[all …]
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DShocks.cc34 symbol_table{symbol_table_arg}
219 SymbolType type = symbol_table.getType(it->first); in writeVarOrStdShock()
260 …|| (symbol_table.isObservedVariable(it->first.first) && symbol_table.isObservedVariable(it->first.… in writeCovarOrCorrShock()
316 && !symbol_table.isObservedVariable(id)) in checkPass()
327 && !symbol_table.isObservedVariable(id)) in checkPass()
385 if (symbol_table.isObservedVariable(id)) in has_calibrated_measurement_errors()
389 if (symbol_table.isObservedVariable(id)) in has_calibrated_measurement_errors()
393 if (symbol_table.isObservedVariable(ids.first) in has_calibrated_measurement_errors()
398 if (symbol_table.isObservedVariable(ids.first) in has_calibrated_measurement_errors()
428 symbol_table{symbol_table_arg}
[all …]
H A DNumericalInitialization.cc33 symbol_table{symbol_table_arg}
93 symbol_table{symbol_table_arg},
122 unused = symbol_table.getEndogenous(); in getUninitializedVariables()
124 unused = symbol_table.getExogenous(); in getUninitializedVariables()
215 cerr << " " << symbol_table.getName(exog); in checkPass()
312 symbol_table{symbol_table_arg},
390 if (symbol_table.exo_nbr() > 0) in writeOutput()
392 if (symbol_table.exo_det_nbr() > 0) in writeOutput()
459 symbol_table{symbol_table_arg}
536 symbol_table{symbol_table_arg} in LoadParamsAndSteadyStateStatement()
[all …]
H A DParsingDriver.cc34 if (!mod_file->symbol_table.exists(s)) in symbol_exists_and_is_not_modfile_local_or_external_function()
45 if (!mod_file->symbol_table.exists(name) in check_symbol_existence_in_model_block()
53 if (!mod_file->symbol_table.exists(name)) in check_symbol_existence()
207 if (mod_file->symbol_table.exists(name)) in declare_var_endogenous()
242 if (mod_file->symbol_table.exists(name)) in declare_statement_local_variable()
424 if (!mod_file->symbol_table.exists(name)) in add_expression_variable()
638 if (!mod_file->symbol_table.exists(name)) in init_val()
979 if (!mod_file->symbol_table.exists(var)) in add_stderr_shock()
999 if (!mod_file->symbol_table.exists(var)) in add_var_shock()
1019 if (!mod_file->symbol_table.exists(var1) || !mod_file->symbol_table.exists(var2)) in add_covar_shock()
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dsymtab.cc53 symbol_table::symbol_table (interpreter& interp) in symbol_table() function in octave::symbol_table
60 symbol_scope symbol_table::current_scope (void) const in current_scope()
190 symbol_table::builtin_find (const std::string& name, in builtin_find()
249 symbol_table::find_function (const std::string& name, in find_function()
277 symbol_table::find_function (const std::string& name, in find_function()
426 void symbol_table::clear_functions (bool force) in clear_functions()
498 void symbol_table::clear_mex_functions (void) in clear_mex_functions()
653 octave_value symbol_table::dump (void) const in dump()
693 void symbol_table::cleanup (void) in cleanup()
726 bool symbol_table::at_top_level (void) in at_top_level()
[all …]
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk_test.cpp1148 exprtk::symbol_table<T> symbol_table; in test_expression() local
3154 exprtk::symbol_table<T> symbol_table; in run_test04() local
3212 exprtk::symbol_table<T> symbol_table; in run_test05() local
3286 exprtk::symbol_table<T> symbol_table; in run_test06() local
3335 exprtk::symbol_table<T> symbol_table; in run_test07() local
4979 exprtk::symbol_table<T> symbol_table; in run_test11() local
5096 exprtk::symbol_table<T> symbol_table; in run_test12() local
5367 exprtk::symbol_table<T> symbol_table; in run_test14() local
5459 exprtk::symbol_table<T> symbol_table; in run_test15() local
5588 exprtk::symbol_table<T> symbol_table; in run_test16() local
[all …]
H A Dexprtk_simple_example_07.cpp28 typedef exprtk::symbol_table<T> symbol_table_t; in logic()
34 symbol_table_t symbol_table; in logic() local
35 symbol_table.create_variable("A"); in logic()
36 symbol_table.create_variable("B"); in logic()
37 symbol_table.create_variable("C"); in logic()
40 expression.register_symbol_table(symbol_table); in logic()
52 symbol_table.get_variable("A")->ref() = T((i & 0x01) ? 1 : 0); in logic()
53 symbol_table.get_variable("B")->ref() = T((i & 0x02) ? 1 : 0); in logic()
54 symbol_table.get_variable("C")->ref() = T((i & 0x04) ? 1 : 0); in logic()
60 static_cast<int>(symbol_table.get_variable("A")->value()), in logic()
[all …]
H A Dexprtk_simple_example_15.cpp28 typedef exprtk::symbol_table<T> symbol_table_t; in black_scholes_merton_model()
52 symbol_table_t symbol_table; in black_scholes_merton_model() local
53 symbol_table.add_variable("s",s); in black_scholes_merton_model()
54 symbol_table.add_variable("x",x); in black_scholes_merton_model()
55 symbol_table.add_variable("t",t); in black_scholes_merton_model()
56 symbol_table.add_variable("r",r); in black_scholes_merton_model()
57 symbol_table.add_variable("v",v); in black_scholes_merton_model()
58 symbol_table.add_constant("e",e); in black_scholes_merton_model()
59 symbol_table.add_stringvar("callput_flag",callput_flag); in black_scholes_merton_model()
62 expression.register_symbol_table(symbol_table); in black_scholes_merton_model()
H A Dexprtk_benchmark.cpp62 bool load_expression(exprtk::symbol_table<T>& symbol_table, in load_expression() argument
150 bool run_parse_benchmark(exprtk::symbol_table<T>& symbol_table) in run_parse_benchmark() argument
313 exprtk::symbol_table<double> symbol_table; in main() local
314 symbol_table.add_constants(); in main()
315 symbol_table.add_variable("x",x); in main()
316 symbol_table.add_variable("y",y); in main()
439 symbol_table_t symbol_table; in perform_file_based_benchmark() local
449 symbol_table.add_variable("a", a); in perform_file_based_benchmark()
450 symbol_table.add_variable("b", b); in perform_file_based_benchmark()
451 symbol_table.add_variable("c", c); in perform_file_based_benchmark()
[all …]
/dports/games/el/Eternal-Lands-1.9.5.9-1/books/
H A Dsymbols.h19 extern symbol_table * bp_elements;
20 extern symbol_table * bp_attributes;
21 extern symbol_table * bp_layouts;
22 extern symbol_table * bp_fonts;
23 extern symbol_table * bp_alignments;
24 extern symbol_table * bp_directions;
25 extern symbol_table * bp_referenceTypes;
26 extern symbol_table * bp_colors;
27 extern symbol_table * bp_rotations;
28 extern symbol_table * bp_mirrorings;
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dsymbol_table.cpp58 symbol_table::symbol_table(uint32_t initial_heapsize) in symbol_table() function in zorba::symbol_table
64 symbol_table::~symbol_table() in ~symbol_table()
68 uint32_t symbol_table::size() const in size()
89 off_t symbol_table::put(char const* text) in put()
108 off_t symbol_table::put_ncname(char const* text, uint32_t length) in put_ncname()
145 off_t symbol_table::put_uri(char const* text, uint32_t length) in put_uri()
164 off_t symbol_table::put_varname(char const* text, uint32_t length) in put_varname()
169 off_t symbol_table::put_entityref(char const* text, uint32_t length) in put_entityref()
177 off_t symbol_table::put_charref(char const* text, uint32_t length) in put_charref()
206 xs_double* symbol_table::doubleval(char const* text, uint32_t length) in doubleval()
[all …]
/dports/graphics/p5-Imager/Imager-1.012/
H A Dplug.h15 #define i_color_set(cl,r,g,b,a) (symbol_table->i_color_set(cl,r,g,b,a))
16 #define i_color_info(cl) (symbol_table->i_color_info(cl))
18 #define im_get_context() (symbol_table->im_get_context_f())
20 #define i_img_exorcise(im) (symbol_table->i_img_exorcise_f(im))
21 #define i_img_info(im,info) (symbol_table->i_img_info_f(im,info))
23 #define i_img_setmask(im,ch_mask) (symbol_table->i_img_setmask_f(im,ch_mask))
24 #define i_img_getmask(im) (symbol_table->i_img_getmask_f(im))
33 #define i_box(im, x1, y1, x2, y2,val) (symbol_table->i_box(im, x1, y1, x2, y2,val))
34 #define i_draw(im, x1, y1, x2, y2,val) (symbol_table->i_draw(im, x1, y1, x2, y2,val))
35 #define i_arc(im, x, y, rad, d1, d2,val) (symbol_table->i_arc(im, x, y, rad, d1, d2,val))
[all …]
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/wrlib/
H A Dload_xpm_normalized.c57 unsigned short *symbol_table) in free_color_symbol_table() argument
67 if (symbol_table) in free_color_symbol_table()
68 free(symbol_table); in free_color_symbol_table()
75 unsigned short *symbol_table = NULL; in RGetImageFromXPMData() local
113 symbol_table[i] = data[line][0]; in RGetImageFromXPMData()
173 if (symbol_table[k] == color) in RGetImageFromXPMData()
200 if (symbol_table[k] == color) in RGetImageFromXPMData()
312 symbol_table[i] = line[1]; in RLoadXPM()
314 symbol_table[i] |= line[2] << 8; in RLoadXPM()
380 if (symbol_table[k] == color) in RLoadXPM()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/wrlib/
H A Dload_xpm_normalized.c57 unsigned short *symbol_table) in free_color_symbol_table() argument
67 if (symbol_table) in free_color_symbol_table()
68 free(symbol_table); in free_color_symbol_table()
75 unsigned short *symbol_table = NULL; in RGetImageFromXPMData() local
113 symbol_table[i] = data[line][0]; in RGetImageFromXPMData()
173 if (symbol_table[k] == color) in RGetImageFromXPMData()
200 if (symbol_table[k] == color) in RGetImageFromXPMData()
312 symbol_table[i] = line[1]; in RLoadXPM()
314 symbol_table[i] |= line[2] << 8; in RLoadXPM()
380 if (symbol_table[k] == color) in RLoadXPM()
[all …]
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dsymbol_table.h38 } symbol_table; typedef
48 symbol_table * st_create(int capacity);
59 void st_addnum(symbol_table * st, const char * symbol, int data);
70 void st_addptr(symbol_table * st, const char * symbol, void * data);
79 void st_commit(symbol_table * st);
93 st_data * st_lookup(symbol_table * st, const char * symbol);
102 void st_destroy(symbol_table * st);
112 void st_destroyExt(symbol_table * st, void (* freedata)(void *));
H A Dsymbol_table.c22 symbol_table * st_create(int capacity) { in st_create()
23 symbol_table * st = (symbol_table *) malloc(sizeof(symbol_table)); in st_create()
28 st->entries = (st_entry *) calloc(capacity, sizeof(symbol_table)); in st_create()
29 st->shadow = (st_entry *) calloc(capacity, sizeof(symbol_table)); in st_create()
34 void st_addnum(symbol_table * st, const char * symbol, int data) { in st_addnum()
41 void st_addptr(symbol_table * st, const char * symbol, void * data) { in st_addptr()
48 void st_commit(symbol_table * st) { in st_commit()
58 st_data * st_lookup(symbol_table * st, const char * symbol) { in st_lookup()
63 void st_destroy(symbol_table * st) { in st_destroy()
68 void st_destroyExt(symbol_table * st, void (* freedata)(void *)) { in st_destroyExt()
/dports/devel/p5-Google-ProtocolBuffers/Google-ProtocolBuffers-0.12/lib/Google/ProtocolBuffers/
H A DCompiler.pm352 my $symbol_table = Google::ProtocolBuffers::Compiler::SymbolTable->new;
353 $self->{symbol_table} = $symbol_table;
363 foreach my $fqname ($symbol_table->lookup_names_of_kind($kind)) {
407 my $symbol_table = $self->{symbol_table};
413 $context = $symbol_table->set_package($decl->[1]);
431 $symbol_table->add('field' => $oneof->[3], $context);
432 $symbol_table->add('field' => $oneof->[3], $child_context);
447 $symbol_table->add('field' => $decl->[3], $context);
449 $symbol_table->add('enum_field' => $decl->[1], $context);
463 my $symbol_table = $self->{symbol_table};
[all …]

12345678910>>...76