Home
last modified time | relevance | path

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

123

/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/llvm/unittests/Support/
DMemoryBufferTest.cpp101 OwningBuffer Four(MemoryBuffer::getNewMemBuffer(123, "zeros")); in TEST_F() local
102 EXPECT_TRUE(0 != Four.get()); in TEST_F()
104 EXPECT_EQ(0, Four->getBufferStart()[0]); in TEST_F()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp31 const MCExpr *Four = MCConstantExpr::Create(4, getContext()); in getTTypeGlobalReference() local
32 return MCBinaryExpr::CreateAdd(Res, Four, getContext()); in getTTypeGlobalReference()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp121 const MCExpr *Four = MCConstantExpr::Create(4, Context); in getExprForPersonalitySymbol() local
122 return MCBinaryExpr::CreateAdd(Res, Four, Context); in getExprForPersonalitySymbol()
/external/android-mock/tests/com/google/android/testing/mocking/
DClassIsEnum.java24 One, Two, Three, Four; enumConstant
/external/chromium_org/chrome/browser/ui/cocoa/
Dhyperlink_text_view_unittest.mm145 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/ui/message_center/cocoa/
Dpopup_collection_unittest.mm140 ASCIIToUTF16("Four"),
189 ASCIIToUTF16("Four"),
/external/libffi/src/powerpc/
Dppc_closure.S227 # case FFI_SYSV_TYPE_SMALL_STRUCT + 4. Four byte struct.
/external/chromium_org/ui/app_list/cocoa/
Dapps_search_results_controller_unittest.mm227 AddTestResultAtIndex(kDefaultResultsCount, "Four", std::string());
/external/fdlibm/
Dreadme70 Note: Four macros are defined in fdlibm.h to handle this kind of
/external/llvm/lib/Target/ARM/
DARMScheduleSwift.td1898 /// Four Register.
1923 // Four element structure loads.
1970 // Four element struture.
2015 // Four element structure store.
2039 // Four element structure.
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Dtgsi.rst468 .. 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/
Dtgsi.rst468 .. 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/
De_select.test1195 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/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2833 SDValue Four = DAG.getIntPtrConstant(4); in ExpandIntOp_UINT_TO_FP() local
2834 if (TLI.isBigEndian()) std::swap(Zero, Four); in ExpandIntOp_UINT_TO_FP()
2836 Zero, Four); in ExpandIntOp_UINT_TO_FP()
DLegalizeDAG.cpp2377 SDValue Zero = DAG.getIntPtrConstant(0), Four = DAG.getIntPtrConstant(4); in ExpandLegalINT_TO_FP() local
2379 SignSet, Four, Zero); in ExpandLegalINT_TO_FP()
/external/clang/include/clang/Driver/
DCC1Options.td157 HelpText<"Four-byte version string for gcov files.">;
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1021 Four, enumerator
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.td469 // Four operand long
/external/llvm/projects/sample/
DMakefile.llvm.rules1030 # Library Build Rules: Four ways to build a library
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5449 APInt Four(BitWidth, 4); in SolveQuadraticEquation() local
5465 SqrtTerm -= Four * (A * C); in SolveQuadraticEquation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4980 SDValue Four = DAG.getConstant(4, PtrVT); in LowerFLT_ROUNDS_() local
4981 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four); in LowerFLT_ROUNDS_()
/external/libexif/po/
Den_GB.po2516 "stating ExifR98 Rules. Four bytes used including the termination code "
2521 "stating ExifR98 Rules. Four bytes used including the termination code "
Den_AU.po2516 "stating ExifR98 Rules. Four bytes used including the termination code "
2521 "stating ExifR98 Rules. Four bytes used including the termination code "
/external/srtp/doc/
Drfc3711.txt2755 Framework and Four Profiles: RTP, UDP, ESP, and

123