Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/operations/
H A Dtypes_addition.cpp33 static add_function pAddfunction[types::InternalType::IdLast][types::InternalType::IdLast] = {NULL}; variable
38pAddfunction[types::InternalType::Id ## id1][types::InternalType::Id ## id2] = (add_function)&add_… in fillAddFunction()
805 add_function add = pAddfunction[_pL->getId()][_pL->getId()]; in GenericUnaryPlus()
821 add_function add = pAddfunction[_pLeftOperand->getId()][_pRightOperand->getId()]; in GenericPlus()