Searched refs:makeUnaryFunctionFunctor (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/slideshow/source/engine/ |
H A D | smilfunctionparser.cxx | 284 makeUnaryFunctionFunctor( const Functor& rFunctor, in makeUnaryFunctionFunctor() function 294 makeUnaryFunctionFunctor( double (*pFunc)(double), in makeUnaryFunctionFunctor() function 448 …(str_p( "abs" ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&fabs, self.getCo… in definition() 449 …| (str_p( "sqrt" ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&sqrt, self.get… in definition() 450 …| (str_p( "sin" ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&sin, self.get… in definition() 451 …| (str_p( "cos" ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&cos, self.get… in definition() 452 …| (str_p( "tan" ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&tan, self.get… in definition() 453 …| (str_p( "atan" ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&atan, self.get… in definition() 454 …| (str_p( "acos" ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&acos, self.get… in definition() 455 …| (str_p( "asin" ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&asin, self.get… in definition() [all …]
|
Completed in 7 milliseconds