Home
last modified time | relevance | path

Searched refs:LastOne (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/optpp/optpp-2.4/newmat11/
H A Dmyexcept.C43 int BaseException::LastOne;
50 LastOne = 511; in BaseException()
54 LastOne = 0; in BaseException()
67 int l = strlen(a_what); int r = LastOne - SoFar; in AddMessage()
72 what_error[LastOne] = 0; in AddMessage()
73 SoFar = LastOne; in AddMessage()
87 if (LastOne-SoFar < n) { AddMessage("***"); return; } in AddInt()
H A Dmyexcept.h74 static int LastOne; // last location in error buffer variable
/dports/math/newmat/newmat-1.1_1/
H A Dmyexcept.cpp53 int BaseException::LastOne; member in RBD_COMMON::BaseException
60 LastOne = 511; in BaseException()
64 LastOne = 0; in BaseException()
77 int l = strlen(a_what); int r = LastOne - SoFar; in AddMessage()
82 what_error[LastOne] = 0; in AddMessage()
83 SoFar = LastOne; in AddMessage()
97 if (LastOne-SoFar < n) { AddMessage("***"); return; } in AddInt()
H A Dmyexcept.h87 static int LastOne; // last location in error buffer variable
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dmyexcept.cpp47 int BaseException::LastOne; member in RBD_COMMON::BaseException
54 LastOne = 511; in BaseException()
58 LastOne = 0; in BaseException()
71 int l = (int)strlen(a_what); int r = LastOne - SoFar; in AddMessage()
76 what_error[LastOne] = 0; in AddMessage()
77 SoFar = LastOne; in AddMessage()
91 if (LastOne-SoFar < n) { AddMessage("***"); return; } in AddInt()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/strutils/
H A Dtposextest.pp31 S = 'Start'+#0#1+'BaseLevel'+#0#2+'Sublevel1'+#0#2+'Sublevel2'+#0#1+'LastOne';
32 Sub = 'LastOne';
/dports/www/py-nevow/Nevow-0.14.0/nevow/test/
H A Dtest_appserver.py57 return LastOne(), segs[2:]
59 class LastOne(Render): class
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/
H A Dlogwatch.pl608 my $LastOne = "";
610 unless ( ($ThisOne eq $LastOne) or ($ThisOne eq 'all') or ($ThisOne =~ /^-/)) {
616 $LastOne = $ThisOne;
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/patches/old/
H A Drt2570-cvs-20050824.patch63 + pTxContext->LastOne = TRUE;
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/matrix/
H A Dmyexcept.h74 static int LastOne; // last location in error buffer variable
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2556 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
2557 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
2559 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2492 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
2493 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
2495 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2491 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
2492 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
2494 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3025 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3026 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3028 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3025 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3026 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3028 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3025 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3026 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3028 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3231 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3232 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3234 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3231 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3232 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3234 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3231 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3232 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3234 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3231 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3232 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3234 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3231 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3232 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3234 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3531 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3532 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3534 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3531 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3532 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3534 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3527 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3528 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3530 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3536 unsigned LastOne = A.countTrailingZeros(); in getContiguousRangeOfSetBits() local
3537 if (A.countPopulation() != (FirstOne - LastOne + 1)) in getContiguousRangeOfSetBits()
3539 return std::make_pair(FirstOne, LastOne); in getContiguousRangeOfSetBits()

12