Home
last modified time | relevance | path

Searched refs:scd (Results 1 – 25 of 32) sorted by relevance

12

/external/eigen/test/
Dmixingtypes.cpp50 complex<double> scd = internal::random<complex<double> >(); in mixingtypes() local
64 VERIFY_IS_APPROX(scd * vd, scd * vd.template cast<complex<double> >()); in mixingtypes()
98 VERIFY_IS_APPROX(scd*md*mcd, scd*md.template cast<CD>().eval()*mcd); in mixingtypes()
99 VERIFY_IS_APPROX(scd*mcd*md, scd*mcd*md.template cast<CD>()); in mixingtypes()
117 VERIFY_IS_APPROX(scd*md*vcd,(scd*md.template cast<CD>()).eval()*vcd); in mixingtypes()
119 VERIFY_IS_APPROX(scd*mcd*vd,scd*mcd*vd.template cast<CD>().eval()); in mixingtypes()
122 VERIFY_IS_APPROX(scd*vcd.adjoint()*md, scd*vcd.adjoint()*md.template cast<CD>().eval()); in mixingtypes()
124 VERIFY_IS_APPROX(scd*vd.adjoint()*mcd, scd*vd.adjoint().template cast<CD>().eval()*mcd); in mixingtypes()
/external/opencv3/samples/directx/
Dd3d10_interop.cpp44 DXGI_SWAP_CHAIN_DESC scd; in create() local
46 ZeroMemory(&scd, sizeof(DXGI_SWAP_CHAIN_DESC)); in create()
48 scd.BufferCount = 1; // one back buffer in create()
49 scd.BufferDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; // use 32-bit color in create()
50 scd.BufferDesc.Width = m_width; // set the back buffer width in create()
51 scd.BufferDesc.Height = m_height; // set the back buffer height in create()
52 scd.BufferUsage = DXGI_USAGE_RENDER_TARGET_OUTPUT; // how swap chain is to be used in create()
53 scd.OutputWindow = m_hWnd; // the window to be used in create()
54 scd.SampleDesc.Count = 1; // how many multisamples in create()
55 scd.Windowed = TRUE; // windowed/full-screen mode in create()
[all …]
Dd3d11_interop.cpp44 DXGI_SWAP_CHAIN_DESC scd; in create() local
46 ZeroMemory(&scd, sizeof(DXGI_SWAP_CHAIN_DESC)); in create()
48 scd.BufferCount = 1; // one back buffer in create()
49 scd.BufferDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; // use 32-bit color in create()
50 scd.BufferDesc.Width = m_width; // set the back buffer width in create()
51 scd.BufferDesc.Height = m_height; // set the back buffer height in create()
52 scd.BufferUsage = DXGI_USAGE_RENDER_TARGET_OUTPUT; // how swap chain is to be used in create()
53 scd.OutputWindow = m_hWnd; // the window to be used in create()
54 scd.SampleDesc.Count = 1; // how many multisamples in create()
55 scd.Windowed = TRUE; // windowed/full-screen mode in create()
[all …]
/external/llvm/test/MC/Mips/mips2/
Dinvalid-mips4-wrong-error.s13scd $15,-8243($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
Dinvalid-mips3-wrong-error.s15scd $t3,-8243($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/llvm/test/MC/Mips/mips1/
Dinvalid-mips3-wrong-error.s18scd $15,-8243($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
Dinvalid-mips4-wrong-error.s20scd $15,-8243($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/llvm/test/MC/Mips/mips3/
Dvalid.s173scd $15,-8243($sp) # CHECK: scd $15, -8243($sp) # encoding: [0xf3,0xaf,0xdf,0xcd]
/external/v8/src/snapshot/
Dserialize.cc2522 base::SmartPointer<SerializedCodeData> scd( in Deserialize() local
2524 if (scd.is_empty()) { in Deserialize()
2531 Vector<const uint32_t> code_stub_keys = scd->CodeStubKeys(); in Deserialize()
2540 Deserializer deserializer(scd.get()); in Deserialize()
2795 SerializedCodeData* scd = new SerializedCodeData(cached_data); in FromCachedData() local
2796 SanityCheckResult r = scd->SanityCheck(isolate, source); in FromCachedData()
2797 if (r == CHECK_SUCCESS) return scd; in FromCachedData()
2800 delete scd; in FromCachedData()
/external/llvm/test/MC/Mips/mips5/
Dvalid.s201scd $15,-8243($sp) # CHECK: scd $15, -8243($sp) # encoding: [0xf3,0xaf,0xdf,0xcd]
/external/llvm/test/MC/Mips/mips64/
Dvalid.s217scd $15,-8243($sp) # CHECK: scd $15, -8243($sp) # encoding: [0xf3,0xaf,0xdf,0xcd]
/external/llvm/test/MC/Mips/mips4/
Dvalid.s200scd $15,-8243($sp) # CHECK: scd $15, -8243($sp) # encoding: [0xf3,0xaf,0xdf,0xcd]
/external/llvm/test/MC/Mips/mips64r2/
Dvalid.s241scd $15,-8243($sp) # CHECK: scd $15, -8243($sp) # encoding: [0xf3,0xaf,0xdf,0xcd]
/external/llvm/test/MC/Mips/mips64r5/
Dvalid.s242scd $15,-8243($sp) # CHECK: scd $15, -8243($sp) # encoding: [0xf3,0xaf,0xdf,0xcd]
/external/llvm/test/MC/Mips/mips64r3/
Dvalid.s241scd $15,-8243($sp) # CHECK: scd $15, -8243($sp) # encoding: [0xf3,0xaf,0xdf,0xcd]
/external/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td74 class SCD_R6_DESC : SC_R6_DESC_BASE<"scd", GPR64Opnd>;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/llvm/test/MC/Disassembler/Mips/mips64r6/
Dvalid-mips64r6-el.txt145 0xa7 0xe6 0xaf 0x7f # CHECK: scd $15, -51($sp)
Dvalid-mips64r6.txt186 0x7f 0xaf 0xe6 0xa7 # CHECK: scd $15, -51($sp)
/external/llvm/test/MC/Disassembler/Mips/mips3/
Dvalid-mips3-el.txt147 0xcd 0xdf 0xaf 0xf3 # CHECK: scd $15, -8243($sp)
Dvalid-mips3.txt231 0xf3 0xaf 0xdf 0xcd # CHECK: scd $15, -8243($sp)
/external/llvm/test/MC/Disassembler/Mips/mips4/
Dvalid-mips4-el.txt165 0xcd 0xdf 0xaf 0xf3 # CHECK: scd $15, -8243($sp)
Dvalid-mips4.txt255 0xf3 0xaf 0xdf 0xcd # CHECK: scd $15, -8243($sp)
/external/llvm/test/MC/Disassembler/Mips/mips64r5/
Dvalid-mips64r5-el.txt202 0xcd 0xdf 0xaf 0xf3 # CHECK: scd $15, -8243($sp)
/external/llvm/test/MC/Disassembler/Mips/mips64r3/
Dvalid-mips64r3-el.txt202 0xcd 0xdf 0xaf 0xf3 # CHECK: scd $15, -8243($sp)

12