/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/CodeGen/ |
D | DIEHashTest.cpp | 89 DIEInteger Four(4); in TEST() local 90 Unnamed.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Four); in TEST() 93 DIEString IntStr(&Four, "int"); in TEST() 95 Int.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Four); in TEST() 102 DIEString MemberStr(&Four, "member"); in TEST() 122 DIEInteger Four(4); in TEST() local 124 DIEString IntStr(&Four, "int"); in TEST() 126 Int.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Four); in TEST() 133 DIEString Mem1Str(&Four, "mem1"); in TEST() 143 DIEString Mem2Str(&Four, "mem2"); in TEST() [all …]
|
/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 | 1639 OptionalTest One, Two, Three, Four; in TEST() local 1645 Seq.Tests.push_back(Four); in TEST()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 33 const MCExpr *Four = MCConstantExpr::Create(4, getContext()); in getTTypeGlobalReference() local 34 return MCBinaryExpr::CreateAdd(Res, Four, getContext()); in getTTypeGlobalReference()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 133 const MCExpr *Four = MCConstantExpr::Create(4, Context); in getExprForPersonalitySymbol() local 134 return MCBinaryExpr::CreateAdd(Res, Four, Context); in getExprForPersonalitySymbol()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | hyperlink_text_view_unittest.mm | 145 NSString* message = @"One Two Three Four"; 152 [view_ addLinkRange:NSMakeRange(14,4) withName:@"Name:Four" linkColor:blue]; 180 [linkAttributes setObject:@"Name:Four" forKey:NSLinkAttributeName];
|
/external/chromium_org/third_party/apache-win32/ |
D | README-win32.txt | 16 Four driver connectors are provided in the binary distribution, for
|
/external/chromium_org/ui/message_center/cocoa/ |
D | popup_collection_unittest.mm | 141 ASCIIToUTF16("Four"), 190 ASCIIToUTF16("Four"),
|
/external/chromium_org/ui/app_list/cocoa/ |
D | apps_search_results_controller_unittest.mm | 227 AddTestResultAtIndex(kDefaultResultsCount, "Four", std::string());
|
/external/fdlibm/ |
D | readme | 70 Note: Four macros are defined in fdlibm.h to handle this kind of
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 1907 /// Four Register. 1932 // Four element structure loads. 1979 // Four element struture. 2024 // Four element structure store. 2048 // Four element structure.
|
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/sqlite/src/test/ |
D | e_select.test | 1195 INSERT INTO h2 VALUES('Four'); 1235 3.1 "SELECT ALL x FROM h2" {One Two Three Four one two three four} 1236 3.2 "SELECT ALL x FROM h1, h2 ON (x=b)" {One one Four four} 1238 3.1 "SELECT x FROM h2" {One Two Three Four one two three four} 1239 3.2 "SELECT x FROM h1, h2 ON (x=b)" {One one Four four} 1260 Four One Three Two four one three two
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 7928 defm Four : BaseSIMDLd1<"Four", asm, "VecListFour", 64, 32, 0b0010>; 7935 defm Four : BaseSIMDSt1<"Four", asm, "VecListFour", 64, 32, 0b0010>; 7955 defm Four : BaseSIMDLdN<"Four", asm, "VecListFour", 64, 32, 0b0000>; 7959 defm Four : BaseSIMDStN<"Four", asm, "VecListFour", 64, 32, 0b0000>; 8496 defm : SIMDLdStSingleAliases<asm, "b", "i8", "Four", 4, VectorIndexB>; 8497 defm : SIMDLdStSingleAliases<asm, "h", "i16", "Four", 8, VectorIndexH>; 8498 defm : SIMDLdStSingleAliases<asm, "s", "i32", "Four", 16, VectorIndexS>; 8499 defm : SIMDLdStSingleAliases<asm, "d", "i64", "Four", 32, VectorIndexD>;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2843 SDValue Four = DAG.getIntPtrConstant(4); in ExpandIntOp_UINT_TO_FP() local 2844 if (TLI.isBigEndian()) std::swap(Zero, Four); in ExpandIntOp_UINT_TO_FP() 2846 Zero, Four); in ExpandIntOp_UINT_TO_FP()
|
D | LegalizeDAG.cpp | 2551 SDValue Zero = DAG.getIntPtrConstant(0), Four = DAG.getIntPtrConstant(4); in ExpandLegalINT_TO_FP() local 2553 SignSet, Four, Zero); in ExpandLegalINT_TO_FP()
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 179 HelpText<"Four-byte version string for gcov files.">;
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 1022 Four, enumerator
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 500 // Four operand long
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5633 APInt Four(BitWidth, 4); in SolveQuadraticEquation() local 5649 SqrtTerm -= Four * (A * C); in SolveQuadraticEquation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 5313 SDValue Four = DAG.getConstant(4, PtrVT); in LowerFLT_ROUNDS_() local 5314 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four); in LowerFLT_ROUNDS_()
|
/external/libexif/po/ |
D | en_GB.po | 2516 "stating ExifR98 Rules. Four bytes used including the termination code " 2521 "stating ExifR98 Rules. Four bytes used including the termination code "
|
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 "
|