HomeSort by relevance Sort by last modified time
    Searched full:rank (Results 126 - 150 of 392) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 370 /// rank
372 struct rank
376 struct rank<_Tp[_Size]>
377 : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
380 struct rank<_Tp[]>
381 : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 370 /// rank
372 struct rank
376 struct rank<_Tp[_Size]>
377 : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
380 struct rank<_Tp[]>
381 : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
    [all...]
  /external/ceres-solver/internal/ceres/
linear_solver.h 174 // Here A is a matrix of size m x n, with full column rank. If A
175 // does not have full column rank, the results returned by the
block_jacobi_preconditioner.cc 90 // than doing the full rank update. The issue is that for smaller sizes,
dogleg_strategy.cc 617 // was causing the rank deficiency has gone away and we can return
644 switch (basis_qr.rank()) {
649 LOG(ERROR) << "Rank of subspace basis is 0. "
667 LOG(ERROR) << "Rank of the subspace basis matrix is reported to be "
levenberg_marquardt_strategy.cc 100 // the Jacobin is severly rank deficient and mu is too small.
trust_region_strategy.h 77 // that the Gauss-Newton step computation is of full rank.
  /external/eigen/Eigen/src/Core/
SelfAdjointView.h 124 /** Perform a symmetric rank 2 update of the selfadjoint matrix \c *this:
137 /** Perform a symmetric rank K update of the selfadjoint matrix \c *this:
  /external/openfst/src/include/fst/
random-weight.h 262 // of rank n of the weights for the generator G.
322 // of rank n of the weights for the generator G.
power-weight.h 35 // the free semimodule of rank n over W
sparse-power-weight.h 75 // the free semimodule of rank n over W
  /frameworks/base/docs/html/reference/com/google/android/gms/games/leaderboard/
LeaderboardScore.html 808 <div class="jd-descrdiv">Load the formatted display rank into the given <code><a href="/reference/android/database/CharArrayBuffer.html">CharArrayBuffer</a></code>.</div>
826 <div class="jd-descrdiv">Retrieves a formatted string to display for this rank.</div>
880 <div class="jd-descrdiv">Retrieves the rank returned from the server for this score.</div>
1171 <div class="jd-tagdata jd-tagdescr"><p>Load the formatted display rank into the given <code><a href="/reference/android/database/CharArrayBuffer.html">CharArrayBuffer</a></code>.</p></div>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
set_operations.h 401 const difference_type rank = borders[iam + 1]; local
403 multiseq_partition(sequence, sequence + 2, rank, offset, op.comp);
quicksort.h 44 * @param pivot_rank Desired rank of the pivot.
  /external/chromium/net/http/
http_auth_handler.h 93 // Numeric rank based on the challenge's security level. Higher
  /external/chromium_org/chromeos/dbus/ibus/
ibus_component.h 38 // uint32 0 // The engine rank. (not in use).
  /external/chromium_org/net/http/
http_auth_controller_unittest.cc 138 --score_; // Reduce score, so we rank below Mock.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
dot.php 57 'pagedir', 'peripheries', 'port_label_distance', 'quantum', 'rank', 'rankdir',
oracle11.php 359 'RANK',
oracle8.php 302 'RANK',
  /external/marisa-trie/v0_1_5/vs2008/libmarisa_alpha/
libmarisa_alpha.vcproj 258 RelativePath="..\..\lib\marisa_alpha\rank.h"
  /frameworks/base/docs/html/google/play-services/
games.jd 39 <p>Let players compare scores with friends using leaderboards and see how they rank
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
tree_policy.hpp 145 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
tree_policy.hpp 146 // Updates the rank of a node through a node_iterator node_it;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
tree_policy.hpp 146 // Updates the rank of a node through a node_iterator node_it;

Completed in 759 milliseconds

1 2 3 4 56 7 8 91011>>