Home
last modified time | relevance | path

Searched refs:Four (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>; typedef
26 template<template<typename> class F, typename X> using Sixteen = Mul<Four, Four, F, X>;
/external/u-boot/board/freescale/t1040qds/
DREADME14 - Four e5500 cores, each with a private 256 KB L2 cache
30 - Four 1 Gbps Ethernet controllers
33 - Four PCI Express 2.0 controllers running at up to 5 GHz
42 - Four I2C controllers
43 - Four UARTs
44 - Four GPIO controllers
92 - Four I2C ports
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.soc19 - Four 64-bit ARM Cortex-A53 CPUs
44 - Four I2C controllers
110 - Four PCIe 3.0 controllers, one supporting SR-IOV
117 - Four I2C controllers
175 - Four 64-bit ARM Cortex-A72 CPUs
203 - Four I2C controllers
237 - Four PCIe 3.0 controllers, one supporting SR-IOV
244 - Four I2C controllers
254 a) Four 64-bit ARM v8 Cortex-A72 CPUs
263 a) Four 64-bit ARM v8 Cortex-A72 CPUs
[all …]
/external/turbine/javatests/com/google/turbine/lower/testdata/
Dgenericnoncanon10.test9 public class Three extends B<Float>.Four {
13 public class Four {
Dparam_bound.test19 class Four<A extends I, B extends I, T extends A> {}
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86TargetObjectFile.cpp33 const MCExpr *Four = MCConstantExpr::Create(4, getContext()); in getExprForDwarfGlobalReference() local
34 return MCBinaryExpr::CreateAdd(Res, Four, getContext()); in getExprForDwarfGlobalReference()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp118 const MCExpr *Four = MCConstantExpr::Create(4, Context); in getExprForPersonalitySymbol() local
119 return MCBinaryExpr::CreateAdd(Res, Four, Context); in getExprForPersonalitySymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DDIEHashTest.cpp108 DIEInteger Four(4); in TEST_F() local
109 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F()
114 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F()
141 DIEInteger Four(4); in TEST_F() local
145 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F()
165 Four); in TEST_F()
610 DIEInteger Four(4); in TEST_F() local
614 IntTyDIE.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F()
656 DIEInteger Four(4); in TEST_F() local
660 Four); in TEST_F()
[all …]
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp108 DIEInteger Four(4); in TEST_F() local
109 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F()
114 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F()
141 DIEInteger Four(4); in TEST_F() local
145 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F()
165 Four); in TEST_F()
610 DIEInteger Four(4); in TEST_F() local
614 IntTyDIE.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F()
656 DIEInteger Four(4); in TEST_F() local
660 Four); in TEST_F()
[all …]
/external/u-boot/board/freescale/t104xrdb/
DREADME45 - Four e5500 cores, each with a private 256 KB L2 cache
61 - Four 1 Gbps Ethernet controllers
64 - Four PCI Express 2.0 controllers running at up to 5 GHz
73 - Four I2C controllers
74 - Four UARTs
75 - Four GPIO controllers
127 - Four I2C ports
161 - Four I2C ports
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp36 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local
37 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp122 OwningBuffer Four(MemoryBuffer::getNewMemBuffer(123, "zeros")); in TEST_F() local
123 EXPECT_TRUE(nullptr != Four.get()); in TEST_F()
125 EXPECT_EQ(0, Four->getBufferStart()[0]); in TEST_F()
/external/u-boot/board/freescale/t208xqds/
DREADME12 - Four dual-threads 64-bit Power architecture e6500 cores, up to 1.8GHz
23 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV)
30 - Four I2C controllers
31 - Four 2-pin UARTs or two 4-pin UARTs
58 - Four 10Gbps XFI on-board cages
73 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV)
81 - Four I2C controllers.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp119 const MCExpr *Four = MCConstantExpr::create(4, Context); in getExprForPersonalitySymbol() local
120 return MCBinaryExpr::createAdd(Res, Four, Context); in getExprForPersonalitySymbol()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp123 const MCExpr *Four = MCConstantExpr::create(4, Context); in getExprForPersonalitySymbol() local
124 return MCBinaryExpr::createAdd(Res, Four, Context); in getExprForPersonalitySymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DMemoryBufferTest.cpp125 OwningBuffer Four(WritableMemoryBuffer::getNewMemBuffer(123, "zeros")); in TEST_F() local
126 EXPECT_TRUE(nullptr != Four.get()); in TEST_F()
128 EXPECT_EQ(0, Four->getBufferStart()[0]); in TEST_F()
/external/u-boot/board/freescale/t102xqds/
DREADME33 - Four 1 Gbps Ethernet controllers
40 - Four SGMII interface supporting 1000 Mbps
47 - Four I2C controllers
48 - Four UARTs
49 - Four GPIO controllers
102 - Four SGMII interface supporting 1Gbps
149 - Four I2C ports
/external/u-boot/board/freescale/t102xrdb/
DREADME33 - Four 1 Gbps Ethernet controllers
40 - Four SGMII interface supporting 1000 Mbps
47 - Four I2C controllers
48 - Four UARTs
49 - Four GPIO controllers
99 - Four I2C ports
/external/u-boot/board/freescale/t208xrdb/
DREADME12 - Four dual-threads 64-bit Power architecture e6500 cores, up to 1.8GHz
23 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV)
30 - Four I2C controllers
31 - Four 2-pin UARTs or two 4-pin UARTs
83 - Four I2C ports
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp37 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local
38 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
/external/u-boot/doc/device-tree-bindings/timer/
Datcpit100_timer.txt13 Four 8-bit timers
/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
Dcontrol21 This test starts 5 high resolution loopback peer connections. Four of the video
/external/u-boot/board/freescale/ls1021aqds/
DREADME59 - Four GPIO controllers supporting up to 109 general purpose I/O signals
61 - Four synchronous audio interfaces (SAI)
/external/u-boot/board/freescale/ls1021atwr/
DREADME59 - Four GPIO controllers supporting up to 109 general purpose I/O signals
61 - Four synchronous audio interfaces (SAI)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCScheduleP9.td70 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd.
84 // Four DP (Floating Point) units in total. Two even, two Odd.
95 // Four LS (Load or Store) units.

1234567891011