HomeSort by relevance Sort by last modified time
    Searched refs:Real (Results 176 - 200 of 210) sorted by null

1 2 3 4 5 6 78 9

  /external/eigen/Eigen/src/Geometry/
Quaternion.h 43 typedef typename NumTraits<Scalar>::Real RealScalar;
246 * \warning Note the order of the arguments: the real \a w coefficient first,
Transform.h 588 bool isApprox(const Transform& other, const typename NumTraits<Scalar>::Real& prec = NumTraits<Scalar>::dummy_precision()) const
    [all...]
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 422 m << numext::real(matrix.coeff(p,p)), numext::real(matrix.coeff(p,q)),
423 numext::real(matrix.coeff(q,p)), numext::real(matrix.coeff(q,q));
460 * where \a U is a n-by-n unitary, \a V is a p-by-p unitary, and \a S is a n-by-p real positive matrix which is zero outside of its main diagonal;
506 typedef typename NumTraits<typename MatrixType::Scalar>::Real RealScalar;
    [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
BDCSVD.h 48 typedef typename NumTraits<typename MatrixType::Scalar>::Real RealScalar;
320 temp.real() = naiveU;
336 temp.real() = naiveV;
382 if (compU) m_naiveU.block(firstCol, firstCol, n + 1, n + 1).real() << b.matrixU();
385 m_naiveU.row(0).segment(firstCol, n + 1).real() << b.matrixU().row(0);
386 m_naiveU.row(1).segment(firstCol, n + 1).real() << b.matrixU().row(n);
388 if (compV) m_naiveV.block(firstRowW, firstColW, n, n).real() << b.matrixV();
475 m_computed.col(firstCol + shift).segment(firstCol + shift + 1, k) << alphaK * l.transpose().real();
476 m_computed.col(firstCol + shift).segment(firstCol + shift + k + 1, n - k - 1) << betaK * f.transpose().real();
485 // Third part of the algorithm, since the real third part of the algorithm is not implemeted we use a JacobiSV
    [all...]
JacobiSVD.h 416 m << numext::real(matrix.coeff(p,p)), numext::real(matrix.coeff(p,q)),
417 numext::real(matrix.coeff(q,p)), numext::real(matrix.coeff(q,q));
452 * where \a U is a n-by-n unitary, \a V is a p-by-p unitary, and \a S is a n-by-p real positive matrix which is zero outside of its main diagonal;
499 typedef typename NumTraits<typename MatrixType::Scalar>::Real RealScalar;
  /external/cblas/testing/
c_dblat1.f 51 99999 FORMAT (' Real CBLAS Test Program Results',/1X)
c_sblat1.f 2 * Test program for the REAL Level 1 CBLAS.
12 REAL SFAC
51 99999 FORMAT (' Real CBLAS Test Program Results',/1X)
87 REAL SFAC
92 REAL SA, SB, SC, SS
95 REAL DA1(8), DATRUE(8), DB1(8), DBTRUE(8), DC1(8),
148 REAL SFAC
155 REAL DTRUE1(5), DTRUE3(5), DTRUE5(8,5,2), DV(8,5,2),
159 REAL SASUMTEST, SNRM2TEST
242 REAL SFA
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 728 // Otherwise it should be a real immediate in range:
747 // Otherwise it should be a real negative immediate in range:
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 607 // For complex types, real and imaginary parts are expanded recursively.
    [all...]
TargetInfo.cpp     [all...]
CGBuiltin.cpp 485 Value *Real = ComplexVal.first;
493 return RValue::getComplex(std::make_pair(Real, Imag));
    [all...]
  /external/eigen/blas/testing/
dblat1.f 92 99999 FORMAT (' Real BLAS Test Program Results',/1X)
670 CALL TESTDSDOT(REAL(DSDOT(N,REAL(SX),INCX,REAL(SY),INCY)),
671 $ REAL(DT7(KN,KI)),REAL(SSIZE1(KN)), .3125E-1)
    [all...]
sblat1.f 19 *> Test program for the REAL Level 1 BLAS.
54 REAL SFAC
92 99999 FORMAT (' Real BLAS Test Program Results',/1X)
131 REAL SFAC
136 REAL D12, SA, SB, SC, SS
139 REAL DA1(8), DATRUE(8), DB1(8), DBTRUE(8), DC1(8),
247 REAL SFAC
254 REAL DTRUE1(5), DTRUE3(5), DTRUE5(8,5,2), DV(8,5,2),
258 REAL SASUM, SNRM2
341 REAL SFA
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 47 OPERATOR(Not) OPERATOR(LNot) OPERATOR(Real) OPERATOR(Imag) \
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 

Completed in 836 milliseconds

1 2 3 4 5 6 78 9