Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_nonlinear.c9078 char* nonconstendptr; in SCIP_DECL_CONSPARSE() local
9113 if( !SCIPstrToRealValue(str, &lhs, &nonconstendptr) ) in SCIP_DECL_CONSPARSE()
9118 endptr = nonconstendptr; in SCIP_DECL_CONSPARSE()
9173 *success = SCIPstrToRealValue(str+2, &rhs, &nonconstendptr); in SCIP_DECL_CONSPARSE()
9183 *success = SCIPstrToRealValue(str+2, &rhs, &nonconstendptr); in SCIP_DECL_CONSPARSE()
9195 *success = SCIPstrToRealValue(str+2, &lhs, &nonconstendptr); in SCIP_DECL_CONSPARSE()
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dexpr.c5119 char* nonconstendptr; in exprParse() local
5214 nonconstendptr = (char*) str + 1; in exprParse()
5217 else if( !SCIPstrToRealValue(str, &number, &nonconstendptr) ) in exprParse()
5222 str = nonconstendptr; in exprParse()
5370 if( !SCIPstrToIntValue(comma, &exponent, &nonconstendptr) ) in exprParse()
5405 if( !SCIPstrToRealValue(comma, &number, &nonconstendptr) ) in exprParse()
5488 if( !SCIPstrToRealValue(str, &number, &nonconstendptr) ) in exprParse()
5495 str = nonconstendptr; in exprParse()