Home
last modified time | relevance | path

Searched refs:Multiple (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/external/vulkan-validation-layers/libs/glm/gtx/
Dmultiple.inl23 genType const & Multiple
29 return Tmp + (Multiple - (Tmp % Multiple));
32 return Source + (-Source % Multiple);
43 genType const & Multiple
47 return Tmp + (Multiple - (Tmp % Multiple));
59 genType const & Multiple argument
63 return Compute(Source, Multiple);
70 float const & Multiple argument
76 return Tmp + (Multiple - std::fmod(Tmp, Multiple));
79 return Source + std::fmod(-Source, Multiple);
[all …]
Dmultiple.hpp64 genType const & Multiple);
76 genType const & Multiple);
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-member-pointers.cpp53 struct Multiple : B1, B2 { struct
87 int Multiple ::*m_d_memptr;
105 void (Multiple::*m_f_memptr)();
112 struct Unspecified : Multiple, Virtual {
124 void (Multiple ::*m_f_mp)() = &B2::foo;
190 void (Multiple ::*m_f_memptr)() = &Multiple::foo; in EmitNonVirtualMemberPointers()
365 void callMemberPointerMultiple(Multiple *o, void (Multiple::*memptr)()) { in callMemberPointerMultiple()
497 void (Multiple::*convertB2FuncToMultiple(void (B2::*mp)()))() { in convertB2FuncToMultiple()
515 void (B2::*convertMultipleFuncToB2(void (Multiple::*mp)()))() { in convertMultipleFuncToB2()
/external/clang/test/Analysis/
Dnonnull.m79 // Multiple attributes, the basic case
101 // Multiple attributes, multiple prototypes
119 // Multiple attributes, same index
132 // Multiple attributes, the middle argument is missing an attribute
151 // Multiple attributes, when the last is without index
164 // Multiple attributes, when the first is without index
/external/clang/test/SemaCXX/
Dmember-pointer-ms.cpp113 struct Multiple : B1, B2 { }; struct
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/deqp/doc/testspecs/GLES3/
Dfunctional.vertex_arrays.multiple_attributes.txt19 Multiple vertex attribute vertex array tests
26 + Multiple attributes from different sources(buffer, user pointer).
27 + Multiple attributes with different strides
28 + Multiple attributes with different input types.
/external/deqp/doc/testspecs/GLES2/
Dfunctional.vertex_arrays.multiple_attributes.txt19 Multiple vertex attribute vertex array tests
26 + Multiple attributes from different sources(buffer, user pointer).
27 + Multiple attributes with different strides
28 + Multiple attributes with different input types.
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp108 Value *Multiple = NULL; in computeArraySize() local
109 if (ComputeMultiple(MallocArg, ElementSize, Multiple, in computeArraySize()
111 return Multiple; in computeArraySize()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dzext-fold.ll13 ;; Multiple uses of %x but easily extensible.
29 ;; Multiple uses of %x where we shouldn't extend the load.
/external/llvm/test/CodeGen/X86/
Dzext-fold.ll13 ;; Multiple uses of %x but easily extensible.
29 ;; Multiple uses of %x where we shouldn't extend the load.
/external/llvm/test/tools/dsymutil/X86/
Dmultiple-inputs.test9 # Multiple inputs in flat mode
18 # Multiple inputs that end up in the same named bundle
27 # Multiple inputs in a named bundle in flat mode... impossible.
/external/honggfuzz/
DCHANGELOG33 - Multiple stability improvements for most of the supported architectures
41 - Multiple examples in examples/
58 - Multiple small things: usage notes, logging
DREADME.md51 …* [Multiple bugs in the __libtiff__ library](http://bugzilla.maptools.org/buglist.cgi?query_format…
52 …* [Multiple bugs in the __librsvg__ library](https://bugzilla.gnome.org/buglist.cgi?query_format=a…
53 …* [Multiple bugs in the __poppler__ library](http://lists.freedesktop.org/archives/poppler/2010-No…
54 * [Multiple exploitable bugs in __IDA-Pro__](https://www.hex-rays.com/bugbounty.shtml)
/external/llvm/test/Verifier/
Doperand-bundles.ll39 ; CHECK: Multiple deopt operand bundles
52 ; CHECK: Multiple gc-transition operand bundles
/external/llvm/lib/Target/ARM/
DARMScheduleV6.td282 // FP Load Multiple
285 // FP Load Multiple + update
295 // FP Store Multiple
298 // FP Store Multiple + update
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMScheduleV6.td276 // FP Load Multiple
279 // FP Load Multiple + update
289 // FP Store Multiple
292 // FP Store Multiple + update
/external/valgrind/docs/internals/
Ddirectory-structure.txt8 1. Multiple tools, plus the core.
9 2. Multiple architectures, OSes, and platforms (arch/OS combinations).
/external/deqp/doc/testspecs/GLES31/
Dfunctional.synchronization.txt59 Multiple computes are dispatched without calling MemoryBarrier(). Result and
66 Multiple instances of programs are dispatched without calling MemoryBarrrier(). Buffer
Dfunctional.compute.shared_var.txt33 + Multiple work groups for atomic function cases
36 + Multiple shared variables
/external/eigen/cmake/
DFindGMP.cmake1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
/external/python/cpython2/Modules/_ctypes/libffi/doc/
Dlibffi.info87 * Multiple ABIs:: Different passing styles on one platform.
112 *note Multiple ABIs:: for more information.
214 File: libffi.info, Node: Types, Next: Multiple ABIs, Prev: Simple Example, Up: Using libffi
381 File: libffi.info, Node: Multiple ABIs, Next: The Closure API, Prev: Types, Up: Using libffi
383 2.4 Multiple ABIs
393 File: libffi.info, Node: The Closure API, Next: Closure Example, Prev: Multiple ABIs, Up: Using…
612 Node: Multiple ABIs12473
/external/python/cpython3/Modules/_ctypes/libffi/doc/
Dlibffi.info87 * Multiple ABIs:: Different passing styles on one platform.
112 *note Multiple ABIs:: for more information.
214 File: libffi.info, Node: Types, Next: Multiple ABIs, Prev: Simple Example, Up: Using libffi
381 File: libffi.info, Node: Multiple ABIs, Next: The Closure API, Prev: Types, Up: Using libffi
383 2.4 Multiple ABIs
393 File: libffi.info, Node: The Closure API, Next: Closure Example, Prev: Multiple ABIs, Up: Using…
612 Node: Multiple ABIs12473
/external/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text85 Multiple paragraphs:
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt85 Multiple paragraphs:
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text85 Multiple paragraphs:

12345678910>>...15