/external/llvm-project/flang/test/Semantics/ |
D | acc-resolve02.f90 | 3 subroutine compute() subroutine 13 end subroutine compute argument
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/ |
D | ForkJoinBenchmark.kt | 89 override fun compute(): Double { in compute() method in benchmarks.scheduler.ForkJoinBenchmark.Task 103 private fun compute(coefficients: LongArray, start: Int, end: Int): Double { in compute() method 127 override fun compute() { in compute() method in benchmarks.scheduler.ForkJoinBenchmark 160 private fun compute(coefficients: LongArray, start: Int, end: Int): Double { in compute() method
|
/external/guava/android/guava/src/com/google/common/math/ |
D | Quantiles.java | 234 public double compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndex 245 public double compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndex 257 public double compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndex 268 public double compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndex 339 public Map<Integer, Double> compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndexes 353 public Map<Integer, Double> compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndexes 368 public Map<Integer, Double> compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndexes 382 public Map<Integer, Double> compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndexes
|
/external/guava/guava/src/com/google/common/math/ |
D | Quantiles.java | 234 public double compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndex 245 public double compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndex 257 public double compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndex 268 public double compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndex 339 public Map<Integer, Double> compute(Collection<? extends Number> dataset) { in compute() method in Quantiles.ScaleAndIndexes 353 public Map<Integer, Double> compute(double... dataset) { in compute() method in Quantiles.ScaleAndIndexes 368 public Map<Integer, Double> compute(long... dataset) { in compute() method in Quantiles.ScaleAndIndexes 382 public Map<Integer, Double> compute(int... dataset) { in compute() method in Quantiles.ScaleAndIndexes
|
/external/tensorflow/tensorflow/c/experimental/saved_model/internal/testdata/ |
D | gen_saved_models.py | 69 def compute(self, value): member in _gen_uninitialized_variable.Module 85 def compute(self, value): member in _gen_simple_while_loop.Module
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | BasicPreconditioners.h | 82 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/rust/crates/num-traits/src/ |
D | lib.rs | 536 fn compute<T: Num + Copy>(x: T, y: T) -> T { in check_num_ops() function 544 fn compute<T: NumRef>(x: T, y: &T) -> T { in check_numref_ops() function 552 fn compute<T: Copy>(x: &T, y: T) -> T in check_refnum_ops() function 563 fn compute<T>(x: &T, y: &T) -> T in check_refref_ops() function 574 fn compute<T: NumAssign + Copy>(mut x: T, y: T) -> T { in check_numassign_ops() function
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | DoubleConst.java | 49 public ASTree compute(int op, ASTree right) { in compute() method in DoubleConst 73 private static DoubleConst compute(int op, double value1, double value2, in compute() method in DoubleConst
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeCooperativeMatrixTests.hpp | 32 namespace compute namespace
|
D | vktComputeZeroInitializeWorkgroupMemoryTests.hpp | 32 namespace compute namespace
|
D | vktComputeBasicComputeShaderTests.hpp | 31 namespace compute namespace
|
D | vktComputeWorkgroupMemoryExplicitLayoutTests.hpp | 32 namespace compute namespace
|
D | vktComputeIndirectComputeDispatchTests.hpp | 31 namespace compute namespace
|
D | vktComputeTests.hpp | 31 namespace compute namespace
|
D | vktComputeShaderBuiltinVarTests.hpp | 31 namespace compute namespace
|
D | vktComputeTests.cpp | 35 namespace compute namespace
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm-mfpu-none.c | 7 float compute(float a, float b) { in compute() function
|
/external/skqp/src/compute/sk/ |
D | SkSurface_Compute.h | 96 sk_sp<SkContext_Compute> compute; variable
|
D | SkImage_Compute.cpp | 28 SkImage_Compute::SkImage_Compute(sk_sp<SkContext_Compute> compute, in SkImage_Compute()
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
D | TweenPath.java | 21 public float compute(float t, float[] points, int pointsCnt); in compute() method
|
D | TweenEquation.java | 18 public abstract float compute(float t); in compute() method in TweenEquation
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | xla_control_flow_ops_test.py | 69 def compute(x): function 81 def compute(x): function 93 def compute(x): function
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/paths/ |
D | Linear.java | 10 public float compute(float t, float[] points, int pointsCnt) { in compute() method in Linear
|
/external/dagger2/java/dagger/producers/internal/ |
D | MapOfProducedProducer.java | 45 public ListenableFuture<Map<K, Produced<V>>> compute() { in compute() method in MapOfProducedProducer
|
/external/dagger2/javatests/dagger/producers/internal/ |
D | AbstractProducerTest.java | 68 public ListenableFuture<T> compute() { in compute() method in AbstractProducerTest.DelegateProducer
|