HomeSort by relevance Sort by last modified time
    Searched defs:compute (Results 26 - 50 of 443) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 76 /// compute - Compute the preferred allocation order for RC with reserved
79 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { function in class:RegisterClassInfo
170 // For efficiency, only compute the set order for the largest set.
177 compute(RC);
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentMap.java 417 default V compute(K key, method in interface:ConcurrentMap
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/
AvailableTicketCounter.java 62 private int compute() { method in class:AvailableTicketCounter
75 value = compute();
86 int value = compute();
102 int newValue = compute();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
UpdatePreviewTask.java 61 mPreviewPipeline.compute(buffer, renderingPreset, 0);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RefocusFilter.java 25 * main function is {@code compute}. All other functions and data structures are
69 protected Bitmap compute(Bitmap inputImage, BlurStack blurStack) { method in class:RefocusFilter
  /external/dagger2/producers/src/test/java/dagger/producers/internal/
AbstractProducerTest.java 81 public ListenableFuture<Integer> compute(ProducerMonitor unusedMonitor) {
140 public ListenableFuture<T> compute(ProducerMonitor unusedMonitor) { method in class:AbstractProducerTest.DelegateProducer
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 22 * \brief Compute Shader Tests
51 namespace compute namespace in namespace:vkt
96 return compute::makeBufferImageCopy(vk::makeExtent3D(imageSize.x(), imageSize.y(), 1), 1u);
273 return tcu::TestStatus::pass("Compute succeeded");
444 return tcu::TestStatus::pass("Compute succeeded");
619 return tcu::TestStatus::pass("Compute succeeded");
    [all...]
vktComputeTestsUtil.cpp 21 * \brief Compute tests utility classes
32 namespace compute namespace in namespace:vkt
323 } // compute
  /external/eigen/Eigen/src/Eigenvalues/
ComplexEigenSolver.h 38 * The main function in this class is compute(), which computes the
90 * perform decompositions via compute().
123 * This constructor calls compute() to compute the eigendecomposition.
134 compute(matrix.derived(), computeEigenvectors);
143 * function compute(const MatrixType& matrix, bool) has been called before
144 * to compute the eigendecomposition of a matrix, and
170 * function compute(const MatrixType& matrix, bool) has been called before
171 * to compute the eigendecomposition of a matrix.
203 * compute the eigenvalues and eigenvectors
261 ComplexEigenSolver<MatrixType>::compute(const EigenBase<InputType>& matrix, bool computeEigenvectors) function in class:Eigen::ComplexEigenSolver
    [all...]
HessenbergDecomposition.h 45 * Call the function compute() to compute the Hessenberg decomposition of a
94 * perform decompositions via compute(). The \p size parameter is only
98 * \sa compute() for an example.
113 * This constructor calls compute() to compute the Hessenberg
152 HessenbergDecomposition& compute(const EigenBase<InputType>& matrix) function in class:Eigen::HessenbergDecomposition
171 * or the member function compute(const MatrixType&) has been called
172 * before to compute the Hessenberg decomposition of a matrix.
191 * or the member function compute(const MatrixType&) has been calle
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 31 * // Compute the left and right scaling vectors. The matrix is equilibrated at output
61 compute(matrix);
67 * Compute the left and right diagonal matrices to scale the input matrix @p mat
73 void compute (const MatrixType& mat) function in class:Eigen::IterScaling
138 /** Compute the left and right vectors to scale the vectors
141 * \sa compute()
145 compute (mat);
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 322 * Currently a QR algorithm is used to compute the eigenvalues of the companion matrix of
323 * the polynomial to compute its roots.
345 void compute( const OtherPolynomial& poly ) function in class:Eigen::PolynomialSolver
353 m_eigenSolver.compute( companion.denseMatrix() );
366 compute( poly ); }
386 void compute( const OtherPolynomial& poly ) function in class:Eigen::PolynomialSolver
396 compute( poly ); }
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h 34 /** Creates a LU object and compute the respective factorization of \a matrix using
39 m_lu.IsRowMajor ? computeRowMajor() : compute();
89 void compute();
120 void SkylineInplaceLU<MatrixType>::compute() { function in class:Eigen::SkylineInplaceLU
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
MapMaker.java 138 result = compute(key);
143 private V compute(K key) { method in class:MapMaker.ExpiringComputingMap
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 29 * To correctly compute a stack map table, all the arguments must
34 public void compute(CodeIterator ci, TypedBlock[] blocks, int maxLocals, method in class:Liveness
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
RefocusFilter.java 11 * main function is {@code compute}. All other functions and data structures are
68 protected Bitmap compute(Bitmap inputImage, BlurStack blurStack) { method in class:RefocusFilter
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 314 static inline int compute(const uint32_t& x, const uint32_t& y, function in namespace:overlay::utils
321 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
324 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
328 srcCrop.x = compute(whf.h,
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.cpp 285 static inline int compute(const uint32_t& x, const uint32_t& y, function in namespace:overlay::utils
292 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
295 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
299 srcCrop.x = compute(whf.h,
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp 307 static inline int compute(const uint32_t& x, const uint32_t& y, function in namespace:overlay::utils
314 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
317 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
321 srcCrop.x = compute(whf.h,
  /libcore/ojluni/src/main/java/java/util/
Map.java 1135 default V compute(K key, method in interface:Map
    [all...]
ArraysParallelSortHelpers.java 80 * compute() methods, We pack these into as few lines as possible,
92 public final void compute() { } method in class:ArraysParallelSortHelpers.EmptyCompleter
105 public final void compute() { } method in class:ArraysParallelSortHelpers.Relay
107 task.compute();
126 public final void compute() { method in class:ArraysParallelSortHelpers.FJObject.Sorter
167 public final void compute() { method in class:ArraysParallelSortHelpers.FJObject.Merger
245 public final void compute() { method in class:ArraysParallelSortHelpers.FJByte.Sorter
282 public final void compute() { method in class:ArraysParallelSortHelpers.FJByte.Merger
356 public final void compute() { method in class:ArraysParallelSortHelpers.FJChar.Sorter
393 public final void compute() { method in class:ArraysParallelSortHelpers.FJChar.Merger
467 public final void compute() { method in class:ArraysParallelSortHelpers.FJShort.Sorter
504 public final void compute() { method in class:ArraysParallelSortHelpers.FJShort.Merger
578 public final void compute() { method in class:ArraysParallelSortHelpers.FJInt.Sorter
615 public final void compute() { method in class:ArraysParallelSortHelpers.FJInt.Merger
689 public final void compute() { method in class:ArraysParallelSortHelpers.FJLong.Sorter
726 public final void compute() { method in class:ArraysParallelSortHelpers.FJLong.Merger
800 public final void compute() { method in class:ArraysParallelSortHelpers.FJFloat.Sorter
837 public final void compute() { method in class:ArraysParallelSortHelpers.FJFloat.Merger
911 public final void compute() { method in class:ArraysParallelSortHelpers.FJDouble.Sorter
948 public final void compute() { method in class:ArraysParallelSortHelpers.FJDouble.Merger
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
AbstractShortCircuitTask.java 101 public void compute() { method in class:AbstractShortCircuitTask
144 * {@code sharedResult}. The {@code compute()} method will check
  /cts/tests/tests/graphics/src/android/graphics/cts/
VulkanFeaturesTest.java 141 int compute = determineHardwareCompute(device); local
145 ": level=" + level + " compute=" + compute +
148 if (level >= bestDeviceLevel && compute >= bestComputeLevel &&
152 bestComputeLevel = compute;
174 " doesn't match best physical device hardware compute " + bestComputeLevel,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 132 def compute(s): function in function:task_hashing
134 return compute, (arg, )
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 104 static T compute(Bool b) { function in class:test3::User

Completed in 1851 milliseconds

12 3 4 5 6 7 8 91011>>