Home
last modified time | relevance | path

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

/dports/games/frogatto/frogatto-1.3.1/src/
H A Dformula_constants.cpp19 typedef std::map<std::string, variant> constants_map; typedef
20 std::vector<constants_map> constants_stack;
83 constants_map& m = constants_stack.back(); in get_constant()
84 constants_map::const_iterator itor = m.find(id); in get_constant()
95 constants_map m; in constants_loader()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dfunction_parser.cc65 auto constants_map = Patterns::Tools::Convert<ConstMap>::to_value( in FunctionParser() local
75 constants_map, in FunctionParser()
H A Dtensor_function_parser.cc64 auto constants_map = Patterns::Tools::Convert<ConstMap>::to_value( in TensorFunctionParser() local
74 constants_map, in TensorFunctionParser()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_structure.cpp513 hashmap_free(module->constants_map); in ll_destroy_module()
562 new_module->constants_map = hashmap_alloc(constants_hash_functions); in ll_create_module()
1624 if (hashmap_lookup(module->constants_map, &temp, &oldval)) in intern_constant()
1637 hashmap_insert(module->constants_map, newval, INT2HKEY(slot)); in intern_constant()
H A Dll_structure.h906 hashmap_t constants_map; member