/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | epsilon.inl | 19 float const & epsilon 30 double const & epsilon 41 float const & epsilon 52 double const & epsilon 63 T const & epsilon 74 vecType<T, P> const & epsilon 85 T const & epsilon 96 vecType<T, P> const & epsilon 107 T const & epsilon 119 T const & epsilon
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | vector_query.inl | 85 T const & epsilon 98 T const & epsilon 112 T const & epsilon 124 T const & epsilon 136 T const & epsilon 148 T const & epsilon) 159 T const & epsilon 172 T const & epsilon 187 T const & epsilon
|
D | matrix_query.inl | 7 GLM_FUNC_QUALIFIER bool isNull(tmat2x2<T, P> const & m, T const & epsilon) argument 16 GLM_FUNC_QUALIFIER bool isNull(tmat3x3<T, P> const & m, T const & epsilon) argument 25 GLM_FUNC_QUALIFIER bool isNull(tmat4x4<T, P> const & m, T const & epsilon) argument 34 GLM_FUNC_QUALIFIER bool isIdentity(matType<T, P> const & m, T const & epsilon) argument 50 GLM_FUNC_QUALIFIER bool isNormalized(tmat2x2<T, P> const & m, T const & epsilon) argument 66 GLM_FUNC_QUALIFIER bool isNormalized(tmat3x3<T, P> const & m, T const & epsilon) argument 82 GLM_FUNC_QUALIFIER bool isNormalized(tmat4x4<T, P> const & m, T const & epsilon) argument 98 GLM_FUNC_QUALIFIER bool isOrthogonal(matType<T, P> const & m, T const & epsilon) argument
|
/external/skia/src/pathops/ |
D | SkPathOpsTypes.cpp | 18 static bool arguments_denormalized(float a, float b, int epsilon) { in arguments_denormalized() 25 static bool equal_ulps(float a, float b, int epsilon, int depsilon) { in equal_ulps() 35 static bool equal_ulps_no_normal_check(float a, float b, int epsilon, int depsilon) { in equal_ulps_no_normal_check() 42 static bool equal_ulps_pin(float a, float b, int epsilon, int depsilon) { in equal_ulps_pin() 55 static bool d_equal_ulps(float a, float b, int epsilon) { in d_equal_ulps() 62 static bool not_equal_ulps(float a, float b, int epsilon) { in not_equal_ulps() 72 static bool not_equal_ulps_pin(float a, float b, int epsilon) { in not_equal_ulps_pin() 85 static bool d_not_equal_ulps(float a, float b, int epsilon) { in d_not_equal_ulps() 92 static bool less_ulps(float a, float b, int epsilon) { in less_ulps() 102 static bool less_or_equal_ulps(float a, float b, int epsilon) { in less_or_equal_ulps()
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLMeanStdDevNormalizationKernel.cpp | 41 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate_arguments() 65 void CLMeanStdDevNormalizationKernel::configure(ICLTensor *input, ICLTensor *output, float epsilon) in configure() 70 …figure(const CLCompileContext &compile_context, ICLTensor *input, ICLTensor *output, float epsilon) in configure() 113 …evNormalizationKernel::validate(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate()
|
D | CLL2NormalizeLayerKernel.cpp | 45 …nst ITensorInfo *input, const ITensorInfo *sum, const ITensorInfo *output, int axis, float epsilon) in validate_arguments() 80 …configure(const ICLTensor *input, const ICLTensor *sum, ICLTensor *output, int axis, float epsilon) in configure() 85 …_context, const ICLTensor *input, const ICLTensor *sum, ICLTensor *output, int axis, float epsilon) in configure() 148 …nst ITensorInfo *input, const ITensorInfo *sum, const ITensorInfo *output, int axis, float epsilon) in validate()
|
D | CLFuseBatchNormalizationKernel.cpp | 45 float epsilon, FuseBatchNormalizationType fbn_type) in validate_arguments() 112 float epsilon, FuseBatchNormalizationType fbn_type) in configure() 120 float epsilon, FuseBatchNormalizationType fbn_type) in configure() 185 float epsilon, FuseBatchNormalizationType fbn_type) in validate()
|
D | CLBatchNormalizationLayerKernel.cpp | 45 float epsilon, ActivationLayerInfo act_info) in validate_arguments() 116 float epsilon, ActivationLayerInfo act_info) in configure() 123 float epsilon, ActivationLayerInfo act_info) in configure() 208 float epsilon, ActivationLayerInfo act_info) in validate()
|
/external/libchrome/ui/gfx/geometry/ |
D | cubic_bezier_unittest.cc | 17 double epsilon = 0.00015; in TEST() local 54 double epsilon = 0.00015; in TEST() local 80 double epsilon = 0.00015; in TEST() local 140 double epsilon = 0.00015; in TEST() local 202 double epsilon = 0.00015; in TEST() local
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLMeanStdDevNormalizationLayer.cpp | 33 void CLMeanStdDevNormalizationLayer::configure(ICLTensor *input, ICLTensor *output, float epsilon) in configure() 38 …figure(const CLCompileContext &compile_context, ICLTensor *input, ICLTensor *output, float epsilon) in configure() 46 …DevNormalizationLayer::validate(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate()
|
D | CLL2NormalizeLayer.cpp | 55 void CLL2NormalizeLayer::configure(ICLTensor *input, ICLTensor *output, int axis, float epsilon) in configure() 60 …st CLCompileContext &compile_context, ICLTensor *input, ICLTensor *output, int axis, float epsilon) in configure() 79 …malizeLayer::validate(const ITensorInfo *input, const ITensorInfo *output, int axis, float epsilon) in validate()
|
D | CLInstanceNormalizationLayer.cpp | 49 …nfigure(ICLTensor *input, ICLTensor *output, float gamma, float beta, float epsilon, bool use_mixe… in configure() 54 …ontext, ICLTensor *input, ICLTensor *output, float gamma, float beta, float epsilon, bool use_mixe… in configure() 66 …ensorInfo *input, const ITensorInfo *output, float gamma, float beta, float epsilon, bool use_mixe… in validate()
|
D | CLBatchNormalizationLayer.cpp | 46 …CLTensor *mean, const ICLTensor *var, const ICLTensor *beta, const ICLTensor *gamma, float epsilon, in configure() 53 const ICLTensor *gamma, float epsilon, in configure() 63 float epsilon, ActivationLayerInfo act_info) in validate()
|
D | CLFuseBatchNormalization.cpp | 47 float epsilon, FuseBatchNormalizationType fbn_type) in configure() 55 float epsilon, FuseBatchNormalizationType fbn_type) in configure() 64 float epsilon, FuseBatchNormalizationType fbn_type) in validate()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | OpenMapRealVector.java | 47 private final double epsilon; field in OpenMapRealVector 75 public OpenMapRealVector(int dimension, double epsilon) { in OpenMapRealVector() 107 public OpenMapRealVector(int dimension, int expectedSize, double epsilon) { in OpenMapRealVector() 128 public OpenMapRealVector(double[] values, double epsilon) { in OpenMapRealVector() 155 public OpenMapRealVector(Double[] values, double epsilon) { in OpenMapRealVector()
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | L2NormalizeLayerFixture.h | 52 … void setup(TensorShape shape, DataType data_type, DataLayout data_layout, int axis, float epsilon) in setup() 69 …pute_target(TensorShape shape, DataType data_type, DataLayout data_layout, int axis, float epsilon) in compute_target() 103 …ence(const TensorShape &shape, DataType data_type, DataLayout data_layout, int axis, float epsilon) in compute_reference()
|
D | BatchNormalizationLayerFixture.h | 48 …void setup(TensorShape shape0, TensorShape shape1, float epsilon, bool use_beta, bool use_gamma, A… in setup() 93 …TensorType compute_target(TensorShape shape0, const TensorShape &shape1, float epsilon, Activation… in compute_target() 145 …mpute_reference(const TensorShape &shape0, const TensorShape &shape1, float epsilon, ActivationLay… in compute_reference()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_simple.cpp | 159 Tensor<int, 3> epsilon(3,3,3); in test_3d() local 277 Tensor<int, 3> epsilon(3,3,3); in test_simple_assign() local 297 Tensor<int, 3> epsilon; in test_resize() local
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEMeanStdDevNormalizationLayer.cpp | 34 void NEMeanStdDevNormalizationLayer::configure(ITensor *input, ITensor *output, float epsilon) in configure() 43 …DevNormalizationLayer::validate(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate()
|
/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | value_with_epsilon.hpp | 21 value_with_epsilon(T value, T epsilon) : m_value(value), m_epsilon(epsilon) {} in value_with_epsilon() 28 T epsilon() const in epsilon() function in value_with_epsilon 67 inline value_with_epsilon< T > approx(T value, U epsilon) in approx()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/ |
D | PoissonDistribution.java | 72 private final double epsilon; field in PoissonDistribution 106 public PoissonDistribution(double p, double epsilon, int maxIterations) in PoissonDistribution() 122 public PoissonDistribution(RandomGenerator rng, double p, double epsilon, int maxIterations) in PoissonDistribution() 153 public PoissonDistribution(double p, double epsilon) throws NotStrictlyPositiveException { in PoissonDistribution()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/linear/ |
D | SimplexSolver.java | 76 private final double epsilon; field in SimplexSolver 108 public SimplexSolver(final double epsilon) { in SimplexSolver() 118 public SimplexSolver(final double epsilon, final int maxUlps) { in SimplexSolver() 129 public SimplexSolver(final double epsilon, final int maxUlps, final double cutOff) { in SimplexSolver()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 100 const float epsilon = (float)1e-5; in iterate() local 152 const float epsilon = (float)1e-5; in iterate() local 305 const float epsilon = (float)1e-5; in iterate() local 509 const float epsilon = (float)1e-5; in iterate() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/ |
D | Beta.java | 73 double epsilon) throws MathException in regularizedBeta() 118 final double b, double epsilon, int maxIterations) throws MathException in regularizedBeta() 188 public static double logBeta(double a, double b, double epsilon, in logBeta()
|
/external/ComputeLibrary/src/cpu/kernels/l2normlayer/generic/neon/ |
D | fp32.cpp | 33 void neon_fp32_l2_normalize_x(const ITensor *in, const ITensor *sum, ITensor *out, float epsilon, c… in neon_fp32_l2_normalize_x() 39 void neon_fp32_l2_normalize_yz(const ITensor *in, const ITensor *sum, ITensor *out, float epsilon, … in neon_fp32_l2_normalize_yz()
|