HomeSort by relevance Sort by last modified time
    Searched refs:friendly (Results 1 - 5 of 5) sorted by null

  /external/llvm/docs/_themes/llvm-theme/
theme.conf 4 pygments_style = friendly
  /external/ceres-solver/docs/
faq.tex 14 Most non-linear solvers we are aware of, define the problem and residuals in terms of scalars and it is possible to do this with Ceres also. However, it is our experience that in most problems small groups of scalars occur together. For example the three components of a translation vector and the four components of the quaternion that define the pose of a camera. Same is true for residuals, where it is common to have small vectors of residuals rather than just scalars. There are a number of advantages of using blocks. It saves on indexing information, which for large problems can be substantial. Blocks translate into contiguous storage in memory which is more cache friendly and last but not the least, it allows us to use SIMD/SSE based BLAS routines to significantly speed up various matrix operations.
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 1217 String friendly = first.toFriendly(); local
    [all...]
  /external/blktrace/btt/doc/
btt.tex 559 The files are again in grace-friendly format, with the first set
    [all...]
  /external/dropbear/libtommath/
bn.tex 95 LibTomMath is meant to be very ``GCC friendly'' as it comes with a makefile well suited for GCC. However, the library will
    [all...]

Completed in 134 milliseconds