HomeSort by relevance Sort by last modified time
    Searched refs:Multiple (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/vulkan-validation-layers/libs/glm/gtx/
multiple.hpp 24 /// @file glm/gtx/multiple.hpp
34 /// @brief Find the closest number of a number multiple of other number.
36 /// <glm/gtx/multiple.hpp> need to be included to use these functionalities.
54 /// Higher multiple number of Source.
58 /// @param Multiple Must be a null or positive value
64 genType const & Multiple);
66 /// Lower multiple number of Source.
70 /// @param Multiple Must be a null or positive value
76 genType const & Multiple);
81 #include "multiple.inl
    [all...]
  /build/make/core/
math.mk 32 $(if $(word 2,$(1)),$(error Multiple words in a single argument: $(1))) \
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 53 struct Multiple : B1, B2 {
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;
201 // CHECK: { i8* bitcast (void (%{{.*}}*)* @"\01?foo@Multiple@@QAEXXZ" to i8*), i32 0 },
365 void callMemberPointerMultiple(Multiple *o, void (Multiple::*memptr)())
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug409.go 7 // Multiple inlined calls to a function that causes
bug418.go 8 // Multiple valued expressions in return lists.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug409.go 7 // Multiple inlined calls to a function that causes
bug418.go 8 // Multiple valued expressions in return lists.
  /external/clang/test/SemaCXX/
member-pointer-ms.cpp 11 // - single, multiple, and virtual inheritance (and unspecified for incomplete)
113 struct Multiple : 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, "");
155 // A non-primary base class uses the multiple inheritance model for member
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 394 UINT32 Multiple;
424 Multiple = 10;
428 Multiple = 12;
432 Multiple = 13;
436 Multiple = 15;
440 Multiple = 20;
445 Multiple = 26;
447 Multiple = 25;
452 Multiple = 30;
456 Multiple = 35;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 105 // If malloc call's arg can be determined to be a multiple of ElementSize,
106 // return the multiple. Otherwise, return NULL.
108 Value *Multiple = NULL;
109 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
111 return Multiple;
173 /// argument passed to malloc is a multiple of the size of the malloced type,
174 /// then return that multiple. For non-array mallocs, the multiple is
ValueTracking.cpp     [all...]
  /external/curl/docs/cmdline-opts/
capath.d 7 peer. Multiple paths can be provided by separating them with ":" (e.g.
data.d 26 stdin. Multiple files can also be specified. Posting data from a file named
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 85 Multiple paragraphs:
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 85 Multiple paragraphs:
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 85 Multiple paragraphs:
  /frameworks/rs/script_api/
rs_allocation_data.spec 25 <li>Multiple cells can be copied using the rsAllocationCopy* and
112 values incrementing other dimensions. Use multiple calls to rsGetElementAt()
168 incrementing other dimensions. Use multiple calls to rsSetElementAt() instead.
rs_value_types.spec 52 Multiple entries of a vector can be accessed at once by using an identifier that is
53 the concatenation of multiple letters or indices. The resulting vector has a size
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ValueTracking.h 84 /// ComputeMultiple - This function computes the integer multiple of Base that
85 /// equals V. If successful, it returns true and returns the multiple in
86 /// Multiple. If unsuccessful, it returns false. Also, if V can be
89 bool ComputeMultiple(Value *V, unsigned Base, Value *&Multiple,
  /prebuilts/go/darwin-x86/src/io/ioutil/
tempfile.go 43 // Multiple programs calling TempFile simultaneously
73 // Multiple programs calling TempDir simultaneously
  /prebuilts/go/linux-x86/src/io/ioutil/
tempfile.go 43 // Multiple programs calling TempFile simultaneously
73 // Multiple programs calling TempDir simultaneously
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
a0.go 19 // Multiple notes may be in the same comment group and should be
  /prebuilts/go/linux-x86/src/go/doc/testdata/
a0.go 19 // Multiple notes may be in the same comment group and should be
  /prebuilts/go/darwin-x86/src/cmd/link/
linkbig_test.go 38 // Multiple .s files are generated instead of one.
  /prebuilts/go/darwin-x86/src/net/http/
status.go 92 StatusMultipleChoices: "Multiple Choices",

Completed in 609 milliseconds

1 2 3 4 5