/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/ |
D | Quad.java | 10 public abstract class Quad extends TweenEquation { class 11 public static final Quad IN = new Quad() { 23 public static final Quad OUT = new Quad() { 35 public static final Quad INOUT = new Quad() {
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
D | TweenEquations.java | 10 import aurelienribon.tweenengine.equations.Quad; 22 public static final Quad easeInQuad = Quad.IN; 23 public static final Quad easeOutQuad = Quad.OUT; 24 public static final Quad easeInOutQuad = Quad.INOUT;
|
D | TweenUtils.java | 10 import aurelienribon.tweenengine.equations.Quad; 33 Quad.IN, Quad.OUT, Quad.INOUT, in parseEasing()
|
D | Tween.java | 3 import aurelienribon.tweenengine.equations.Quad; 210 tween.ease(Quad.INOUT); in to() 248 tween.ease(Quad.INOUT); in from() 286 tween.ease(Quad.INOUT); in set()
|
/external/llvm/lib/Target/PowerPC/ |
D | p9-instrs.txt | 117 // DFP Test Significance Immediate [Quad] X-form p204 202 // VSX Scalar Quad-Precision Move Instructions 204 // VSX Scalar Copy Sign Quad-Precision X-form p.553 207 // VSX Scalar Absolute Quad-Precision X-form 531 208 // VSX Scalar Negate Quad-Precision X-form 627 209 // VSX Scalar Negative Absolute Quad-Precision X-form 626 215 // VSX Scalar Quad-Precision Elementary Arithmetic 217 // VSX Scalar Add Quad-Precision [using round to Odd] X-form 539 218 // VSX Scalar Divide Quad-Precision [using round to Odd] X-form 584 219 // VSX Scalar Multiply Quad-Precision [using round to Odd] X-form 622 [all …]
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests3.c | 16 struct Quad { struct 24 struct Quad GlobalQuad = { 4, {1, 2}, 0, 3, 156 }; argument 43 static int F0(struct Quad Q, int i) { /* Pass Q by value */ in F0() 44 struct Quad R; in F0() 51 int F1(struct Quad *Q, int i) { /* Pass Q by address */ in F1() 52 struct Quad R; in F1()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMScheduleA8.td | 764 // Quad-register FP Unary 783 // Quad-register FP Binary 789 // Quad-register FP VMUL 805 // Quad-register Permute Move 839 // Quad-register Permute 845 // Quad-register Permute (3 cycle issue) 857 // Quad-register FP Multiple-Accumulate 867 // Quad-register Reciprical Step 875 // Quad-register Integer Count 885 // Quad-register Integer Unary [all …]
|
D | ARMScheduleA9.td | 1256 // Quad-register Integer Unary 1274 // Quad-register Integer CountQ-Unary 1292 // Quad-register Integer Binary 1310 // Quad-register Integer Subtract 1328 // Quad-register Integer Shift 1346 // Quad-register Integer Shift (4 cycle) 1364 // Quad-register Integer Binary (4 cycle) 1382 // Quad-register Integer Subtract (4 cycle) 1401 // Quad-register Integer Count 1421 // Quad-register Absolute Difference and Accumulate [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMScheduleA8.td | 779 // Quad-register FP Unary 798 // Quad-register FP Binary 804 // Quad-register FP VMUL 820 // Quad-register Permute Move 854 // Quad-register Permute 860 // Quad-register Permute (3 cycle issue) 872 // Quad-register FP Multiple-Accumulate 882 // Quad-register Fused FP Multiple-Accumulate 892 // Quad-register Reciprical Step 900 // Quad-register Integer Count [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleA8.td | 779 // Quad-register FP Unary 798 // Quad-register FP Binary 804 // Quad-register FP VMUL 820 // Quad-register Permute Move 854 // Quad-register Permute 860 // Quad-register Permute (3 cycle issue) 872 // Quad-register FP Multiple-Accumulate 882 // Quad-register Fused FP Multiple-Accumulate 892 // Quad-register Reciprical Step 900 // Quad-register Integer Count [all …]
|
/external/u-boot/board/engicam/imx6q/ |
D | README | 1 Hsow to use U-Boot on Engicam i.CoreM6 (RQS) Solo/DualLite/Quad/Dual Starter Kit: 6 - Configure U-Boot for Engicam i.CoreM6 Quad/Duali/Solo/DualLite: 9 - Configure U-Boot for Engicam i.CoreM6 RQS Quad/Duali/Solo/DualLite:
|
/external/deqp/modules/glshared/ |
D | glsFragmentOpUtil.hpp | 45 struct Quad struct 56 Quad (void) in Quad() argument 71 void render (const Quad& quad) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 71 LT.addExtendedOpcode(9, DW_LNE_set_address, {{0xadd4e55, LineTable::Quad}}); in setupParser() 78 {{0x11223344, LineTable::Quad}}); in setupParser() 231 LT.addExtendedOpcode(9, DW_LNE_set_address, {{0xadd4e55, LineTable::Quad}}); in TEST_P() 237 LT2.addExtendedOpcode(9, DW_LNE_set_address, {{0x11223344, LineTable::Quad}}); in TEST_P() 241 LT2.addExtendedOpcode(9, DW_LNE_set_address, {{0x55667788, LineTable::Quad}}); in TEST_P() 451 {{0x1122334455667788, LineTable::Quad}}); in TEST_F() 456 {{0x99aabbccddeeff00, LineTable::Quad}}); in TEST_F() 604 {{0x1234567890abcdef, LineTable::Quad}}); in TEST_F()
|
/external/u-boot/doc/SPI/ |
D | status.txt | 15 - Quad Page Program support. 16 - Quad Read support(quad fast read, quad IO read)
|
D | README.ti_qspi_flash | 11 from Quad SPI flash devices. 29 3. Quad mode: use four pin for transfer
|
/external/u-boot/drivers/spi/ |
D | Kconfig | 72 Enable the Cadence Quad-SPI (QSPI) driver. This driver can be 166 Enable the STM32F7 Quad-SPI (QSPI) driver. This driver can be 197 Enable the Tegra Quad-SPI (QSPI) driver for T210. This driver 221 Enable the Zynq Quad-SPI (QSPI) driver. This driver can be 250 Enable the Freescale Quad-SPI (QSPI) driver. This driver can be 267 bool "Renesas Quad SPI driver" 269 Enable the Renesas Quad SPI controller driver. This driver can be 275 Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms.
|
/external/skqp/site/user/api/ |
D | SkPath_Overview.md | 22 …a href='undocumented#Circle'>Circle</a>, and <a href='SkPath_Reference#Quad'>Quad</a>. <a href='un… 23 …href='undocumented#Circle'>Circle</a> stroke forms a loop. <a href='SkPath_Reference#Quad'>Quad</a> 24 is stroked and filled, but since it is not closed, <a href='SkPath_Reference#Quad'>Quad</a> does no…
|
/external/skia/site/user/api/ |
D | SkPath_Overview.md | 22 …a href='undocumented#Circle'>Circle</a>, and <a href='SkPath_Reference#Quad'>Quad</a>. <a href='un… 23 …href='undocumented#Circle'>Circle</a> stroke forms a loop. <a href='SkPath_Reference#Quad'>Quad</a> 24 is stroked and filled, but since it is not closed, <a href='SkPath_Reference#Quad'>Quad</a> does no…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | pr18663.ll | 41 %"struct.std::_Vector_base.38.34" = type { %"struct.std::_Vector_base<Quad, std::allocator<Quad> >:… 42 …"struct.std::_Vector_base<Quad, std::allocator<Quad> >::_Vector_impl.33" = type { %class.Quad.32*,… 43 %class.Quad.32 = type { [4 x i32] }
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr18663.ll | 41 %"struct.std::_Vector_base.38.34" = type { %"struct.std::_Vector_base<Quad, std::allocator<Quad> >:… 42 …"struct.std::_Vector_base<Quad, std::allocator<Quad> >::_Vector_impl.33" = type { %class.Quad.32*,… 43 %class.Quad.32 = type { [4 x i32] }
|
/external/skqp/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 118 verb = SkReduceOrder::Quad(curve, pts); in preFetch() 128 verb = SkReduceOrder::Quad(curve, pts); in preFetch() 224 SkPath::Verb v1 = SkReduceOrder::Quad(&pair[0], cStorage[0]); in walk() 225 SkPath::Verb v2 = SkReduceOrder::Quad(&pair[2], cStorage[1]); in walk()
|
D | SkPathOpsDebug.h | 43 DummyClasses(Quad, Quad); 44 DummyClasses(Conic, Quad); 46 DummyClasses(Cubic, Quad);
|
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 118 verb = SkReduceOrder::Quad(curve, pts); in preFetch() 128 verb = SkReduceOrder::Quad(curve, pts); in preFetch() 224 SkPath::Verb v1 = SkReduceOrder::Quad(&pair[0], cStorage[0]); in walk() 225 SkPath::Verb v2 = SkReduceOrder::Quad(&pair[2], cStorage[1]); in walk()
|
D | SkPathOpsDebug.h | 43 DummyClasses(Quad, Quad); 44 DummyClasses(Conic, Quad); 46 DummyClasses(Cubic, Quad);
|
/external/u-boot/drivers/mtd/ |
D | Kconfig | 28 bool "Altera Generic Quad SPI Controller" 32 Altera Generic Quad SPI Controller. The controller converts SPI
|