/external/libcxx/test/std/numerics/complex.number/cmplx.over/ |
D | pow.pass.cpp | 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; in test() 51 typedef decltype(promote(real(x))+promote(y)) V; in test() 60 typedef decltype(promote(real(x))+promote(real(y))) V; in test()
|
/external/clang/test/Sema/ |
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); in test_promote() 50 promote(sp); // expected-error{{call to unavailable function 'promote'}} in test_promote()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | addrspacecast.ll | 1 ; RUN: not llc -O0 -march=amdgcn -mcpu=bonaire -mattr=-promote-alloca < %s 2>&1 | FileCheck -check-… 5 ; XUN: llc -O0 -march=amdgcn -mcpu=bonaire -mattr=-promote-alloca < %s | FileCheck -check-prefix=CH… 6 ; XUN: llc -O0 -march=amdgcn -mcpu=bonaire -mattr=+promote-alloca < %s | FileCheck -check-prefix=CH… 7 ; XUN: llc -O0 -march=amdgcn -mcpu=tonga -mattr=-promote-alloca < %s | FileCheck -check-prefix=CHEC… 8 ; XUN: llc -O0 -march=amdgcn -mcpu=tonga -mattr=+promote-alloca < %s | FileCheck -check-prefix=CHEC…
|
D | dynamic_stackalloc.ll | 1 ; RUN: not llc -march=amdgcn -mcpu=tahiti -mattr=+promote-alloca -verify-machineinstrs < %s 2>&1 | … 2 ; RUN: not llc -march=amdgcn -mcpu=tahiti -mattr=-promote-alloca -verify-machineinstrs < %s 2>&1 | …
|
D | insert_subreg.ll | 1 ; RUN: llc -march=amdgcn -mcpu=SI -mattr=-promote-alloca -verify-machineinstrs < %s 2 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s
|
D | vector-alloca.ll | 2 ; RUN: llc -march=amdgcn -mcpu=verde -mattr=-promote-alloca -verify-machineinstrs < %s | FileCheck … 3 ; RUN: llc -march=amdgcn -mcpu=verde -mattr=+promote-alloca -verify-machineinstrs < %s | FileCheck … 4 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s | FileCheck … 5 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=+promote-alloca -verify-machineinstrs < %s | FileCheck …
|
D | indirect-private-64.ll | 1 ; RUN: llc -march=amdgcn -mcpu=SI -mattr=-promote-alloca -verify-machineinstrs < %s | FileCheck -ch… 2 ; RUN: llc -march=amdgcn -mcpu=SI -mattr=+promote-alloca -verify-machineinstrs < %s | FileCheck -ch… 3 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s | FileCheck … 4 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=+promote-alloca -verify-machineinstrs < %s | FileCheck …
|
D | copy-to-reg.ll | 1 ; RUN: llc -march=amdgcn -mcpu=SI -mattr=-promote-alloca -verify-machineinstrs < %s 2 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s
|
D | flat-address-space.ll | 1 ; RUN: llc -O0 -march=amdgcn -mcpu=bonaire -mattr=-promote-alloca < %s | FileCheck -check-prefix=CH… 2 ; RUN: llc -O0 -march=amdgcn -mcpu=bonaire -mattr=+promote-alloca < %s | FileCheck -check-prefix=CH… 3 ; RUN: llc -O0 -march=amdgcn -mcpu=tonga -mattr=-promote-alloca < %s | FileCheck -check-prefix=CHEC… 4 ; RUN: llc -O0 -march=amdgcn -mcpu=tonga -mattr=+promote-alloca < %s | FileCheck -check-prefix=CHEC…
|
D | extload-private.ll | 1 ; RUN: llc < %s -march=amdgcn -mcpu=SI -mattr=-promote-alloca -verify-machineinstrs | FileCheck --c… 2 ; RUN: llc < %s -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs | FileCheck …
|
D | simplify-demanded-bits-build-pair.ll | 2 ; RUN: llc -verify-machineinstrs -march=amdgcn -mcpu=SI -mattr=-promote-alloca < %s | FileCheck -ch… 3 ; RUN: llc -verify-machineinstrs -march=amdgcn -mcpu=tonga -mattr=-promote-alloca < %s | FileCheck …
|
D | array-ptr-calc-i32.ll | 1 ; RUN: llc -verify-machineinstrs -march=amdgcn -mcpu=SI -mattr=-promote-alloca < %s | FileCheck -ch… 2 ; RUN: llc -verify-machineinstrs -march=amdgcn -mcpu=SI -mattr=+promote-alloca < %s | FileCheck -ch…
|
D | private-memory.ll | 2 ; RUN: llc -show-mc-encoding -mattr=+promote-alloca -verify-machineinstrs -march=amdgcn -mcpu=SI < … 3 ; RUN: llc -show-mc-encoding -mattr=+promote-alloca -verify-machineinstrs -mtriple=amdgcn--amdhsa -… 4 ; RUN: llc -show-mc-encoding -mattr=-promote-alloca -verify-machineinstrs -march=amdgcn -mcpu=SI < … 5 ; RUN: llc -show-mc-encoding -mattr=-promote-alloca -verify-machineinstrs -mtriple=amdgcn-amdhsa -m… 6 ; RUN: llc -show-mc-encoding -mattr=+promote-alloca -verify-machineinstrs -march=amdgcn -mcpu=tonga… 7 ; RUN: llc -show-mc-encoding -mattr=-promote-alloca -verify-machineinstrs -march=amdgcn -mcpu=tonga… 308 ; finds one, it should stop trying to promote.
|
D | cgp-addressing-modes-flat.ll | 3 ; RUN: llc -march=amdgcn -mcpu=bonaire -mattr=-promote-alloca < %s | FileCheck -check-prefix=GCN -c… 4 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca < %s | FileCheck -check-prefix=GCN -che…
|
/external/eigen/unsupported/test/ |
D | FFTW.cpp | 21 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 38 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) ); in fft_rmse() 41 complex<long double> x = promote(fftbuf[k0]); in fft_rmse()
|
/external/llvm/test/CodeGen/X86/ |
D | codegen-prepare-addrmode-sext.ll | 12 ; Check that we correctly promote both operands of the promotable add. 27 ; Check that we do not promote both operands of the promotable add when 43 ; Check that we do not promote when the related instruction does not have 56 ; Check that we correctly promote constant arguments. 105 ; Check that we do not promote truncate when we cannot determine the 122 ; Check that we do not promote truncate when we cannot determine all the 141 ; Check that we are able to promote truncate when we know all the bits 158 ; On X86 truncate are free. Check that we are able to promote the add 196 ; On X86 truncate are free. Check that we are able to promote the add 244 ; case promote nothing. [all …]
|
D | add-nsw-sext.ll | 6 ; then we can promote the sext ahead of that add to allow optimizations. 21 ; An x86 bonus: If we promote the sext ahead of the 'add nsw', 54 ; Don't promote the sext if it has no users. The wider add instruction needs an
|
/external/ipsec-tools/src/racoon/ |
D | NOTICE | 13 may be used to endorse or promote products derived from this software 42 may be used to endorse or promote products derived from this software 71 may be used to endorse or promote products derived from this software 100 may be used to endorse or promote products derived from this software 128 may be used to endorse or promote products derived from this software 157 may be used to endorse or promote products derived from this software 187 may be used to endorse or promote products derived from this software 216 may be used to endorse or promote products derived from this software 248 or promote products derived from this software without specific prior 278 may be used to endorse or promote products derived from this software [all …]
|
/external/ipsec-tools/ |
D | NOTICE | 13 may be used to endorse or promote products derived from this software 42 may be used to endorse or promote products derived from this software 71 may be used to endorse or promote products derived from this software 100 may be used to endorse or promote products derived from this software 128 may be used to endorse or promote products derived from this software 157 may be used to endorse or promote products derived from this software 187 may be used to endorse or promote products derived from this software 216 may be used to endorse or promote products derived from this software 248 or promote products derived from this software without specific prior 278 may be used to endorse or promote products derived from this software [all …]
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/ |
D | jquery.url.js | 80 function promote(parent, key) { function 112 if (!isint.test(part) && isArray(obj)) obj = promote(parent, key); 116 if (!isint.test(part) && isArray(obj)) obj = promote(parent, key);
|
/external/opencv/ |
D | NOTICE | 24 * The name of Intel Corporation may not be used to endorse or promote products 71 * may be used to endorse or promote products derived from this software 101 * promote products derived from this software without 144 // or promote products derived from this software without specific 177 // * may be used to endorse or promote products derived from this software 221 The name of Contributor may not be used to endorse or promote products 262 may be used to endorse or promote products derived from this software 305 // * The name of Intel Corporation may not be used to endorse or promote products 347 // * The name of Intel Corporation may not be used to endorse or promote products 389 // * The name of Intel Corporation may not be used to endorse or promote products [all …]
|
/external/clang/ |
D | LICENSE.TXT | 34 endorse or promote products derived from this Software without specific 54 University of Illinois to endorse or promote products derived from this
|
D | NOTICE | 34 endorse or promote products derived from this Software without specific 54 University of Illinois to endorse or promote products derived from this
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | 2002-05-01-ShouldNotPromoteThisAlloca.ll | 1 ; This input caused the mem2reg pass to die because it was trying to promote
|
/external/fsck_msdos/ |
D | NOTICE | 18 * may be used to endorse or promote products derived from this software 52 * may be used to endorse or promote products derived from this software 86 * may be used to endorse or promote products derived from this software
|