OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:promote
(Results
1 - 4
of
4
) sorted by null
/external/eigen/unsupported/test/
FFTW.cpp
24
complex<long double>
promote
(complex<T> x) { return complex<long double>(x.real(),x.imag()); }
function
26
complex<long double>
promote
(float x) { return complex<long double>( x); }
function
27
complex<long double>
promote
(double x) { return complex<long double>( x); }
function
28
complex<long double>
promote
(long double x) { return complex<long double>( x); }
function
41
acc +=
promote
( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) );
44
complex<long double> x =
promote
(fftbuf[k0]);
/external/chromium/chrome/browser/autocomplete/
history_url_provider.cc
208
// need to
promote
lower-quality matches that are prefixes of
231
// Try to
promote
a match as an exact/inline autocomplete match. This also
249
// Failed to
promote
any URLs for inline autocompletion. Use the What You
404
//
Promote
as an exact match.
415
//
Promote
the first match if it's been typed at least n times, where n == 1
514
bool
promote
= true;
local
531
// Try to get info on the search base itself.
Promote
it to the top if the
534
promote
= match.url_info.typed_count() <= 1;
537
//
Promote
or add the desired URL to the list of matches.
539
matches,
promote
);
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/
Intermediate.cpp
202
// one and
promote
it to the right type.
209
if (!node->
promote
(infoSink))
248
if (! node->
promote
(infoSink))
306
// Do we need to
promote
the operand?
350
if (! node->
promote
(infoSink))
863
bool TIntermUnary::
promote
(TInfoSink&)
function in class:TIntermUnary
902
bool TIntermBinary::
promote
(TInfoSink& infoSink)
function in class:TIntermBinary
939
//
Promote
to conditional
[
all
...]
/external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc
46
// If |
promote
| is true, this also ensures the entry is the first element in
47
// |matches|, moving or adding it to the front as appropriate. When |
promote
|
52
// |
promote
| false, in which case we'll do nothing.
60
bool
promote
) {
66
if (
promote
)
77
if (
promote
)
517
// get there we need to
promote
lower-quality matches that are
547
// Try to
promote
a match as an exact/inline autocomplete match. This also
565
// Failed to
promote
any URLs for inline autocompletion. Use the What You
725
// Pass 1: Get the in-memory URL database, and use it to find and
promote
932
bool
promote
= true;
local
[
all
...]
Completed in 139 milliseconds