Searched defs:promote (Results 1 - 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
H A DFFTW.cpp21 complex<long double> promote(complex<T> x) { return complex<long double>(x.real(),x.imag()); } function
23 complex<long double> promote(float x) { return complex<long double>( x); } function
24 complex<long double> promote(double x) { return complex<long double>( x); } function
25 complex<long double> promote(long double x) { return complex<long double>( x); } function
38 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) );
41 complex<long double> x = promote(fftbuf[k0]);
/external/chromium-trace/catapult/third_party/typ/typ/
H A Drunner.py77 def promote(tests): function in function:TestSet.__init__
82 self.parallel_tests = promote(parallel_tests)
83 self.isolated_tests = promote(isolated_tests)
84 self.tests_to_skip = promote(tests_to_skip)
/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h380 promote(NId, NMd);
409 promote(N1Id, N1Md);
410 promote(N2Id, N2Md);
415 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2729 /// \brief Utility function to promote the operand of \p Ext when this
2733 /// created to promote the operand of Ext.
2744 /// \brief Utility function to promote the operand of \p Ext when this
2748 /// created to promote the operand of Ext.
2790 /// action to promote the operand of \p Ext instead of using Ext.
2795 /// because we do not want to promote these instructions as CodeGenPrepare
2881 // Do not promote if the operand has been added by codegenprepare.
4080 // Check if we can promote.
4136 // Try to promote a chain of computation if it allows to form
4155 // Make the cheap checks first if we did not promote
4980 bool promote() { function in class:__anon11764::VectorPromoteHelper
[all...]

Completed in 1739 milliseconds