Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions.h196 FUNCTION_ID_LOGINT = 1600, enumerator
394 DECLARE_BUILTIN_FUNCTION_R2(liFunction, FUNCTION_ID_LOGINT)
H A DMathStructure-differentiate.cc30 …RFI || o_function->id() == FUNCTION_ID_ERFC || o_function->id() == FUNCTION_ID_LOGINT || o_functio… in function_differentiable()
361 } else if(o_function->id() == FUNCTION_ID_LOGINT && SIZE == 1) { in differentiate()
H A DMathStructure-calculate.cc1611 } else if(mstruct.function()->id() == FUNCTION_ID_LOGINT && mstruct.size() == 1) { in merge_multiplication()
1633 } else if(mstruct[0].function()->id() == FUNCTION_ID_LOGINT && mstruct[0].size() == 1) { in merge_multiplication()
2573 } else if(CHILD(0).function()->id() == FUNCTION_ID_LOGINT && SIZE == 1) { in merge_multiplication()
2697 } else if(o_function->id() == FUNCTION_ID_LOGINT && SIZE == 1 && mstruct.isZero()) { in merge_multiplication()
H A DCalculator.cc2574 case FUNCTION_ID_LOGINT: {return f_li;} in getFunctionById()
H A DMathStructure.cc2758 …RFI || o_function->id() == FUNCTION_ID_ERFC || o_function->id() == FUNCTION_ID_LOGINT || o_functio… in containsType()
H A DMathStructure-integrate.cc794 mstruct.setFunctionId(FUNCTION_ID_LOGINT); in integrate_function()
3438 } else if(mstruct.function()->id() == FUNCTION_ID_LOGINT && mstruct.size() == 1) { in integrate_function()