Home
last modified time | relevance | path

Searched refs:negativeOne (Results 1 – 25 of 29) sorted by relevance

12

/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/
H A DCPTUtilitiesTests.m166 NSDecimal negativeOne;
167 NSDecimalSubtract(&negativeOne, &zero, &one, NSRoundPlain);
173 …e was %@, expected %@", NSDecimalString(&testValue, nil), NSDecimalString(&negativeOne, nil), nil];
174 STAssertTrue(NSDecimalCompare(&testValue, &negativeOne) == NSOrderedSame, errMessage);
177 …e was %@, expected %@", NSDecimalString(&testValue, nil), NSDecimalString(&negativeOne, nil), nil];
178 STAssertTrue(NSDecimalCompare(&testValue, &negativeOne) == NSOrderedSame, errMessage);
181 …e was %@, expected %@", NSDecimalString(&testValue, nil), NSDecimalString(&negativeOne, nil), nil];
182 STAssertTrue(NSDecimalCompare(&testValue, &negativeOne) == NSOrderedSame, errMessage);
186 STAssertTrue(NSDecimalCompare(&testValue, &negativeOne) == NSOrderedSame, errMessage);
190 STAssertTrue(NSDecimalCompare(&testValue, &negativeOne) == NSOrderedSame, errMessage);
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/registry/core/pod/rest/
H A Dlog_test.go43 negativeOne := int64(-1)
45 {SinceSeconds: &negativeOne},
46 {TailLines: &negativeOne},
/dports/biology/hyphy/hyphy-2.5.33/tests/hbltests/UnitTests/HBLCommands/
H A DExclamationPoint.bf23 negativeOne = -1;
24 assert(!negativeOne == 0, "Failed to return 0 when evaluating !-1");
/dports/math/py-sympy/sympy-1.9/sympy/parsing/autolev/
H A DAutolev.g472 | '-' expr # negativeOne
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DBigIntType.h128 static BigInt* negativeOne(JSContext* cx);
H A DBigIntType.cpp233 BigInt* BigInt::negativeOne(JSContext* cx) { in negativeOne() function in BigInt
1125 return negativeOne(cx); in dec()
2212 return isNegative ? negativeOne(cx) : zero(cx); in rshByMaximum()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DBigIntType.h120 static BigInt* negativeOne(JSContext* cx);
H A DBigIntType.cpp232 BigInt* BigInt::negativeOne(JSContext* cx) { in negativeOne() function in BigInt
1124 return negativeOne(cx); in dec()
2209 return isNegative ? negativeOne(cx) : zero(cx); in rshByMaximum()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DBigIntType.h128 static BigInt* negativeOne(JSContext* cx);
H A DBigIntType.cpp233 BigInt* BigInt::negativeOne(JSContext* cx) { in negativeOne() function in BigInt
1125 return negativeOne(cx); in dec()
2212 return isNegative ? negativeOne(cx) : zero(cx); in rshByMaximum()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DBigIntType.h158 static BigInt* negativeOne(JSContext* cx);
H A DBigIntType.cpp232 BigInt* BigInt::negativeOne(JSContext* cx) { in negativeOne() function in BigInt
1123 return negativeOne(cx); in dec()
2210 return isNegative ? negativeOne(cx) : zero(cx); in rshByMaximum()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1867 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
1868 llvm::Value *element = Builder.CreateInBoundsGEP(elementPast, negativeOne, in emitArrayDestroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp2220 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2221 llvm::Value *element = Builder.CreateInBoundsGEP(elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGDecl.cpp2240 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2241 llvm::Value *element = Builder.CreateInBoundsGEP(elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGDecl.cpp2186 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2187 llvm::Value *element = Builder.CreateInBoundsGEP(elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGDecl.cpp2214 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2215 llvm::Value *element = Builder.CreateInBoundsGEP(elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGDecl.cpp2170 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2171 llvm::Value *element = Builder.CreateInBoundsGEP(elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGDecl.cpp2174 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2175 llvm::Value *element = Builder.CreateInBoundsGEP(elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2170 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2171 llvm::Value *element = Builder.CreateInBoundsGEP(elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGDecl.cpp2240 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2241 llvm::Value *element = Builder.CreateInBoundsGEP(elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGDecl.cpp2067 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2068 llvm::Value *element = Builder.CreateInBoundsGEP(elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGDecl.cpp2248 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2250 elementPast->getType()->getPointerElementType(), elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGDecl.cpp2248 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2250 elementPast->getType()->getPointerElementType(), elementPast, negativeOne, in emitArrayDestroy()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGDecl.cpp2248 llvm::Value *negativeOne = llvm::ConstantInt::get(SizeTy, -1, true); in emitArrayDestroy() local
2250 elementPast->getType()->getPointerElementType(), elementPast, negativeOne, in emitArrayDestroy()

12