/external/mesa3d/src/glsl/builtins/tools/ |
D | texture_builtins.py | 9 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/ |
D | microsoft-abi-member-pointers.cpp | 37 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/ |
D | ARMScheduleV6.td | 198 // 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 …]
|
D | ARMScheduleA8.td | 257 // 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 …]
|
D | ARMScheduleSwift.td | 493 // 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/ |
D | DeclBase.h | 1017 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/ |
D | cmaps_japan1.cpp | 48 …{ "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/ |
D | member-pointer-ms.cpp | 112 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/ |
D | single-function-literal.out | 1 undefined:1: SyntaxError: Single function literal required 4 SyntaxError: Single function literal required
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/ |
D | fpdf_cmaps.cpp | 88 } 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()
|
D | cmap_int.h | 11 typedef enum { None, Single, Range, Reverse } MapType; enumerator
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 44 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/ |
D | gtest_xml_output_unittest_.cc | 145 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42)); 164 INSTANTIATE_TYPED_TEST_CASE_P(Single,
|
/external/gtest/test/ |
D | gtest_xml_output_unittest_.cc | 148 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42)); 167 INSTANTIATE_TYPED_TEST_CASE_P(Single,
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 63 clEnumValN(ThreadModel::Single, "single", 217 cl::init(JumpTable::Single), 219 clEnumValN(JumpTable::Single, "single",
|
/external/libxml2/doc/ |
D | catalog.fig | 7 Single
|
D | DOM.fig | 7 Single
|
D | libxml.fig | 7 Single
|
D | structure.fig | 7 Single
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/ |
D | marketplace.single.signon.rst | 5 Single sign on with webapp2 and the Google Apps Marketplace
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 446 Single, enumerator 467 float Single; member 486 VARIANT_EQUAL_CASE(Single)
|
/external/toybox/toys/posix/ |
D | README | 3 Commands defined in POSIX-2008, also known as the Single Unix
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.format.txt | 41 - Single texture, unit 0 67 * 2D textures: Single quad that samples the full texture is rendered.
|
/external/llvm/test/MC/AArch64/ |
D | arm64-optional-hash.s | 25 ; Single register inside []
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 87 function GetCompressionRate: Single; in GetCompressionRate() 94 property CompressionRate: Single read GetCompressionRate; 472 function TCompressionStream.GetCompressionRate: Single; in TCompressionStream.GetCompressionRate()
|