/external/libcxx/test/std/numerics/complex.number/cmplx.over/ |
H A D | pow.pass.cpp | 13 // 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 D | overloadable.c | 41 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 D | FFTW.cpp | 21 complex<long double> promote(complex<T> x) { return complex<long double>((long double)x.real(),(long double)x.imag()); } function 23 complex<long double> promote(float x) { return complex<long double>((long double)x); } function 24 complex<long double> promote(double x) { return complex<long double>((long double)x); } function 25 complex<long double> promote(long double x) { return complex<long double>((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/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 205 void promote(Module &Module, ModuleSummaryIndex &Index);
|
/external/google-breakpad/android/sample_app/jni/ |
H A D | Application.mk | 15 # contributors may be used to endorse or promote products derived from
|
H A D | Android.mk | 15 # contributors may be used to endorse or promote products derived from
|
/external/ims/rcs/presencepolling/ |
H A D | Android.mk | 12 # names of its contributors may be used to endorse or promote products
|
/external/smali/deodexerant/ |
H A D | Android.mk | 15 # contributors may be used to endorse or promote products derived from
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
H A D | constants.rb | 19 3. The name of the author may not be used to endorse or promote products
|
/external/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 381 promote(NId, NMd); 410 promote(N1Id, N1Md); 411 promote(N2Id, N2Md); 416 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
|
/external/tremolo/Tremolo/ |
H A D | floor1LARM.s | 19 @ endorse or promote products derived from this software without
|
H A D | floor1ARM.s | 19 @ endorse or promote products derived from this software without
|
/external/ims/rcs/rcsmanager/ |
H A D | Android.mk | 12 # names of its contributors may be used to endorse or promote products
|
/external/ims/rcs/rcsservice/ |
H A D | Android.mk | 12 # names of its contributors may be used to endorse or promote products
|
/external/parameter-framework/ |
H A D | LibPfwUtility.mk | 15 # may be used to endorse or promote products derived from this software without
|
H A D | LibRemoteProcessor.mk | 15 # may be used to endorse or promote products derived from this software without
|
H A D | RemoteProcess.mk | 15 # may be used to endorse or promote products derived from this software without
|
H A D | TestPlatform.mk | 15 # may be used to endorse or promote products derived from this software without
|
H A D | Android.mk | 15 # may be used to endorse or promote products derived from this software without
|
H A D | XmlGenerator.mk | 15 # may be used to endorse or promote products derived from this software without
|
/external/parameter-framework/support/android/ |
H A D | build_pfw_settings.mk | 15 # may be used to endorse or promote products derived from this software without
|
/external/v8/tools/gcmole/ |
H A D | gccause.lua | 13 -- contributors may be used to endorse or promote products derived
|
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 120 "Use PGO instrumentation profile to promote indirect calls to " 129 // The class for main data structure to promote indirect calls to conditional 141 OK, // Should be able to promote. 148 // Test if we can legally promote this direct-call of Target. 178 void promote(Instruction *Inst, Function *F, uint64_t Count, 190 return "OK to promote"; 279 DEBUG(dbgs() << " Not promote: User options.\n"); 283 DEBUG(dbgs() << " Not promote: User option.\n"); 287 DEBUG(dbgs() << " Not promote: Cutoff reached.\n"); 295 DEBUG(dbgs() << " Not promote 527 void ICallPromotionFunc::promote(Instruction *Inst, Function *DirectCallee, function in class:ICallPromotionFunc [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
H A D | visitor.rb | 19 3. The name of the author may not be used to endorse or promote products
|
/external/google-breakpad/android/google_breakpad/ |
H A D | Android.mk | 15 # contributors may be used to endorse or promote products derived from
|