HomeSort by relevance Sort by last modified time
    Searched refs:prior (Results 1 - 25 of 1031) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 53 MachineBasicBlock *PriorMBB = prior(MachineFunction::iterator(TopMBB));
57 PriorMBB = prior(MachineFunction::iterator(TopMBB));
66 if (BotMBB != prior(End)) {
CodePlacementOpt.cpp 136 MachineFunction::iterator OldBeginPrior = prior(Begin);
137 MachineFunction::iterator OldEndPrior = prior(End);
141 prior(Begin)->updateTerminator();
159 HasAnalyzableTerminator(prior(MachineFunction::iterator(TopMBB)))) {
174 if (!HasAnalyzableTerminator(prior(MachineFunction::iterator(Pred))))
187 MachineFunction::iterator Prior = prior(Begin);
188 if (Prior == MF.begin())
191 if (!HasFallthrough(Prior))
194 if (Prior->isSuccessor(End)
    [all...]
LatencyPriorityQueue.cpp 127 if (Best != prior(Queue.end()))
136 if (I != prior(Queue.end()))
RegisterScavenging.cpp 376 MachineBasicBlock::iterator II = prior(I);
383 II = prior(UseMI);
389 ScavengeRestore = prior(UseMI);
MachineBlockPlacement.cpp 498 BB = *llvm::prior(Chain.end());
502 assert(*llvm::prior(Chain.end()) == BB);
533 BB = *llvm::prior(Chain.end());
638 if (*I != *llvm::prior(Chain.end()))
742 (!PredChain || *PI == *llvm::prior(PredChain->end()))) {
752 MachineBasicBlock *Bottom = *llvm::prior(LoopChain.end());
    [all...]
  /external/ceres-solver/internal/ceres/
normal_prior_test.cc 15 // specific prior written permission.
73 NormalPrior prior(A, b);
74 prior.Evaluate(&x, residuals.data(), &jacobian);
112 NormalPrior prior(A, b);
113 prior.Evaluate(&x, residuals.data(), jacobians);
120 prior.Evaluate(&x, residuals.data(), NULL);
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 179 prior:
181 prior_label = &&prior; // expected-error{{assigning to 'int'}}
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-already-clear-watch.js 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
permission-denied-already-error.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.");
permission-denied-already-success.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
  /external/icu4c/common/unicode/
icuplug.h 323 * @param prior pass in 'NULL' to get the first (most recent) plug,
324 * otherwise pass the value returned on a prior call to uplug_nextPlug
329 uplug_nextPlug(UPlugData *prior);
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 54 I = llvm::prior(I);
  /external/skia/src/core/
SkClipStack.cpp 110 // prior clip. This could be wildly incorrect if the
113 // size of the prior bound (e.g., if the second clip
114 // exactly matched the bottom half of the prior clip).
169 // the prior clip's finite bound
243 // current clip. The prior clip could reduce the size of this
253 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) {
266 (SkRegion::kIntersect_Op == fOp && NULL == prior) ||
267 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
268 prior->rectRectIntersectAllowed(fRect, fDoAA))) {
302 if (NULL == prior) {
    [all...]
  /external/speex/libspeex/
preprocess.c 19 derived from this software without specific prior written permission.
215 spx_word16_t *prior; /**< A-priori SNR */ member in struct:SpeexPreprocessState_
458 st->prior = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t));
492 st->prior[i]=SHL16(1, SNR_SHIFT);
545 speex_free(st->prior);
807 st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gamma,DIV32_16_Q8(st->old_ps[i],tot_noise))), 15));
808 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT));
814 st->zeta[0] = PSHR32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[0]), MULT16_16(QCONST16(.3f,15),st->prior[0])),15);
816 st->zeta[i] = PSHR32(ADD32(ADD32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[i]), MULT16_16(QCONST16(.15f,15),st->prior[i]))
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SortedMapInterfaceTest.java 86 K prior = iterator.next(); local
91 Comparable comparable = (Comparable) prior;
94 assertTrue(map.comparator().compare(prior, current) < 0);
96 current = prior;
  /external/llvm/include/llvm/ADT/
STLExtras.h 145 // next/prior - These functions unlike std::advance do not modify the
150 // prior(myIt) returns copy of myIt decremented once
151 // prior(myIt, n) returns copy of myIt decremented n times
167 inline ItTy prior(ItTy it, Dist n) function in namespace:llvm
174 inline ItTy prior(ItTy it) function in namespace:llvm
  /external/smali/deodexerant/
Android.mk 16 # this software without specific prior written permission.
  /external/v8/samples/
count-hosts.js 14 // from this software without specific prior written permission.
  /external/v8/test/message/
overwritten-builtins.js 14 // from this software without specific prior written permission.
try-catch-finally-no-message.js 14 // from this software without specific prior written permission.
try-catch-finally-return-in-finally.js 14 // from this software without specific prior written permission.
try-finally-return-in-finally.js 14 // from this software without specific prior written permission.
  /external/v8/test/message/regress/
regress-1527.js 14 // from this software without specific prior written permission.
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 14 // from this software without specific prior written permission.
apply-arguments-gc-safepoint.js 14 // from this software without specific prior written permission.

Completed in 2189 milliseconds

1 2 3 4 5 6 7 8 91011>>