Home
last modified time | relevance | path

Searched refs:isNegative (Results 251 – 275 of 4354) sorted by relevance

1...<<11121314151617181920>>...175

/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuGearsHandlersMess.pas509 Gear^.dX.isNegative:= tdX.isNegative;
510 Gear^.dY.isNegative:= tdY.isNegative;
518 Gear^.dY.isNegative := not tdY.isNegative;
3571 gdX.isNegative := not gdX.isNegative;
3572 gdY.isNegative := not gdY.isNegative;
5129 nx.isNegative := (not nx.isNegative)
5131 ny.isNegative := not ny.isNegative;
5163 nx.isNegative := (not nx.isNegative)
5165 ny.isNegative := not ny.isNegative;
5624 if (ldX.isNegative = ldY.isNegative) then
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuGearsHandlersMess.pas509 Gear^.dX.isNegative:= tdX.isNegative;
510 Gear^.dY.isNegative:= tdY.isNegative;
518 Gear^.dY.isNegative := not tdY.isNegative;
3571 gdX.isNegative := not gdX.isNegative;
3572 gdY.isNegative := not gdY.isNegative;
5129 nx.isNegative := (not nx.isNegative)
5131 ny.isNegative := not ny.isNegative;
5163 nx.isNegative := (not nx.isNegative)
5165 ny.isNegative := not ny.isNegative;
5624 if (ldX.isNegative = ldY.isNegative) then
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
652 bool isNegative() const;
1091 if (isNegative()) in clearSign()
1095 if (isNegative() != RHS.isNegative()) in copySign()
1206 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1313 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1314 return A.isNegative() ? A : B; in minimum()
1326 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
652 bool isNegative() const;
1090 if (isNegative()) in clearSign()
1094 if (isNegative() != RHS.isNegative()) in copySign()
1217 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1325 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1326 return A.isNegative() ? A : B; in minimum()
1338 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
649 bool isNegative() const;
1088 if (isNegative()) in clearSign()
1092 if (isNegative() != RHS.isNegative()) in copySign()
1203 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1310 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1311 return A.isNegative() ? A : B; in minimum()
1323 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DAPFloat.h335 bool isNegative() const { return sign; } in isNegative() function
374 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
375 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
641 bool isNegative() const;
1072 if (isNegative()) in clearSign()
1076 if (isNegative() != RHS.isNegative()) in copySign()
1167 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1274 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1275 return A.isNegative() ? A : B; in minimum()
1287 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
652 bool isNegative() const;
1090 if (isNegative()) in clearSign()
1094 if (isNegative() != RHS.isNegative()) in copySign()
1217 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1325 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1326 return A.isNegative() ? A : B; in minimum()
1338 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
652 bool isNegative() const;
1091 if (isNegative()) in clearSign()
1095 if (isNegative() != RHS.isNegative()) in copySign()
1206 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1313 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1314 return A.isNegative() ? A : B; in minimum()
1326 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
649 bool isNegative() const;
1088 if (isNegative()) in clearSign()
1092 if (isNegative() != RHS.isNegative()) in copySign()
1203 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1310 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1311 return A.isNegative() ? A : B; in minimum()
1323 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
652 bool isNegative() const;
1090 if (isNegative()) in clearSign()
1094 if (isNegative() != RHS.isNegative()) in copySign()
1217 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1325 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1326 return A.isNegative() ? A : B; in minimum()
1338 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h335 bool isNegative() const { return sign; } in isNegative() function
374 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
375 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
641 bool isNegative() const;
1072 if (isNegative()) in clearSign()
1076 if (isNegative() != RHS.isNegative()) in copySign()
1167 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1274 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1275 return A.isNegative() ? A : B; in minimum()
1287 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
652 bool isNegative() const;
1088 if (isNegative()) in clearSign()
1092 if (isNegative() != RHS.isNegative()) in copySign()
1215 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1323 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1324 return A.isNegative() ? A : B; in minimum()
1336 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
652 bool isNegative() const;
1090 if (isNegative()) in clearSign()
1094 if (isNegative() != RHS.isNegative()) in copySign()
1217 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1325 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1326 return A.isNegative() ? A : B; in minimum()
1338 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
652 bool isNegative() const;
1091 if (isNegative()) in clearSign()
1095 if (isNegative() != RHS.isNegative()) in copySign()
1206 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1313 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1314 return A.isNegative() ? A : B; in minimum()
1326 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h335 bool isNegative() const { return sign; } in isNegative() function
374 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
375 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
641 bool isNegative() const;
1072 if (isNegative()) in clearSign()
1076 if (isNegative() != RHS.isNegative()) in copySign()
1167 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1274 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1275 return A.isNegative() ? A : B; in minimum()
1287 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPFloat.h340 bool isNegative() const { return sign; } in isNegative() function
379 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
380 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
652 bool isNegative() const;
1090 if (isNegative()) in clearSign()
1094 if (isNegative() != RHS.isNegative()) in copySign()
1217 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1325 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1326 return A.isNegative() ? A : B; in minimum()
1338 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DAPFloat.h329 bool isNegative() const { return sign; } in isNegative() function
368 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
369 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
634 bool isNegative() const;
1062 if (isNegative()) in clearSign()
1066 if (isNegative() != RHS.isNegative()) in copySign()
1157 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1264 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1265 return A.isNegative() ? A : B; in minimum()
1277 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/ADT/
H A DAPFloat.h334 bool isNegative() const { return sign; } in isNegative() function
373 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
374 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
639 bool isNegative() const;
1067 if (isNegative()) in clearSign()
1071 if (isNegative() != RHS.isNegative()) in copySign()
1162 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1269 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1270 return A.isNegative() ? A : B; in minimum()
1282 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DDoubleConversion.java78 buffer.isNegative = true; in toShortestString()
102 buffer.isNegative = true; in toFixed()
128 buffer.isNegative = true; in toPrecision()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DDoubleConversion.java78 buffer.isNegative = true; in toShortestString()
102 buffer.isNegative = true; in toFixed()
128 buffer.isNegative = true; in toPrecision()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DDoubleConversion.java78 buffer.isNegative = true; in toShortestString()
102 buffer.isNegative = true; in toFixed()
128 buffer.isNegative = true; in toPrecision()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DDoubleConversion.java78 buffer.isNegative = true; in toShortestString()
102 buffer.isNegative = true; in toFixed()
128 buffer.isNegative = true; in toPrecision()
/dports/math/vampire/vampire-4.5.1/Inferences/
H A DForwardLiteralRewriting.cpp68 SLQueryResultIterator git=_index->getGeneralizations(lit, lit->isNegative(), true); in perform()
83 Literal* rhs = lit->isNegative() ? rhs0 : Literal::complementaryLiteral(rhs0); in perform()
96 Clause* premise=lit->isNegative() ? qr.clause : counterpart; in perform()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DDoubleConversion.java78 buffer.isNegative = true; in toShortestString()
102 buffer.isNegative = true; in toFixed()
128 buffer.isNegative = true; in toPrecision()
/dports/math/gfan/gfan0.6.2/src/
H A Dgfanlib_tableau.h207 if(determinantOfBasis.isNegative()) in towards()
210 …if(combinedMatrix[i][targetIndex].isNegative()){if(basisIndices[i]<violatedIndex2){violatedIndex=i… in towards()
229 if(combinedMatrix[violatedIndex][i].isNegative()&&determinantOfBasis.isPositive() || in towards()
230 combinedMatrix[violatedIndex][i].isPositive()&&determinantOfBasis.isNegative() in towards()
401 if(determinantOfBasis.isNegative()) in solve()
404 …if(combinedMatrix[i][targetIndex].isNegative()){if(basisIndices[i]<violatedIndex2){violatedIndex=i… in solve()
419 if(combinedMatrix[violatedIndex][i].isNegative()&&determinantOfBasis.isPositive() || in solve()
420 combinedMatrix[violatedIndex][i].isPositive()&&determinantOfBasis.isNegative() in solve()

1...<<11121314151617181920>>...175