HomeSort by relevance Sort by last modified time
    Searched full:roots (Results 51 - 75 of 577) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/net/cert/
test_root_certs_mac.cc 84 // Avoid any copying if system roots are not to be trusted. This acts as
91 // creating a copy of the system roots and merging with temporary_roots_.
  /external/compiler-rt/BlocksRuntime/tests/
makefile 55 ditto $(RootsDirectory)/libclosure.roots/libclosure~dst/usr/local/lib/system $(ALTUSRLOCALLIBSYSTEM)
67 LibsystemRootPath ?= $(RootsDirectory)/Libsystem-$(LibsystemVersion).roots/Libsystem-$(LibsystemVersion)~dst/usr/lib/
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 69 MCRegUnitRootIterator Roots(Unit, TRI);
70 assert(Roots.isValid() && "Unit has no roots.");
71 OS << TRI->getName(*Roots);
72 for (++Roots; Roots.isValid(); ++Roots)
73 OS << '~' << TRI->getName(*Roots);
  /external/llvm/test/CodeGen/ARM/
2010-04-15-ScavengerDebugValue.ll 19 !12 = metadata !{metadata !"libgcc2.c", metadata !"/Users/bwilson/local/nightly/test-2010-04-14/build/llvmgcc.roots/llvmgcc~obj/src/gcc"}
24 !7 = metadata !{i32 524329, metadata !"libgcc2.h", metadata !"/Users/bwilson/local/nightly/test-2010-04-14/build/llvmgcc.roots/llvmgcc~obj/src/gcc", metadata !3} ; [ DW_TAG_file_type ]
  /frameworks/base/packages/DocumentsUI/res/values-km-rKH/
strings.xml 36 <string name="drawer_open" msgid="4545466532430226949">"?????? roots"</string>
37 <string name="drawer_close" msgid="7602734368552123318">"???? roots"</string>
  /frameworks/base/packages/DocumentsUI/res/values-lo-rLA/
