Searched refs:UNARY_FUNC_COS (Results 1 – 2 of 2) sorted by relevance
320 case UNARY_FUNC_COS : fRet = cos( (*rArg)() ); break; in getValue()391 case UNARY_FUNC_COS : in fillNode()603 …if ( ( mpFirstArg->getType() == UNARY_FUNC_SIN ) || ( mpFirstArg->getType() == UNARY_FUNC_COS ) ||… in fillNode()605 …ondArg->getType() == UNARY_FUNC_SIN ) || ( mpSecondArg->getType() == UNARY_FUNC_COS ) || ( mpSecon… in fillNode()1043 …cos" ) >> '(' >> additiveExpression >> ')' )[ UnaryFunctionFunctor( UNARY_FUNC_COS, self.getCont… in definition()
75 UNARY_FUNC_COS, enumerator
Completed in 24 milliseconds