Searched refs:Multiple (Results 1 - 19 of 19) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtx/
H A Dmultiple.hpp58 /// @param Multiple Must be a null or positive value
64 genType const & Multiple);
70 /// @param Multiple Must be a null or positive value
76 genType const & Multiple);
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-member-pointers.cpp40 struct Multiple : B1, B2 { struct in inherits:B1,B2
74 int Multiple ::*m_d_memptr;
92 void (Multiple::*m_f_memptr)();
99 struct Unspecified : Multiple, Virtual {
111 void (Multiple ::*m_f_mp)() = &B2::foo;
177 void (Multiple ::*m_f_memptr)() = &Multiple::foo;
188 // CHECK: { i8* bitcast (void (%{{.*}}*)* @"\01?foo@Multiple@@QAEXXZ" to i8*), i32 0 },
352 void callMemberPointerMultiple(Multiple *o, void (Multiple argument
502 convertMultipleFuncToB2(void (Multiple::*mp)()) argument
[all...]
/external/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp332 if (MultipleShape *Multiple = dyn_cast<MultipleShape>(Ancestor))
333 Multiple->Breaks++; // We are breaking out of this Multiple, so need a
536 MultipleShape *Multiple = new MultipleShape(); local
537 Notice(Multiple);
556 Solipsize(CurrTarget, Branch::Break, Multiple, CurrBlocks);
561 Multiple->InnerMap[CurrEntry->Id] =
572 if (Multiple->InnerMap.size() >= RelooperMultipleSwitchThreshold) {
573 Multiple->UseSwitch = true;
574 Multiple
[all...]
/external/clang/test/SemaCXX/
H A Dmember-pointer-ms.cpp113 struct Multiple : B1, B2 { }; struct in inherits:B1,B2
116 static_assert(sizeof(int Multiple::*) == kMultipleDataSize, "");
119 static_assert(sizeof(void (Multiple::*)()) == kMultipleFunctionSize, "");
146 static_assert(sizeof(int Y<Multiple>::*) == kMultipleDataSize, "");
149 static_assert(sizeof(void (Y<Multiple>::*)()) == kMultipleFunctionSize, "");
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text85 Multiple paragraphs:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text85 Multiple paragraphs:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt85 Multiple paragraphs:
/external/libweave/third_party/chromium/base/memory/
H A Dweak_ptr_unittest.cc64 TEST(WeakPtrFactoryTest, Multiple) {
/external/llvm/include/llvm/Analysis/
H A DValueTracking.h131 /// Multiple. If unsuccessful, it returns false. Also, if V can be
134 bool ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp230 Value *Multiple = nullptr; local
231 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
233 return Multiple;
H A DValueTracking.cpp2368 /// Multiple. If unsuccessful, it returns false. It looks
2370 bool llvm::ComputeMultiple(Value *V, unsigned Base, Value *&Multiple, argument
2386 Multiple = V;
2393 // Multiple is 1.
2394 Multiple = ConstantInt::get(T, 1);
2399 Multiple = ConstantInt::get(T, CI->getZExtValue() / Base);
2414 return ComputeMultiple(I->getOperand(0), Base, Multiple,
2444 Multiple = ConstantExpr::getMul(MulC, Op1C);
2451 Multiple = Op1;
2468 Multiple
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1064 Multiple = 2, enumerator in enum:OT::SubstLookupSubTable::Type
1080 case Multiple: return_trace (u.multiple.dispatch (c));
1185 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Multiple, lookup_props, 1))) return_trace (false);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
H A Den.stg282 Multiple token rules can match input such as "<input>": <conflictingTokens; separator=", "><\n>
/external/libchrome/base/memory/
H A Dweak_ptr_unittest.cc205 TEST(WeakPtrFactoryTest, Multiple) {
/external/libvpx/libvpx/
H A Dexamples.mk217 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1508 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval. local
1510 assert(Multiple > 1 && Multiple <= 4 && "How can this happen?");
1519 if (!UniquedVals[i&(Multiple-1)].getNode())
1520 UniquedVals[i&(Multiple-1)] = N->getOperand(i);
1521 else if (UniquedVals[i&(Multiple-1)] != N->getOperand(i))
1525 // Okay, if we reached this point, UniquedVals[0..Multiple-1] contains
1533 for (unsigned i = 0; i != Multiple-1; ++i) {
1541 if (!UniquedVals[Multiple-1].getNode())
1543 int Val = cast<ConstantSDNode>(UniquedVals[Multiple
[all...]
/external/chromium-trace/catapult/third_party/flot/
H A DNEWS.md424 Multiple axes support. Code using dual axes should be changed from using
/external/bison/build-aux/
H A Dtexinfo.tex3719 % Multiple tokens in the argument. We hope it's a number.
/external/libmicrohttpd/doc/
H A Dtexinfo.tex3720 % Multiple tokens in the argument. We hope it's a number.

Completed in 903 milliseconds