Searched refs:SqrFun (Results 1 – 2 of 2) sorted by relevance
125 static InitializableParser<Value_t> SqrFun("x*x", "x"); in ParserWithConsts() local129 b::AddFunction("psqr", SqrFun); in ParserWithConsts()
2090 FunctionParserBase<Value_t> SqrFun, SubFun, ValueFun; in runRegressionTests() local2092 SqrFun.Parse("x*x", "x"); in runRegressionTests()2099 ret = fp.AddFunction("psqr", SqrFun); in runRegressionTests()