Home
last modified time | relevance | path

Searched defs:promote (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
DFFTW.cpp24 complex<long double> promote(complex<T> x) { return complex<long double>(x.real(),x.imag()); } in promote() function
26 complex<long double> promote(float x) { return complex<long double>( x); } in promote() function
27 complex<long double> promote(double x) { return complex<long double>( x); } in promote() function
28 complex<long double> promote(long double x) { return complex<long double>( x); } in promote() function
/external/chromium/chrome/browser/autocomplete/
Dhistory_url_provider.cc514 bool promote = true; in PromoteOrCreateShorterSuggestion() local
548 bool promote) { in EnsureMatchPresent()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DIntermediate.cpp819 bool TIntermUnary::promote(TInfoSink&) in promote() function in TIntermUnary
857 bool TIntermBinary::promote(TInfoSink& infoSink) in promote() function in TIntermBinary