Home
last modified time | relevance | path

Searched defs:compute (Results 1 – 25 of 123) sorted by relevance

12345

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
DForkJoinBenchmark.kt88 override fun compute(): Double { in compute() method in benchmarks.ForkJoinBenchmark.Task
102 private fun compute(coefficients: LongArray, start: Int, end: Int): Double { in compute() method
126 override fun compute() { in compute() method in benchmarks.ForkJoinBenchmark
149 private fun compute(coefficients: LongArray, start: Int, end: Int): Double { in compute() method
/external/guava/guava/src/com/google/common/math/
DQuantiles.java232 public double compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndex
243 public double compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndex
255 public double compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndex
266 public double compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndex
334 public Map<Integer, Double> compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndexes
346 public Map<Integer, Double> compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndexes
359 public Map<Integer, Double> compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndexes
371 public Map<Integer, Double> compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndexes
/external/guava/android/guava/src/com/google/common/math/
DQuantiles.java232 public double compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndex
243 public double compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndex
255 public double compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndex
266 public double compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndex
334 public Map<Integer, Double> compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndexes
346 public Map<Integer, Double> compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndexes
359 public Map<Integer, Double> compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndexes
371 public Map<Integer, Double> compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndexes
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dxla_control_flow_ops_test.py60 def compute(x): function
72 def compute(x): function
84 def compute(x): function
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h82 DiagonalPreconditioner& compute(const MatType& mat) in compute() function
183 LeastSquareDiagonalPreconditioner& compute(const MatType& mat) in compute() function
216 IdentityPreconditioner& compute(const MatrixType& ) { return *this; } in compute() function
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.hpp32 namespace compute namespace
DvktComputeBasicComputeShaderTests.hpp31 namespace compute namespace
DvktComputeTests.hpp31 namespace compute namespace
DvktComputeIndirectComputeDispatchTests.hpp31 namespace compute namespace
DvktComputeShaderBuiltinVarTests.hpp31 namespace compute namespace
DvktComputeTests.cpp33 namespace compute namespace
/external/skqp/src/compute/sk/
DSkSurface_Compute.h96 sk_sp<SkContext_Compute> compute; variable
DSkImage_Compute.cpp28 SkImage_Compute::SkImage_Compute(sk_sp<SkContext_Compute> compute, in SkImage_Compute()
DSkSurface_Compute.cpp33 SkSurface_Compute::SkSurface_Compute(sk_sp<SkContext_Compute> compute, in SkSurface_Compute()
/external/dagger2/java/dagger/producers/internal/
DMissingBindingProducer.java40 protected ListenableFuture<T> compute() { in compute() method in MissingBindingProducer
DMapOfProducedProducer.java45 public ListenableFuture<Map<K, Produced<V>>> compute() { in compute() method in MapOfProducedProducer
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTweenPath.java21 public float compute(float t, float[] points, int pointsCnt); in compute() method
DTweenEquation.java18 public abstract float compute(float t); in compute() method in TweenEquation
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/paths/
DLinear.java10 public float compute(float t, float[] points, int pointsCnt) { in compute() method in Linear
DCatmullRom.java10 public float compute(float t, float[] points, int pointsCnt) { in compute() method in CatmullRom
/external/dagger2/javatests/dagger/producers/internal/
DAbstractProducerTest.java68 public ListenableFuture<T> compute() { in compute() method in AbstractProducerTest.DelegateProducer
/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.c10 int compute() { in compute() function
/external/eigen/Eigen/src/Eigenvalues/
DGeneralizedSelfAdjointEigenSolver.h163 compute(const MatrixType& matA, const MatrixType& matB, int options) in compute() function
/external/deqp/framework/delibs/decpp/
DdeSha1.cpp39 Sha1 Sha1::compute (size_t size, const void* data) in compute() function in de::Sha1
/external/tensorflow/tensorflow/cc/saved_model/testdata/
Dgenerate_saved_models.py51 def compute(self, a, b): member in VarsAndArithmeticObjectGraph

12345