Home
last modified time | relevance | path

Searched refs:Single (Results 1 – 25 of 146) sorted by relevance

123456

/external/mesa3d/src/glsl/builtins/tools/
Dtexture_builtins.py9 Single = 4 variable
61 if variant & Single:
175 generate_sigs("", "tex", "1DShadow", Single, 1);
176 generate_sigs("", "tex", "2DShadow", Single);
177 generate_sigs("", "tex", "CubeShadow", Single);
178 generate_sigs("", "tex", "1DArrayShadow", Single);
179 generate_sigs("", "tex", "2DArrayShadow", Single);
181 generate_sigs("", "tex", "2DRectShadow", Single);
189 generate_sigs("", "txb", "1DShadow", Single, 1);
190 generate_sigs("", "txb", "2DShadow", Single);
[all …]
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-member-pointers.cpp37 struct Single : B1 { struct
72 int Single ::*s_d_memptr;
91 void (Single ::*s_f_memptr)();
110 void (Single ::*s_f_mp)() = &Single::foo;
176 void (Single ::*s_f_memptr)() = &Single::foo; in EmitNonVirtualMemberPointers()
338 void callMemberPointerSingle(Single *o, void (Single::*memptr)()) { in callMemberPointerSingle()
387 bool compareSingleFunctionMemptr(void (Single::*l)(), void (Single::*r)()) { in compareSingleFunctionMemptr()
401 bool compareNeqSingleFunctionMemptr(void (Single::*l)(), void (Single::*r)()) { in compareNeqSingleFunctionMemptr()
/external/llvm/lib/Target/ARM/
DARMScheduleV6.td198 // Single-precision FP Unary
204 // Single-precision FP Compare
210 // Single to Double FP Convert
213 // Double to Single FP Convert
216 // Single-Precision FP to Integer Convert
222 // Integer to Single-Precision FP Convert
228 // Single-precision FP ALU
234 // Single-precision FP Multiply
240 // Single-precision FP MAC
246 // Single-precision Fused FP MAC
[all …]
DARMScheduleA8.td257 // Single-precision FP Unary
266 // Single-precision FP Compare
275 // Single to Double FP Convert
280 // Double to Single FP Convert
285 // Single-Precision FP to Integer Convert
294 // Integer to Single-Precision FP Convert
303 // Single-precision FP ALU
312 // Single-precision FP Multiply
321 // Single-precision FP MAC
330 // Single-precision Fused FP MAC
[all …]
DARMScheduleSwift.td493 // Single-precision FP Unary
506 // Single-precision FP Compare
516 // Single to Double FP Convert
521 // Double to Single FP Convert
527 // Single to Half FP Convert
534 // Half to Single FP Convert
540 // Single-Precision FP to Integer Convert
550 // Integer to Single-Precision FP Convert
560 // Single-precision FP ALU
570 // Single-precision FP Multiply
[all …]
/external/clang/include/clang/AST/
DDeclBase.h1017 NamedDecl *Single; variable
1022 DeclContextLookupResult() : Result(), Single() {} in DeclContextLookupResult()
1024 : Result(Result), Single() {} in DeclContextLookupResult()
1025 DeclContextLookupResult(NamedDecl *Single) in DeclContextLookupResult() argument
1026 : Result(SingleElementDummyList), Single(Single) {} in DeclContextLookupResult()
1037 explicit iterator(pointer Pos, value_type Single = nullptr)
1038 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase()
1048 iterator begin() const { return iterator(Result.begin(), Single); } in begin()
1049 iterator end() const { return iterator(Result.end(), Single); } in end()
1052 pointer data() const { return Single ? &Single : Result.data(); } in data()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/Japan1/
Dcmaps_japan1.cpp48 …{ "UniJIS-UCS2-H", FXCMAP_CMap::Single, g_FXCMAP_UniJIS_UCS2_H_4, 9772, FXCMAP_CMap::None, NULL, 0…
49 …{ "UniJIS-UCS2-V", FXCMAP_CMap::Single, g_FXCMAP_UniJIS_UCS2_V_4, 251, FXCMAP_CMap::None, NULL, 0,…
52 …{ "UniJIS-UTF16-H", FXCMAP_CMap::Single, g_FXCMAP_UniJIS_UCS2_H_4, 9772, FXCMAP_CMap::None, NULL, …
53 …{ "UniJIS-UTF16-V", FXCMAP_CMap::Single, g_FXCMAP_UniJIS_UCS2_V_4, 251, FXCMAP_CMap::None, NULL, 0…
/external/clang/test/SemaCXX/
Dmember-pointer-ms.cpp112 struct Single { }; struct
115 static_assert(sizeof(int Single::*) == kSingleDataSize, "");
118 static_assert(sizeof(void (Single::*)()) == kSingleFunctionSize, "");
145 static_assert(sizeof(int Y<Single>::*) == kSingleDataSize, "");
148 static_assert(sizeof(void (Y<Single>::*)()) == kSingleFunctionSize, "");
/external/v8/test/message/
Dsingle-function-literal.out1 undefined:1: SyntaxError: Single function literal required
4 SyntaxError: Single function literal required
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
Dfpdf_cmaps.cpp88 } else if (pMap->m_DWordMapType == FXCMAP_CMap::Single) { in FPDFAPI_CIDFromCharCode()
106 if (pMap->m_WordMapType == FXCMAP_CMap::Single) { in FPDFAPI_CIDFromCharCode()
127 if (pMap->m_WordMapType == FXCMAP_CMap::Single) { in FPDFAPI_CharCodeFromCID()
161 } else if (pMap->m_DWordMapType == FXCMAP_CMap::Single) { in FPDFAPI_CharCodeFromCID()
Dcmap_int.h11 typedef enum { None, Single, Range, Reverse } MapType; enumerator
/external/llvm/include/llvm/Target/
DTargetOptions.h44 Single, // Use a single table for all indirect jumptable calls. enumerator
56 Single // Single Threaded Environment enumerator
83 AllowFPOpFusion(FPOpFusion::Standard), JTType(JumpTable::Single), in TargetOptions()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_xml_output_unittest_.cc145 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42));
164 INSTANTIATE_TYPED_TEST_CASE_P(Single,
/external/gtest/test/
Dgtest_xml_output_unittest_.cc148 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42));
167 INSTANTIATE_TYPED_TEST_CASE_P(Single,
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h63 clEnumValN(ThreadModel::Single, "single",
217 cl::init(JumpTable::Single),
219 clEnumValN(JumpTable::Single, "single",
/external/libxml2/doc/
Dcatalog.fig7 Single
DDOM.fig7 Single
Dlibxml.fig7 Single
Dstructure.fig7 Single
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/
Dmarketplace.single.signon.rst5 Single sign on with webapp2 and the Google Apps Marketplace
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h446 Single, enumerator
467 float Single; member
486 VARIANT_EQUAL_CASE(Single)
/external/toybox/toys/posix/
DREADME3 Commands defined in POSIX-2008, also known as the Single Unix
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.format.txt41 - Single texture, unit 0
67 * 2D textures: Single quad that samples the full texture is rendered.
/external/llvm/test/MC/AArch64/
Darm64-optional-hash.s25 ; Single register inside []
/external/zlib/src/contrib/delphi/
DZLib.pas87 function GetCompressionRate: Single; in GetCompressionRate()
94 property CompressionRate: Single read GetCompressionRate;
472 function TCompressionStream.GetCompressionRate: Single; in TCompressionStream.GetCompressionRate()

123456