Home
last modified time | relevance | path

Searched refs:expression_str (Results 1 – 12 of 12) sorted by relevance

/dports/devel/sdl2pp/libSDL2pp-0.16.1/tests/
H A Dtesting.h185 RegisterTest(sample, flags, Stylify(EXPRESSION, expression_str), description); in ExpectTrue()
267 void ExpectTrue(const std::string& expression_str, bool sample, DummyArgument dummy) { in ExpectTrue() argument
268 ExpectTrue(expression_str, sample, "", 0, dummy); in ExpectTrue()
272 ExpectTrue(expression_str, sample, description, 0, dummy); in ExpectTrue()
276 ExpectTrue(expression_str, sample, "", flags, dummy); in ExpectTrue()
282 return ExpectEqual<T1, T2>(expression_str, sample, expected, "", 0, dummy); in ExpectEqual()
287 return ExpectEqual<T1, T2>(expression_str, sample, expected, description, 0, dummy); in ExpectEqual()
292 return ExpectEqual<T1, T2>(expression_str, sample, expected, "", flags, dummy); in ExpectEqual()
313 return ExpectNoException(expression_str, std::move(func), "", 0, dummy); in ExpectNoException()
317 return ExpectNoException(expression_str, std::move(func), description, 0, dummy); in ExpectNoException()
[all …]
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk_simple_example_04.cpp64 std::string expression_str = "fibonacci(x)"; in fibonacci() local
70 parser.compile(expression_str,expression); in fibonacci()
H A Dexprtk_simple_example_10.cpp67 const std::string expression_str = "newton_sqrt(x)"; in newton_sqrt() local
73 parser.compile(expression_str,expression); in newton_sqrt()
H A Dexprtk_test.cpp2798 const std::string expression_str = in run_test02() local
2827 expression_str.c_str()); in run_test02()
2834 expression_str.c_str()); in run_test02()
2841 expression_str.c_str()); in run_test02()
3133 expression_str[j] = old_c; in run_test03()
8390 expression_str.c_str()); in run_test19()
8475 expression_str.c_str()); in run_test19()
8518 expression_str.c_str()); in run_test19()
8551 std::string expression_str = in run_test19() local
8590 expression_str.c_str()); in run_test19()
[all …]
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DRegexString.cc108 std::string expression_str; in parse_match() local
115 expression_str = match.substr(1, pos - 1); in parse_match()
133 expression = Charset::toSystem(expression_str); in parse_match()
/dports/net/krill/krill-0.9.4/cargo-crates/jmespatch-0.3.0/tests/
H A Dcompliance.rs305 .map(|expression_str| expression_str.to_string()) in from_json()
/dports/finance/electrum/Electrum-4.1.5/packages/helpdev/
H A D__init__.py119 expression_str = '|'.join(expression_list)
120 compiled_exp = re.compile('(?i:^(' + expression_str + ')$)')
/dports/devel/py-helpdev/helpdev-0.7.1/helpdev/
H A D__init__.py119 expression_str = '|'.join(expression_list)
120 compiled_exp = re.compile('(?i:^(' + expression_str + ')$)')
/dports/devel/py-moto/moto-2.2.16/moto/dynamodb2/parsing/
H A Dexpressions.py490 def make(cls, expression_str): argument
491 token_list = ExpressionTokenizer.make_list(expression_str)
/dports/devel/stylua/StyLua-0.11.0/src/formatters/
H A Dexpression.rs769 let expression_str = formatted_expression.to_string(); in format_hanging_expression_() localVariable
770 if !lhs_shape.add_width(2 + expression_str.len()).over_budget() { in format_hanging_expression_()
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc71 string expression_str; variable
2288 expression_str = gstr; in main()
2291 expression_str = calc_arg; in main()
2294 expression_str = calc_arg; in main()
2296 size_t index = expression_str.find_first_of(ID_WRAPS); in main()
2353 expression_str = gstr; in main()
2356 expression_str = calc_arg; in main()
2359 expression_str = calc_arg; in main()
2361 size_t index = expression_str.find_first_of(ID_WRAPS); in main()
4606 expression_str = str; in main()
[all …]
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc10681 string expression_str = get_expression_text(); in setResult() local
10682 …_uncertainty)) || expression_str.find("+/-") != string::npos || expression_str.find("+/" SIGN_MINU… in setResult()