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

123

/external/libcxx/test/std/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>((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 DThinLTOCodeGenerator.h205 void promote(Module &Module, ModuleSummaryIndex &Index);
/external/google-breakpad/android/sample_app/jni/
H A DApplication.mk15 # contributors may be used to endorse or promote products derived from
H A DAndroid.mk15 # contributors may be used to endorse or promote products derived from
/external/ims/rcs/presencepolling/
H A DAndroid.mk12 # names of its contributors may be used to endorse or promote products
/external/smali/deodexerant/
H A DAndroid.mk15 # contributors may be used to endorse or promote products derived from
/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
/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h381 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 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/ims/rcs/rcsmanager/
H A DAndroid.mk12 # names of its contributors may be used to endorse or promote products
/external/ims/rcs/rcsservice/
H A DAndroid.mk12 # names of its contributors may be used to endorse or promote products
/external/parameter-framework/
H A DLibPfwUtility.mk15 # may be used to endorse or promote products derived from this software without
H A DLibRemoteProcessor.mk15 # may be used to endorse or promote products derived from this software without
H A DRemoteProcess.mk15 # may be used to endorse or promote products derived from this software without
H A DTestPlatform.mk15 # may be used to endorse or promote products derived from this software without
H A DAndroid.mk15 # may be used to endorse or promote products derived from this software without
H A DXmlGenerator.mk15 # may be used to endorse or promote products derived from this software without
/external/parameter-framework/support/android/
H A Dbuild_pfw_settings.mk15 # may be used to endorse or promote products derived from this software without
/external/v8/tools/gcmole/
H A Dgccause.lua13 -- contributors may be used to endorse or promote products derived
/external/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp120 "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 Dvisitor.rb19 3. The name of the author may not be used to endorse or promote products
/external/google-breakpad/android/google_breakpad/
H A DAndroid.mk15 # contributors may be used to endorse or promote products derived from

Completed in 726 milliseconds

123