/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 25 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/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 122 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()
|
D | YAMLIOTest.cpp | 2022 OptionalTest One, Two, Three, Four; in TEST() local 2028 Seq.Tests.push_back(Four); in TEST()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 123 const MCExpr *Four = MCConstantExpr::create(4, Context); in getExprForPersonalitySymbol() local 124 return MCBinaryExpr::createAdd(Res, Four, Context); in getExprForPersonalitySymbol()
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 108 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/android-mock/tests/com/google/android/testing/mocking/ |
D | ClassIsEnum.java | 24 One, Two, Three, Four; enumConstant
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 37 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local 38 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 877 /// Four Register. 902 // Four element structure loads. 949 // Four element struture. 994 // Four element structure store. 1018 // Four element structure.
|
/external/clang/test/ARCMT/ |
D | objcmt-ns-macros.m | 329 Four = 4 enum
|
D | objcmt-ns-macros.m.result | 314 Four = 4
|
/external/libyuv/files/docs/ |
D | formats.md | 35 # FOURCC (Four Charactacter Code) List
|
/external/libxml2/result/ |
D | intsubset2.xml.sax2 | 216 four_corner - the "Four Corner" code for the kanji. This is a code 218 for an overview of the Four Corner System. [Q]
|
D | intsubset2.xml.sax | 216 four_corner - the "Four Corner" code for the kanji. This is a code 218 for an overview of the Four Corner System. [Q]
|
/external/fdlibm/ |
D | readme | 70 Note: Four macros are defined in fdlibm.h to handle this kind of
|
/external/vixl/doc/ |
D | supported-instructions.md | 2624 Four-element single structure load to one lane. 2636 Four-element structure load. 2647 Four-element single structure load to all lanes. 3858 Four-element single structure store from four lanes. 3870 Four-element structure store from four registers.
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 468 .. opcode:: PK4B - Pack Four Signed 8-bit Scalars 473 .. opcode:: PK4UB - Pack Four Unsigned 8-bit Scalars 648 .. opcode:: UP4B - Unpack Four Signed 8-Bit Values 656 .. opcode:: UP4UB - Unpack Four Unsigned 8-Bit Scalars
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 8487 defm Four : BaseSIMDLd1<"Four", asm, "VecListFour", 64, 32, 0b0010>; 8494 defm Four : BaseSIMDSt1<"Four", asm, "VecListFour", 64, 32, 0b0010>; 8514 defm Four : BaseSIMDLdN<"Four", asm, "VecListFour", 64, 32, 0b0000>; 8518 defm Four : BaseSIMDStN<"Four", asm, "VecListFour", 64, 32, 0b0000>; 9055 defm : SIMDLdStSingleAliases<asm, "b", "i8", "Four", 4, VectorIndexB>; 9056 defm : SIMDLdStSingleAliases<asm, "h", "i16", "Four", 8, VectorIndexH>; 9057 defm : SIMDLdStSingleAliases<asm, "s", "i32", "Four", 16, VectorIndexS>; 9058 defm : SIMDLdStSingleAliases<asm, "d", "i64", "Four", 32, VectorIndexD>;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 3089 SDValue Four = DAG.getIntPtrConstant(4, dl); in ExpandIntOp_UINT_TO_FP() local 3091 std::swap(Zero, Four); in ExpandIntOp_UINT_TO_FP() 3093 Zero, Four); in ExpandIntOp_UINT_TO_FP()
|
D | LegalizeDAG.cpp | 2681 Four = DAG.getIntPtrConstant(4, dl); in ExpandLegalINT_TO_FP() local 2683 SignSet, Four, Zero); in ExpandLegalINT_TO_FP()
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 198 HelpText<"Four-byte version string for gcov files.">;
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 501 // Four operand long
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 1064 Four, enumerator
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6499 APInt Four(BitWidth, 4); in SolveQuadraticEquation() local 6515 SqrtTerm -= Four * (A * C); in SolveQuadraticEquation()
|
/external/avahi/specs/ |
D | draft-cheshire-dnsext-dns-sd-02.txt | 1292 DNS. Four special RR names are reserved for this purpose:
|
/external/libexif/po/ |
D | en_AU.po | 2516 "stating ExifR98 Rules. Four bytes used including the termination code " 2521 "stating ExifR98 Rules. Four bytes used including the termination code "
|