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

1 2

  /external/webkit/Source/WebCore/html/parser/
CSSPreloadScanner.cpp 40 : m_state(Initial)
47 m_state = Initial;
66 case Initial:
80 m_state = Initial;
90 m_state = Initial;
101 m_state = Initial;
107 m_state = Initial;
115 m_state = Initial;
140 m_state = Initial;
199 m_state = Initial;
    [all...]
CSSPreloadScanner.h 48 Initial,
XSSFilter.h 47 Initial,
  /external/llvm/include/llvm/MC/
SubtargetFeature.h 77 explicit SubtargetFeatures(const StringRef Initial = "");
  /external/blktrace/
btrace.spec 55 - Initial version
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 55 void splitSPAdjustments(uint64_t Total, uint64_t &Initial,
AArch64FrameLowering.cpp 33 uint64_t &Initial,
39 Initial = Total;
42 Initial = 0x1f0;
43 Residual = Total - Initial;
64 // sub sp, sp, #initial
79 // must be tacked onto Initial for correctness.
152 // already noted the FP and initial SP moves so we're left with the prologue's
203 // Initial and residual are named for consitency with the prologue. Note that
  /external/webkit/Source/WebCore/svg/
SVGGlyphElement.h 49 Initial,
SVGGlyphElement.cpp 87 if (value == "initial")
88 return SVGGlyphIdentifier::Initial;
SVGFont.cpp 60 // Helper functions to determine the arabic character forms (initial, medial, terminal, isolated)
94 // enum ArabicForm { None = 0, Isolated, Terminal, Initial, Medial };
103 curForm = SVGGlyphIdentifier::Initial;
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 70 // From the initial state (currentState = 0x00), if we add instruction class
450 State *Initial = new State;
451 Initial->isInitial = true;
452 Initial->stateInfo.insert(0x0);
453 D.addState(Initial);
457 WorkList.push_back(Initial);
462 // Begin with initial node in worklist. Initial node does not have
  /external/webkit/Tools/WebKitTestRunner/
TestController.h 111 Initial,
TestController.cpp 63 , m_state(Initial)
  /external/ceres-solver/docs/
curvefitting.tex 64 Ceres Solver Report: Iterations: 13, Initial cost: 1.211734e+02, \
66 Initial m: 0 c: 0
77 Starting from parameter values $m = 0, c=0$ with an initial objective function value of $121.173$ Ceres finds a solution $m= 0.291861, c = 0.131439$ with an objective function value of $1.05675$. These values are a a bit different than the parameters of the original model $m=0.3, c= 0.1$, but this is expected. When reconstructing a curve from noisy data, we expect to see such deviations. Indeed, if you were to evaluate the objective function for $m=0.3, c=0.1$, the fit is worse with an objective function value of 1.082425. Figure~\ref{fig:exponential} illustrates the fit.
powell.tex 83 Initial x1 = 3, x2 = -1, x3 = 0, x4 = 1
96 Ceres Solver Report: Iterations: 12, Initial cost: 1.075000e+02, \
helloworld.tex 66 Ceres Solver Report: Iterations: 2, Initial cost: 1.250000e+01, \
build.tex 133 Initial 1.598216e+06
changes.tex 104 \item Support for returning initial and final gradients \& Jacobians.
249 Initial Release.
  /external/llvm/lib/MC/
SubtargetFeature.cpp 178 SubtargetFeatures::SubtargetFeatures(const StringRef Initial) {
180 Split(Features, Initial);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 136 Initial,
144 : StackFrame(Frame), Mode(Initial), InitiallySuppressed(Suppressed) {}
379 case Initial:
561 os << "declared without an initial value";
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 107 DecompositionInitial = QChar::Initial,
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 798 * Initial release of PHP SmartyPants, based on version 1.5.1 of the
  /external/clang/lib/Sema/
SemaLookup.cpp 855 Scope *Initial = S;
    [all...]
  /external/bison/doc/
refcard.tex 377 /* Initial C code. */
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]

Completed in 306 milliseconds

1 2