Lines Matching +defs:process +defs:function

2268          inline bool process(const std::string& str)  in process()  function in exprtk::lexer::generator
2929 virtual std::size_t process(generator&) { return 0; } in process() function in exprtk::lexer::helper_interface
2949 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_scanner
3044 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_modifier
3072 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_inserter
3176 inline std::size_t process(generator& g) in process() function in exprtk::lexer::token_joiner
5101 inline T process(const operator_type operation, const T arg) in process() function
5107 inline T process(const operator_type operation, const T arg0, const T arg1) in process() function
12701 static inline T process(Type t1, Type t2) { return t1 + t2; } in process() function
12702 static inline T process(Type t1, Type t2, Type t3) { return t1 + t2 + t3; } in process() function
12714 static inline T process(Type t1, Type t2) { return t1 * t2; } in process() function
12715 static inline T process(Type t1, Type t2, Type t3) { return t1 * t2 * t3; } in process() function
12727 static inline T process(Type t1, Type t2) { return t1 - t2; } in process() function
12728 static inline T process(Type t1, Type t2, Type t3) { return t1 - t2 - t3; } in process() function
12740 static inline T process(Type t1, Type t2) { return t1 / t2; } in process() function
12741 static inline T process(Type t1, Type t2, Type t3) { return t1 / t2 / t3; } in process() function
12753 static inline T process(Type t1, Type t2) { return numeric::modulus<T>(t1,t2); } in process() function
12765 static inline T process(Type t1, Type t2) { return numeric::pow<T>(t1,t2); } in process() function
12776 static inline T process(Type t1, Type t2) { return ((t1 < t2) ? T(1) : T(0)); } in process() function
12777 …static inline T process(const std::string& t1, const std::string& t2) { return ((t1 < t2) ? T(1) :… in process() function
12787 static inline T process(Type t1, Type t2) { return ((t1 <= t2) ? T(1) : T(0)); } in process() function
12788 …static inline T process(const std::string& t1, const std::string& t2) { return ((t1 <= t2) ? T(1) … in process() function
12798 static inline T process(Type t1, Type t2) { return ((t1 > t2) ? T(1) : T(0)); } in process() function
12799 …static inline T process(const std::string& t1, const std::string& t2) { return ((t1 > t2) ? T(1) :… in process() function
12809 static inline T process(Type t1, Type t2) { return ((t1 >= t2) ? T(1) : T(0)); } in process() function
12810 …static inline T process(const std::string& t1, const std::string& t2) { return ((t1 >= t2) ? T(1) … in process() function
12819 … static inline T process(Type t1, Type t2) { return (std::equal_to<T>()(t1,t2) ? T(1) : T(0)); } in process() function
12820 …static inline T process(const std::string& t1, const std::string& t2) { return ((t1 == t2) ? T(1) … in process() function
12830 static inline T process(Type t1, Type t2) { return numeric::equal(t1,t2); } in process() function
12831 …static inline T process(const std::string& t1, const std::string& t2) { return ((t1 == t2) ? T(1) … in process() function
12841 …static inline T process(Type t1, Type t2) { return (std::not_equal_to<T>()(t1,t2) ? T(1) : T(0)); } in process() function
12842 …static inline T process(const std::string& t1, const std::string& t2) { return ((t1 != t2) ? T(1) … in process() function
12852 …static inline T process(Type t1, Type t2) { return (details::is_true(t1) && details::is_true(t2)) … in process() function
12862 …static inline T process(Type t1, Type t2) { return (details::is_true(t1) && details::is_true(t2)) … in process() function
12872 …static inline T process(Type t1, Type t2) { return (details::is_true(t1) || details::is_true(t2)) … in process() function
12882 …static inline T process(Type t1, Type t2) { return (details::is_true(t1) || details::is_true(t2)) … in process() function
12892 static inline T process(Type t1, Type t2) { return numeric::xor_opr<T>(t1,t2); } in process() function
12902 static inline T process(Type t1, Type t2) { return numeric::xnor_opr<T>(t1,t2); } in process() function
12912 static inline T process(const T&, const T&) { return std::numeric_limits<T>::quiet_NaN(); } in process() function
12913 …static inline T process(const std::string& t1, const std::string& t2) { return ((std::string::npos… in process() function
12923 static inline T process(const T&, const T&) { return std::numeric_limits<T>::quiet_NaN(); } in process() function
12924 …static inline T process(const std::string& t1, const std::string& t2) { return (details::wc_match(… in process() function
12934 static inline T process(const T&, const T&) { return std::numeric_limits<T>::quiet_NaN(); } in process() function
12935 …static inline T process(const std::string& t1, const std::string& t2) { return (details::wc_imatch… in process() function
12945 …static inline T process(const T& t0, const T& t1, const T& t2) { return ((t0 <= t1) && (t1 <= t2))… in process() function
12946 … static inline T process(const std::string& t0, const std::string& t1, const std::string& t2) in process() function
12986 static inline T process(const Sequence<Type,Allocator>& arg_list) in process() function
13053 static inline T process(const Sequence<Type,Allocator>& arg_list) in process() function
13120 static inline T process(const Sequence<Type,Allocator>& arg_list) in process() function
13176 static inline T process(const Sequence<Type,Allocator>& arg_list) in process() function
13247 static inline T process(const Sequence<Type,Allocator>& arg_list) in process() function
13318 static inline T process(const Sequence<Type,Allocator>& arg_list) in process() function
13398 static inline T process(const Sequence<Type,Allocator>& arg_list) in process() function
13478 static inline T process(const Sequence<Type,Allocator>& arg_list) in process() function
13585 static inline T process(const ivector_ptr v) in process() function
13686 static inline T process(const ivector_ptr v) in process() function
13787 static inline T process(const ivector_ptr v) in process() function
13800 static inline T process(const ivector_ptr v) in process() function
13824 static inline T process(const ivector_ptr v) in process() function
14220 …static inline T process(const T& t0, const T& t1, const T& t2, const bfunc_t bf0, const bfunc_t bf… in process() function
14238 …static inline T process(const T& t0, const T& t1, const T& t2, const bfunc_t bf0, const bfunc_t bf… in process() function
14263 static inline T process(const T& t0, const T& t1, in process() function
14284 static inline T process(const T& t0, const T& t1, in process() function
14304 static inline T process(const T& t0, const T& t1, in process() function
14325 static inline T process(const T& t0, const T& t1, in process() function
14346 static inline T process(const T& t0, const T& t1, in process() function
17917 inline bool add_function(const std::string& function_name, function_t& function) in add_function()
17941 inline bool add_function(const std::string& function_name, generic_function_t& function) in add_function()
17998 inline bool add_reserved_function(const std::string& function_name, function_t& function) in add_reserved_function()
18022 … inline bool add_reserved_function(const std::string& function_name, generic_function_t& function) in add_reserved_function()
20033 virtual bool process(const std::string& /*unknown_symbol*/, in process() function
20048 virtual bool process(const std::string& /* unknown_symbol */, in process() function
22004 …inline expression_node_ptr parse_function_invocation(ifunction<T>* function, const std::string& fu… in parse_function_invocation()
22057 …inline expression_node_ptr parse_function_call(ifunction<T>* function, const std::string& function… in parse_function_call()
22144 …inline expression_node_ptr parse_function_call_0(ifunction<T>* function, const std::string& functi… in parse_function_call_0()
24606 …inline expression_node_ptr parse_generic_function_call(igeneric_function<T>* function, const std::… in parse_generic_function_call()
24730 igeneric_function<T>* function, in parse_igeneric_function_params()
24792 …inline expression_node_ptr parse_string_function_call(igeneric_function<T>* function, const std::s… in parse_string_function_call()
24844 …inline expression_node_ptr parse_overload_function_call(igeneric_function<T>* function, const std:… in parse_overload_function_call()
24919 …static inline expression_node_ptr process(parser<Type>& p, const details::operator_type opt_type, … in process() function
26315 ifunction<T>* function = symtab_store_.get_function(symbol); in parse_symtab_symbol() local
28085 static inline T process(const arg_list_t& arg) in process() function
28095 static inline T process(const arg_list_t& arg) in process() function
28105 static inline T process(const arg_list_t& arg) in process() function
28116 static inline T process(const arg_list_t& arg) in process() function
28127 static inline T process(const arg_list_t& arg) in process() function
28139 static inline T process(const arg_list_t& arg) in process() function
28151 static inline T process(const arg_list_t& arg) in process() function
28657 inline expression_node_ptr function(ifunction_t* f, expression_node_ptr (&b)[N]) in function() function in exprtk::parser::expression_generator
28698 inline expression_node_ptr function(ifunction_t* f) in function() function in exprtk::parser::expression_generator
29609 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
29759 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
29834 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
29920 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
30058 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
30177 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
30382 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
30562 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
30586 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
30621 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
30666 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
30709 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
30908 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
30971 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31034 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31098 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31161 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31224 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31287 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31350 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31413 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31530 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31645 …static inline expression_node_ptr process(expression_generator<Type>&, const details::operator_typ… in process() function
31657 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31773 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
31897 …static inline expression_node_ptr process(expression_generator<Type>&, const details::operator_typ… in process() function
31914 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
32035 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
32123 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
32211 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
32299 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
32387 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
32580 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
32823 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33016 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33208 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33264 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33324 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33384 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33444 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33505 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33566 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33625 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33686 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33746 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33806 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33866 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33926 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
33986 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34047 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34108 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34168 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34223 …static inline expression_node_ptr process(expression_generator<Type>&, const details::operator_typ… in process() function
34246 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34306 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34367 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34427 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34487 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34547 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34607 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34668 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34729 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34789 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34849 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34910 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
34970 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
35029 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
35089 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
35149 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
35210 static inline expression_node_ptr process(expression_generator<Type>& expr_gen, in process() function
35265 …static inline expression_node_ptr process(expression_generator<Type>&, const details::operator_typ… in process() function
36407 virtual bool process(const std::string& unknown_symbol, in process() function
37153 struct function struct in exprtk::function_compositor
37155 function() in function() function
37158 function(const std::string& n) in function() argument
37162 function(const std::string& name, in function() function
37168 function(const std::string& name, in function() argument
37177 function(const std::string& name, in function() argument
37186 function(const std::string& name, in function() function
37197 function(const std::string& name, in function() function
37208 function(const std::string& name, in function() function
37221 inline function& name(const std::string& n) in name()
37227 inline function& expression(const std::string& e) in expression()
37233 inline function& var(const std::string& v) in var()
37239 std::string name_;
37240 std::string expression_;
37241 std::deque<std::string> v_;
38036 static inline T process(T& x, T& y, expression<T>& expression) in pgo_primer() function
38231 static void process(const std::string& scalar_format, parameter_list_t parameters) in process() function
38875 static inline bool process(parameter_list_t& parameters, in process() function