HomeSort by relevance Sort by last modified time
    Searched refs:Size (Results 276 - 300 of 2560) sorted by null

<<11121314151617181920>>

  /external/deqp/framework/common/
tcuMatrixUtil.hpp 33 template <typename T, int Size>
34 Matrix<T, Size+1, Size+1> translationMatrix (const Vector<T, Size>& translation);
  /external/eigen/test/
hessenberg.cpp 14 template<typename Scalar,int Size> void hessenberg(int size = Size)
16 typedef Matrix<Scalar,Size,Size> MatrixType;
20 MatrixType m = MatrixType::Random(size,size);
25 for(int row = 2; row < size; ++row) {
33 MatrixType A = MatrixType::Random(size, size);
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 43 uint64_t Size;
48 : Val(V), PrevInList(nullptr), NextInList(nullptr), AS(nullptr), Size(0),
62 if (NewSize > Size) Size = NewSize;
72 uint64_t getSize() const { return Size; }
157 assert(i < UnknownInsts.size());
256 void addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size,
262 for (size_t i = 0, e = UnknownInsts.size(); i != e; ++i)
277 bool aliasesPointer(const Value *Ptr, uint64_t Size, const AAMDNodes &AAInfo,
332 bool add(Value *Ptr, uint64_t Size, const AAMDNodes &AAInfo); // Add a loc
    [all...]
  /external/llvm/include/llvm/IR/
MDBuilder.h 135 uint64_t Size;
137 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) :
138 Offset(Offset), Size(Size), TBAA(TBAA) {}
  /external/llvm/include/llvm/MC/
MCWinCOFFStreamer.h 56 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
58 void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
60 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
62 void EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
  /external/llvm/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 32 uint64_t Size; // Size of the variable in bytes.
47 size_t FrameSize; // Size of the frame in bytes.
55 // The minimal size of the left-most redzone (header).
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterHandler.h 33 /// \brief For symbols that have a size designated (e.g. common symbols),
34 /// this tracks that size.
35 virtual void setSymbolSize(const MCSymbol *Sym, uint64_t Size) = 0;
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.h 32 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes,
  /external/llvm/tools/llvm-mc-fuzzer/
llvm-mc-fuzzer.cpp 65 int DisassembleOneInput(const uint8_t *Data, size_t Size) {
68 std::vector<uint8_t> DataCopy(Data, Data + Size);
78 Consumed = LLVMDisasmInstruction(Ctx, p, Size, 0, AssemblyText,
80 Size -= Consumed;
110 // advisable to constrain the maximum input size to a single instruction
124 if (MAttrs.size()) {
126 for (unsigned i = 0; i != MAttrs.size(); ++i)
  /external/lzma/CPP/7zip/UI/Common/
SortUtils.cpp 17 unsigned numItems = strings.Size();
  /external/opencv3/modules/core/include/opencv2/core/
opengl.hpp 115 @param asize 2D array size.
120 Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease = false);
132 @param asize 2D array size.
137 Buffer(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false);
157 @param asize 2D array size.
162 void create(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false);
259 Size size() const;
306 Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease = false);
317 @param asize 2D array size
572 cv::Size cv::ogl::Buffer::size() const function in class:cv::ogl::Buffer
646 cv::Size cv::ogl::Texture2D::size() const function in class:cv::ogl::Texture2D
671 int cv::ogl::Arrays::size() const function in class:cv::ogl::Arrays
    [all...]
  /external/opencv3/modules/core/perf/opencl/
perf_bufferpool.cpp 54 Size sz(1920, 1080);
71 Size sz(1920, 1080);
89 Size sz(1920, 1080);
114 Size sz(1920, 1080);
  /external/opencv3/modules/cudev/test/
test_lut.cu 60 const Size size = randomSize(100, 400);
63 Mat src = randomMat(size, type);
64 Mat tbl = randomMat(Size(256, 1), type);
test_pyramids.cu 53 const Size size = randomSize(100, 400);
55 Mat src = randomMat(size, CV_8UC1);
69 const Size size = randomSize(100, 400);
71 Mat src = randomMat(size, CV_32FC4);
transpose.cu 53 const Size size = randomSize(100, 400);
55 Mat src = randomMat(size, CV_8UC1);
69 const Size size = randomSize(100, 400);
71 Mat src = randomMat(size, CV_32FC3);
  /external/opencv3/modules/imgproc/perf/
perf_filter2d.cpp 13 typedef TestBaseWithParam< tr1::tuple<Size, int, BorderMode> > TestFilter2d;
18 Values( Size(320, 240), sz1080p ),
24 Size sz;
63 Mat gaborKernel = getGaborKernel(Size(kernelSize, kernelSize), sigma, theta, lambda, gamma);
  /external/opencv3/modules/video/perf/
perf_ecc.cpp 35 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
43 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
49 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
56 Size(200,200), INTER_LINEAR + WARP_INVERSE_MAP);
  /external/opencv3/modules/viz/include/opencv2/viz/
viz3d.hpp 112 @param window_size Size of Viz3d window. Default value means no change.
114 void showImage(InputArray image, const Size& window_size = Size(-1, -1));
179 /** @brief Returns the current size of the window.
181 Size getWindowSize() const;
182 /** @brief Sets the size of the window.
184 @param window_size New size of the window.
186 void setWindowSize(const Size &window_size);
  /external/opencv3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/
Tutorial3View.java 11 import android.hardware.Camera.Size;
42 public List<Size> getResolutionList() {
46 public void setResolution(Size resolution) {
53 public Size getResolution() {
  /external/sfntly/cpp/src/sfntly/port/
memory_output_stream.h 43 size_t Size();
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_multi_vector_unittest.cc 76 EXPECT_EQ(0u, vec1.Size());
82 EXPECT_EQ(initial_size, vec2.Size());
106 ASSERT_EQ(array_length(), vec.Size());
108 ASSERT_EQ(array_length(), vec_copy.Size());
150 ASSERT_EQ(2u * array_length(), vec1.Size());
167 ASSERT_EQ(2u, vec2.Size());
182 ASSERT_EQ(2u * array_length(), vec.Size());
226 ASSERT_EQ(array_length() - 1u, vec.Size());
236 vec.PopFront(array_length()); // Remove more elements than vector size.
237 EXPECT_EQ(0u, vec.Size());
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
native_frame.h 30 NativeFrame(int size);
34 // Set the frame data and size in bytes. The NativeFrame object takes ownership of the data.
36 bool SetData(uint8_t* data, int size);
38 // Write the specified data of the given size to the frame at the specified offset. The
40 bool WriteData(const uint8_t* data, int offset, int size);
52 // Resize the frame. You can only resize to a size that fits within the frame's capacity.
56 // Returns the size of the frame in bytes.
57 int Size() {
73 // Size of data buffer in bytes.
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraSettings.java 42 Camera.Size paramPreviewSize = params.getPreviewSize();
43 setPreviewSize(new Size(paramPreviewSize.width, paramPreviewSize.height));
68 // Output: Photo size, compression quality
70 Camera.Size paramPictureSize = params.getPictureSize();
71 setPhotoSize(new Size(paramPictureSize.width, paramPictureSize.height));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
alias.d 8 +Size +EntSize +Flags +Link +Info +Align
29 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 55 void cv::cuda::dft(InputArray, OutputArray, Size, int, Stream&) { throw_no_cuda(); }
57 Ptr<Convolution> cv::cuda::createConvolution(Size) { throw_no_cuda(); return Ptr<Convolution>(); }
195 Size src1Size = tr1 ? Size(src1.rows, src1.cols) : src1.size();
196 Size src2Size = tr2 ? Size(src2.rows, src2.cols) : src2.size();
197 Size src3Size = tr3 ? Size(src3.rows, src3.cols) : src3.size()
    [all...]

Completed in 508 milliseconds

<<11121314151617181920>>