Home
last modified time | relevance | path

Searched refs:nonneg (Results 51 – 75 of 475) sorted by relevance

12345678910>>...19

/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed-racket/optimizer/
H A Dvector.rkt95 [i-known-nonneg? (subtypeof? #'i -NonNegFixnum)])
105 (if i-known-nonneg?
114 (if i-known-nonneg?
128 [i-known-nonneg? (subtypeof? #'i -NonNegFixnum)])
135 (if i-known-nonneg?
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/tests/
H A Dtest_examples.py158 m = cvx.Parameter(nonneg=True)
192 gamma = cvx.Parameter(nonneg=True)
215 gamma = cvx.Parameter(nonneg=True)
252 gamma = cvx.Parameter(nonneg=True)
519 m = cvx.Parameter(nonneg=True)
532 rho = cvx.Parameter(nonneg=True)
536 rho = cvx.Parameter(nonneg=True, value=2)
549 gamma = cvx.Parameter(nonneg=True)
H A Dtest_dqcp.py211 x, y = cp.Variable(2, nonneg=True)
249 x = cp.Variable(nonneg=True)
268 x = cp.Variable(nonneg=True)
288 x, y = cp.Variable(2, nonneg=True)
300 x, y = cp.Variable(2, nonneg=True)
315 y = cp.Variable(nonneg=True)
362 x = cp.Variable(nonneg=True)
433 x = cp.Variable(nonneg=True)
440 x = cp.Variable(nonneg=True)
461 x = cp.Variable(nonneg=True)
[all …]
H A Dtest_param_quad_prog.py44 gamma = cp.Parameter(nonneg=True)
83 gamma = cp.Parameter(nonneg=True)
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/reductions/cone2cone/
H A Daffine2direct.py100 NONNEG: Kp.nonneg, # length of block of nonneg variables.
304 NONNEG: cone_dims.nonneg,
347 NONNEG: 0 if NONNEG in affine else cone_dims.nonneg,
356 NONNEG: cone_dims.nonneg if NONNEG in affine else 0,
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/include/SimTKcommon/internal/
H A DSerialize.h187 T nonneg; if (!readUnformatted(in, nonneg)) return false; in readUnformatted() local
188 v = nonneg; // Changes representation, not value. in readUnformatted()
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Drdf_turtle_write.pl86 indent:nonneg=8, % Indent for ; and ,-lists
87 tab_distance:nonneg=8, % Tab distance
88 subject_white_lines:nonneg=1,%Extra lines between subjects
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dcheckfunctions.h115 …void invalidFunctionArgStrError(const Token *tok, const std::string &functionName, nonneg int argn…
118 void mathfunctionCallWarning(const Token *tok, const nonneg int numParam = 1);
H A Dcheckio.cpp104 nonneg int mode_indent;
106 nonneg int op_indent;
474 static bool findFormat(nonneg int arg, const Token *firstArg, in findFormat()
1705 nonneg int numFormat, in wrongPrintfScanfArgumentsError()
1706 nonneg int numFunction) in wrongPrintfScanfArgumentsError()
1726 nonneg int index, nonneg int numFunction) in wrongPrintfScanfPosixParameterPositionError()
1820 void CheckIO::invalidPrintfArgTypeError_s(const Token* tok, nonneg int numFormat, const ArgumentInf… in invalidPrintfArgTypeError_s()
1831 void CheckIO::invalidPrintfArgTypeError_n(const Token* tok, nonneg int numFormat, const ArgumentInf… in invalidPrintfArgTypeError_n()
1842 void CheckIO::invalidPrintfArgTypeError_p(const Token* tok, nonneg int numFormat, const ArgumentInf… in invalidPrintfArgTypeError_p()
1989 void CheckIO::invalidLengthModifierError(const Token* tok, nonneg int numFormat, const std::string&… in invalidLengthModifierError()
[all …]
H A Dcheckuninitvar.cpp153 const std::map<nonneg int, VariableValue> variableValue; in checkScope()
167 const std::map<nonneg int, VariableValue> variableValue; in checkScope()
192 const std::map<nonneg int, VariableValue> variableValue; in checkScope()
229 const std::map<nonneg int, VariableValue> variableValue; in checkStruct()
267 …const std::map<nonneg int, VariableValue>::const_iterator it = variableValue.find(tok ? tok->varId… in conditionAlwaysTrueOrFalse()
293 …const std::map<nonneg int, VariableValue>::const_iterator it = variableValue.find(vartok ? vartok-… in conditionAlwaysTrueOrFalse()
427 nonneg int condVarId = 0; in checkScopeForVariable()
434 …const std::map<nonneg int,VariableValue>::const_iterator it = variableValue.find(condVarTok->varId… in checkScopeForVariable()
450 … const std::map<nonneg int,VariableValue>::const_iterator it = variableValue.find(vartok->varId()); in checkScopeForVariable()
490 std::map<nonneg int, VariableValue> varValueIf; in checkScopeForVariable()
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcheckfunctions.h115 …void invalidFunctionArgStrError(const Token *tok, const std::string &functionName, nonneg int argn…
118 void mathfunctionCallWarning(const Token *tok, const nonneg int numParam = 1);
H A Dcheckio.cpp104 nonneg int mode_indent;
106 nonneg int op_indent;
474 static bool findFormat(nonneg int arg, const Token *firstArg, in findFormat()
1705 nonneg int numFormat, in wrongPrintfScanfArgumentsError()
1706 nonneg int numFunction) in wrongPrintfScanfArgumentsError()
1726 nonneg int index, nonneg int numFunction) in wrongPrintfScanfPosixParameterPositionError()
1820 void CheckIO::invalidPrintfArgTypeError_s(const Token* tok, nonneg int numFormat, const ArgumentInf… in invalidPrintfArgTypeError_s()
1831 void CheckIO::invalidPrintfArgTypeError_n(const Token* tok, nonneg int numFormat, const ArgumentInf… in invalidPrintfArgTypeError_n()
1842 void CheckIO::invalidPrintfArgTypeError_p(const Token* tok, nonneg int numFormat, const ArgumentInf… in invalidPrintfArgTypeError_p()
1989 void CheckIO::invalidLengthModifierError(const Token* tok, nonneg int numFormat, const std::string&… in invalidLengthModifierError()
[all …]
H A Dcheckuninitvar.cpp153 const std::map<nonneg int, VariableValue> variableValue; in checkScope()
167 const std::map<nonneg int, VariableValue> variableValue; in checkScope()
192 const std::map<nonneg int, VariableValue> variableValue; in checkScope()
229 const std::map<nonneg int, VariableValue> variableValue; in checkStruct()
267 …const std::map<nonneg int, VariableValue>::const_iterator it = variableValue.find(tok ? tok->varId… in conditionAlwaysTrueOrFalse()
293 …const std::map<nonneg int, VariableValue>::const_iterator it = variableValue.find(vartok ? vartok-… in conditionAlwaysTrueOrFalse()
427 nonneg int condVarId = 0; in checkScopeForVariable()
434 …const std::map<nonneg int,VariableValue>::const_iterator it = variableValue.find(condVarTok->varId… in checkScopeForVariable()
450 … const std::map<nonneg int,VariableValue>::const_iterator it = variableValue.find(vartok->varId()); in checkScopeForVariable()
490 std::map<nonneg int, VariableValue> varValueIf; in checkScopeForVariable()
[all …]
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/transforms/
H A Dsuppfunc.py74 nonneg_idxs = np.arange(idx, idx + K.nonneg)
75 idx += K.nonneg
/dports/math/py-Diofant/Diofant-0.13.0/diofant/simplify/
H A Dpowsimp.py413 nonneg = []
419 nonneg.append(bi)
421 nonneg.append(
427 nonneg.extend(unk + neg)
451 new_base = expr.func(*(nonneg + neg))
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dask_me.py292 def read_one_int(prompt, pos=0, nonneg=0): argument
307 if nonneg and val < 0: continue
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/
H A DGrobner.h34 ZZ SolveGrobner(const char * filename, char * nonneg, char * dualApproach,
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/reductions/dcp2cone/
H A Dcone_matrix_stuffing.py65 self.nonneg = int(sum(c.size for c in constr_map[NonNeg]))
76 self.zero, self.nonneg, self.exp, self.soc, self.psd, self.p3d)
84 self.nonneg,
94 return self.nonneg
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/SPQR/Demo/
H A Dspqr_gpu3.m70 fprintf ('7: GPU norm(R''R-S''S) nonneg %12.4e\n', err (7)) ;
71 fprintf ('8: matlab norm(R''R-S''S) nonneg %12.4e\n', err (8)) ;
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/SPQR/Demo/
H A Dspqr_gpu3.m70 fprintf ('7: GPU norm(R''R-S''S) nonneg %12.4e\n', err (7)) ;
71 fprintf ('8: matlab norm(R''R-S''S) nonneg %12.4e\n', err (8)) ;
/dports/math/suitesparse-config/SuiteSparse-5.10.1/SPQR/Demo/
H A Dspqr_gpu2.m70 fprintf ('7: GPU norm(R''R-S''S) nonneg %12.4e\n', err (7)) ;
71 fprintf ('8: matlab norm(R''R-S''S) nonneg %12.4e\n', err (8)) ;
H A Dspqr_gpu3.m70 fprintf ('7: GPU norm(R''R-S''S) nonneg %12.4e\n', err (7)) ;
71 fprintf ('8: matlab norm(R''R-S''S) nonneg %12.4e\n', err (8)) ;
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/SPQR/Demo/
H A Dspqr_gpu2.m70 fprintf ('7: GPU norm(R''R-S''S) nonneg %12.4e\n', err (7)) ;
71 fprintf ('8: matlab norm(R''R-S''S) nonneg %12.4e\n', err (8)) ;
H A Dspqr_gpu3.m70 fprintf ('7: GPU norm(R''R-S''S) nonneg %12.4e\n', err (7)) ;
71 fprintf ('8: matlab norm(R''R-S''S) nonneg %12.4e\n', err (8)) ;
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/SPQR/Demo/
H A Dspqr_gpu3.m70 fprintf ('7: GPU norm(R''R-S''S) nonneg %12.4e\n', err (7)) ;
71 fprintf ('8: matlab norm(R''R-S''S) nonneg %12.4e\n', err (8)) ;

12345678910>>...19