Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
DFFTW.cpp21 complex<long double> promote(complex<T> x) { return complex<long double>(x.real(),x.imag()); } in promote() function
23 complex<long double> promote(float x) { return complex<long double>( x); } in promote() function
24 complex<long double> promote(double x) { return complex<long double>( x); } in promote() function
25 complex<long double> promote(long double x) { return complex<long double>( x); } in promote() function
/external/chromium_org/third_party/angle/src/compiler/translator/
DIntermNode.cpp330 bool TIntermUnary::promote(TInfoSink &) in promote() function in TIntermUnary
370 bool TIntermBinary::promote(TInfoSink &infoSink) in promote() function in TIntermBinary
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.cc205 bool promote) { in CreateOrPromoteMatch()
1024 bool promote = true; in PromoteOrCreateShorterSuggestion() local