strings.xml 36 <string name="drawer_open" msgid="4545466532430226949">"????? roots"</string>
37 <string name="drawer_close" msgid="7602734368552123318">"?????? roots"</string>
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 492 static inline void computeRoots(const MatrixType& m, VectorType& roots)
502 // eigenvalues are the roots to this equation, all guaranteed to be
508 // Construct the parameters used in classifying the roots of the equation
509 // and in solving the equation for the roots in closed form.
521 // Compute the eigenvalues by solving for the roots of the polynomial.
526 roots(0) = c2_over_3 + Scalar(2)*rho*cos_theta;
527 roots(1) = c2_over_3 - rho*(cos_theta + s_sqrt3*sin_theta);
528 roots(2) = c2_over_3 - rho*(cos_theta - s_sqrt3*sin_theta);
531 if (roots(0) >= roots(1)
    [all...]
  /external/chromium/chrome/browser/history/
starred_url_database.cc 134 std::set<StarredNode*> roots; local
139 if (!BuildStarNodes(&roots, &folders_with_duplicate_ids, &unparented_urls,
144 bool valid = EnsureStarredIntegrityImpl(&roots, folders_with_duplicate_ids,
147 STLDeleteElements(&roots);
319 std::set<StarredURLDatabase::StarredNode*>* roots,
374 roots->insert(folder_id_to_node_map[star_entries[i].folder_id]);
383 // The node has a cycle. Add it to the list of roots so the cycle is
385 roots->insert(node);
424 std::set<StarredURLDatabase::StarredNode*>* roots,
430 GetNodeByType(*roots, StarredEntry::BOOKMARK_BAR)
    [all...]
starred_url_database.h 126 // would make a cycle) are added to roots.
134 // It's up to the caller to delete the nodes returned in roots and
139 std::set<StarredNode*>* roots,
158 // All entries in roots that are not the bookmark bar and other node are
165 std::set<StarredNode*>* roots,
  /external/bison/lib/
stripslash.c 37 /* last_component returns "" for file system roots, but we need to turn
  /external/ceres-solver/internal/ceres/
polynomial.h 57 // Use the companion matrix eigenvalues to determine the roots of the
64 // If real is not NULL, the real parts of the roots will be returned in it.
75 // x_max]. The minimum is obtained by computing all the roots of the
76 // derivative of the input polynomial. All real roots within the
  /external/chromium_org/cc/animation/
timing_function_unittest.cc 87 // Derivative has no real roots.
105 // Derivative has two roots in [0,1].
127 // Derivative has two roots < 0.
133 // Derivative has two roots > 1.
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 19 // Return the number of distinct real roots, and write them into roots[] in
21 static int find_quad_roots(float A, float B, float C, float roots[2]) {
22 SkASSERT(roots);
25 return valid_divide(-C, B, roots);
47 roots[0] = 0;
53 roots[0] = r0 < r1 ? r0 : r1;
54 roots[1] = r0 > r1 ? r0 : r1;
88 float roots[2]; local
91 int countRoots = find_quad_roots(fA, fB, C, roots);
    [all...]
  /external/llvm/docs/
Lexicon.rst 170 .. _stack roots:
187 In garbage collection, it is necessary to identify `stack roots`_ so that
192 pointers`_ must be reloaded from stack roots.
215 identifies `roots`_ within the stack frame of an executing function.
  /external/llvm/test/CodeGen/X86/GC/
ocaml-gc.ll 24 ; CHECK-NEXT: # live roots for main
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 19 // Return the number of distinct real roots, and write them into roots[] in
21 static int find_quad_roots(float A, float B, float C, float roots[2]) {
22 SkASSERT(roots);
25 return valid_divide(-C, B, roots);
47 roots[0] = 0;
53 roots[0] = r0 < r1 ? r0 : r1;
54 roots[1] = r0 > r1 ? r0 : r1;
88 float roots[2]; local
91 int countRoots = find_quad_roots(fA, fB, C, roots);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
stripslash.c 36 /* last_component returns "" for file system roots, but we need to turn
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 91 of this, if you have roots that share a common prefix, the longest string
221 ' --source-file-roots <list of roots to strip off source files...>\n'
244 if arg == '--source-file-roots':
245 arg_mode = 'src-roots'
255 elif arg_mode == 'src-roots':
273 # Sort roots to ensure the longest one is first. See comment in remapSrcFile
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 256 /// The roots of the simulation graph. Usually there will be only
259 /// different roots reach the same state at the same program location.
260 NodeVector Roots;
304 /// addRoot - Add an untyped node to the set of roots.
306 Roots.push_back(V);
320 unsigned num_roots() const { return Roots.size(); }
344 roots_iterator roots_begin() { return Roots.begin(); }
346 roots_iterator roots_end() { return Roots.end(); }
348 const_roots_iterator roots_begin() const { return Roots.begin(); }
350 const_roots_iterator roots_end() const { return Roots.end();
    [all...]
  /developers/build/
build.gradle 52 * @param roots
55 Map<String,String> collapsePaths(FileTree path, List<String> roots) {
80 // won't return the proper value from a call to roots.contains(String)!
81 // I'm using roots.sum here instead of tracking down why a list of
86 && (roots.sum {String r-> return r.equals(current.absolutePath) ? 1 : 0 } == 0)) {
  /external/chromium_org/tools/code_coverage/
example.croc 33 # Roots may also be specified on the command line via the --root option.
34 # Roots specified by --root are applied before those specified in config
36 'roots' : [
72 # regular expression (after applying mappings from 'roots') are
129 # altname (see 'roots' above).
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsCreateFragment.java 99 final RootsCache roots = DocumentsApplication.getRootsCache(context); local
105 return new RecentsCreateLoader(context, roots, state);
152 public RecentsCreateLoader(Context context, RootsCache roots, State state) {
154 mRoots = roots;
176 // restore. This also filters away roots that don't
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 22 static int findRoots(const SkDQuadImplicit& i, const SkDQuad& quad, double roots[4],
52 int rootCount = SkReducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
54 rootCount = SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots);
58 roots[index] = 1 - roots[index];
64 static int addValidRoots(const double roots[4], const int count, double valid[4]) {
68 if (!approximately_zero_or_more(roots[index]) || !approximately_one_or_less(roots[index])) {
71 double t = 1 - roots[index];
131 int roots = rootTs.intersect(q1, line) local
159 int roots = rootTs.intersect(q2, *testLines[index]); local
    [all...]
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 22 static int findRoots(const SkDQuadImplicit& i, const SkDQuad& quad, double roots[4],
52 int rootCount = SkReducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
54 rootCount = SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots);
58 roots[index] = 1 - roots[index];
64 static int addValidRoots(const double roots[4], const int count, double valid[4]) {
68 if (!approximately_zero_or_more(roots[index]) || !approximately_one_or_less(roots[index])) {
71 double t = 1 - roots[index];
131 int roots = rootTs.intersect(q1, line) local
159 int roots = rootTs.intersect(q2, *testLines[index]); local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Eigen3f.java 70 double roots[] = new double[3]; local
71 computeRoots(scaledData, roots);
72 eigenValues[0] = (float) roots[0];
73 eigenValues[1] = (float) roots[1];
74 eigenValues[2] = (float) roots[2];
324 // eigenvalues are the roots to this equation, all guaranteed to be
334 // Construct the parameters used in classifying the roots of the
335 // equation and in solving the equation for the roots in closed form.
349 // Compute the eigenvalues by solving for the roots of the polynomial.

Completed in 336 milliseconds

1 23 4 5 6 7 8 91011>>