/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/dialogs/ |
H A D | FormatErrorBarDialog.cpp | 49 widget.negativeValue->setEnabled(false); in errorIndicatorChanged() 52 widget.negativeValue->setEnabled(true); in errorIndicatorChanged() 57 widget.negativeValue->setEnabled(true); in errorIndicatorChanged() 84 widget.negativeValue->setEnabled(false); in setSameErrorValueForBoth() 85 widget.negativeValue->setValue(widget.positiveValue->value()); in setSameErrorValueForBoth() 87 widget.negativeValue->setEnabled(true); in setSameErrorValueForBoth() 94 widget.negativeValue->setValue(value); in setSameErrorValueForBoth()
|
/dports/math/munkres-cpp/munkres-cpp-1.0.0-6-g61086fc/tests/ |
H A D | matrixtest.cpp | 265 constexpr auto negativeValue = std::numeric_limits <double>::min (); in TEST_F() local 267 {negativeValue, minusInfinity}, in TEST_F() 268 {minusInfinity, negativeValue} in TEST_F() 270 constexpr double etalon_result {negativeValue}; in TEST_F() 285 constexpr auto negativeValue = std::numeric_limits <double>::min (); in TEST_F() local 288 {minusInfinity, negativeValue} in TEST_F() 305 constexpr auto negativeValue = std::numeric_limits <double>::min (); in TEST_F() local 308 {negativeValue, minusInfinity}, in TEST_F() 326 constexpr auto negativeValue = std::numeric_limits <double>::min (); in TEST_F() local 331 {negativeValue, plusInfinity} in TEST_F()
|
/dports/devel/cppcheck/cppcheck-2.6.3/lib/ |
H A D | checktype.cpp | 244 const ValueFlow::Value* negativeValue = in checkSignConversion() local 248 if (!negativeValue) in checkSignConversion() 251 signConversionError(tok1, negativeValue, tok1->isNumber()); in checkSignConversion() 256 void CheckType::signConversionError(const Token *tok, const ValueFlow::Value *negativeValue, const … in signConversionError() argument 268 if (!negativeValue) in signConversionError() 271 …const ErrorPath &errorPath = getErrorPath(tok,negativeValue,"Negative value is converted to an uns… in signConversionError() 274 Check::getMessageId(*negativeValue, "signConversion").c_str(), in signConversionError() 277 negativeValue->isInconclusive() ? Certainty::inconclusive : Certainty::normal); in signConversionError()
|
H A D | checkbufferoverrun.cpp | 331 const ValueFlow::Value *negativeValue = indexToken->getValueLE(-1, mSettings); in arrayIndex() local 332 if (negativeValue) { in arrayIndex() 333 negativeIndexes.emplace_back(*negativeValue); in arrayIndex() 422 const ValueFlow::Value *negativeValue = nullptr; in negativeIndexError() local 428 if (!negativeValue || !indexValue.errorPath.empty()) in negativeIndexError() 429 negativeValue = &indexValue; in negativeIndexError() 432 reportError(getErrorPath(tok, negativeValue, "Negative array index"), in negativeIndexError() 433 negativeValue->errorSeverity() ? Severity::error : Severity::warning, in negativeIndexError() 437 negativeValue->isInconclusive() ? Certainty::inconclusive : Certainty::normal); in negativeIndexError()
|
H A D | checktype.h | 82 …void signConversionError(const Token *tok, const ValueFlow::Value *negativeValue, const bool const…
|
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/ |
H A D | checktype.cpp | 244 const ValueFlow::Value* negativeValue = in checkSignConversion() local 248 if (!negativeValue) in checkSignConversion() 251 signConversionError(tok1, negativeValue, tok1->isNumber()); in checkSignConversion() 256 void CheckType::signConversionError(const Token *tok, const ValueFlow::Value *negativeValue, const … in signConversionError() argument 268 if (!negativeValue) in signConversionError() 271 …const ErrorPath &errorPath = getErrorPath(tok,negativeValue,"Negative value is converted to an uns… in signConversionError() 274 Check::getMessageId(*negativeValue, "signConversion").c_str(), in signConversionError() 277 negativeValue->isInconclusive() ? Certainty::inconclusive : Certainty::normal); in signConversionError()
|
H A D | checkbufferoverrun.cpp | 331 const ValueFlow::Value *negativeValue = indexToken->getValueLE(-1, mSettings); in arrayIndex() local 332 if (negativeValue) { in arrayIndex() 333 negativeIndexes.emplace_back(*negativeValue); in arrayIndex() 422 const ValueFlow::Value *negativeValue = nullptr; in negativeIndexError() local 428 if (!negativeValue || !indexValue.errorPath.empty()) in negativeIndexError() 429 negativeValue = &indexValue; in negativeIndexError() 432 reportError(getErrorPath(tok, negativeValue, "Negative array index"), in negativeIndexError() 433 negativeValue->errorSeverity() ? Severity::error : Severity::warning, in negativeIndexError() 437 negativeValue->isInconclusive() ? Certainty::inconclusive : Certainty::normal); in negativeIndexError()
|
H A D | checktype.h | 82 …void signConversionError(const Token *tok, const ValueFlow::Value *negativeValue, const bool const…
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Arrays/ |
H A D | Sorting.java | 692 float negativeValue = -random.nextFloat(); in build() local 695 writeValue(x, negativeValue, fromIndex, n); in build() 718 double negativeValue = -random.nextFloat(); in build() local 721 writeValue(x, negativeValue, fromIndex, n); in build()
|
H A D | ParallelSorting.java | 715 float negativeValue = -random.nextFloat(); in build() local 718 writeValue(x, negativeValue, fromIndex, n); in build() 741 double negativeValue = -random.nextFloat(); in build() local 744 writeValue(x, negativeValue, fromIndex, n); in build()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Arrays/ |
H A D | ParallelSorting.java | 715 float negativeValue = -random.nextFloat(); in build() local 718 writeValue(x, negativeValue, fromIndex, n); in build() 741 double negativeValue = -random.nextFloat(); in build() local 744 writeValue(x, negativeValue, fromIndex, n); in build()
|
H A D | Sorting.java | 692 float negativeValue = -random.nextFloat(); in build() local 695 writeValue(x, negativeValue, fromIndex, n); in build() 718 double negativeValue = -random.nextFloat(); in build() local 721 writeValue(x, negativeValue, fromIndex, n); in build()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Arrays/ |
H A D | ParallelSorting.java | 715 float negativeValue = -random.nextFloat(); in build() local 718 writeValue(x, negativeValue, fromIndex, n); in build() 741 double negativeValue = -random.nextFloat(); in build() local 744 writeValue(x, negativeValue, fromIndex, n); in build()
|
H A D | Sorting.java | 692 float negativeValue = -random.nextFloat(); in build() local 695 writeValue(x, negativeValue, fromIndex, n); in build() 718 double negativeValue = -random.nextFloat(); in build() local 721 writeValue(x, negativeValue, fromIndex, n); in build()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Arrays/ |
H A D | Sorting.java | 692 float negativeValue = -random.nextFloat(); in build() local 695 writeValue(x, negativeValue, fromIndex, n); in build() 718 double negativeValue = -random.nextFloat(); in build() local 721 writeValue(x, negativeValue, fromIndex, n); in build()
|
H A D | ParallelSorting.java | 715 float negativeValue = -random.nextFloat(); in build() local 718 writeValue(x, negativeValue, fromIndex, n); in build() 741 double negativeValue = -random.nextFloat(); in build() local 744 writeValue(x, negativeValue, fromIndex, n); in build()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Arrays/ |
H A D | ParallelSorting.java | 715 float negativeValue = -random.nextFloat(); in build() local 718 writeValue(x, negativeValue, fromIndex, n); in build() 741 double negativeValue = -random.nextFloat(); in build() local 744 writeValue(x, negativeValue, fromIndex, n); in build()
|
H A D | Sorting.java | 692 float negativeValue = -random.nextFloat(); in build() local 695 writeValue(x, negativeValue, fromIndex, n); in build() 718 double negativeValue = -random.nextFloat(); in build() local 721 writeValue(x, negativeValue, fromIndex, n); in build()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Arrays/ |
H A D | ParallelSorting.java | 715 float negativeValue = -random.nextFloat(); in build() local 718 writeValue(x, negativeValue, fromIndex, n); in build() 741 double negativeValue = -random.nextFloat(); in build() local 744 writeValue(x, negativeValue, fromIndex, n); in build()
|
H A D | Sorting.java | 692 float negativeValue = -random.nextFloat(); in build() local 695 writeValue(x, negativeValue, fromIndex, n); in build() 718 double negativeValue = -random.nextFloat(); in build() local 721 writeValue(x, negativeValue, fromIndex, n); in build()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Arrays/ |
H A D | Sorting.java | 1902 float negativeValue = -random.nextFloat(); 1907 writeValue(x, negativeValue, fromIndex, n); 1925 double negativeValue = -random.nextFloat(); 1930 writeValue(x, negativeValue, fromIndex, n);
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/Arrays/ |
H A D | Sorting.java | 1902 float negativeValue = -random.nextFloat(); 1907 writeValue(x, negativeValue, fromIndex, n); 1925 double negativeValue = -random.nextFloat(); 1930 writeValue(x, negativeValue, fromIndex, n);
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Arrays/ |
H A D | Sorting.java | 1902 float negativeValue = -random.nextFloat(); 1907 writeValue(x, negativeValue, fromIndex, n); 1925 double negativeValue = -random.nextFloat(); 1930 writeValue(x, negativeValue, fromIndex, n);
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Arrays/ |
H A D | Sorting.java | 1902 float negativeValue = -random.nextFloat(); 1907 writeValue(x, negativeValue, fromIndex, n); 1925 double negativeValue = -random.nextFloat(); 1930 writeValue(x, negativeValue, fromIndex, n);
|