Searched refs:promote (Results 1 - 25 of 49) sorted by relevance

12

/external/libcxx/test/numerics/complex.number/cmplx.over/
H A Dpow.pass.cpp13 // complex<promote<T, U>::type>
17 // complex<promote<T, U>::type>
21 // complex<promote<T, U>::type>
32 promote(T, typename std::enable_if<std::is_integral<T>::value>::type* = 0);
34 float promote(float);
35 double promote(double);
36 long double promote(long double);
42 typedef decltype(promote(x)+promote(real(y))) V;
51 typedef decltype(promote(rea
[all...]
/external/clang/test/Sema/
H A Doverloadable.c41 double promote(float) __attribute__((__overloadable__)); // expected-note {{candidate}}
42 double promote(double) __attribute__((__overloadable__)); // expected-note {{candidate}}
43 long double promote(long double) __attribute__((__overloadable__)); // expected-note {{candidate}}
45 void promote(...) __attribute__((__overloadable__, __unavailable__)); // \
49 promote(1.0);
50 promote(sp); // expected-error{{call to unavailable function 'promote'}}
/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_org/third_party/angle/src/compiler/translator/
H A DIntermediate.cpp92 // one and promote it to the right type.
99 if (!node->promote(mInfoSink))
140 if (!node->promote(mInfoSink))
221 if (!node->promote(mInfoSink))
H A DIntermNode.h515 bool promote(TInfoSink &);
557 bool promote(TInfoSink &);
H A DIntermNode.cpp330 bool TIntermUnary::promote(TInfoSink &) function in class:TIntermUnary
370 bool TIntermBinary::promote(TInfoSink &infoSink) function in class:TIntermBinary
/external/chromium_org/chrome/browser/resources/help/
H A Dhelp_content.css37 #promote {
/external/smali/deodexerant/
H A DAndroid.mk15 # contributors may be used to endorse or promote products derived from
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc191 // If |promote| is true, this also ensures the entry is the first element in
192 // |matches|, moving or adding it to the front as appropriate. When |promote|
196 // It's OK to call this function with both |create_if_necessary| and |promote|
205 bool promote) {
211 if (promote)
222 if (promote)
232 // We can promote this match if it's been typed at least n times, where n == 1
558 // Pass 1: Get the in-memory URL database, and use it to find and promote
738 // need to promote lower-quality matches that are prefixes of higher-quality
790 // know about "foo/", ensure that if the promote typ
200 CreateOrPromoteMatch(const history::URLRow& info, size_t input_location, bool match_in_scheme, history::HistoryMatches* matches, bool create_if_necessary, bool promote) argument
1024 bool promote = true; local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb19 3. The name of the author may not be used to endorse or promote products
H A Ddot.rb19 3. The name of the author may not be used to endorse or promote products
H A Dmain.rb18 3. The name of the author may not be used to endorse or promote products
H A Dprofile.rb19 3. The name of the author may not be used to endorse or promote products
/external/flac/libFLAC/ia32/
H A Dnasm.h16 ; contributors may be used to endorse or promote products derived from
/external/tremolo/Tremolo/
H A Dfloor1LARM.s19 @ endorse or promote products derived from this software without
H A Dfloor1ARM.s19 @ endorse or promote products derived from this software without
/external/ceres-solver/jni/
H A DApplication.mk14 # used to endorse or promote products derived from this software without
H A DAndroid.mk14 # used to endorse or promote products derived from this software without
/external/chromium_org/v8/tools/gcmole/
H A Dgccause.lua13 -- contributors may be used to endorse or promote products derived
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb19 3. The name of the author may not be used to endorse or promote products
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dshortproc.asm15 ; contributors may be used to endorse or promote products derived from
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dshortproc.asm15 ; contributors may be used to endorse or promote products derived from
/external/protobuf/editors/
H A Dproto.vim16 " contributors may be used to endorse or promote products derived from
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb19 3. The name of the author may not be used to endorse or promote products
/external/ceres-solver/
H A DAndroid.mk14 # used to endorse or promote products derived from this software without

Completed in 611 milliseconds

12