/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/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 | 32 void CLMeanStdDevNormalizationLayer::configure(ICLTensor *input, ICLTensor *output, float epsilon) in configure() 37 …figure(const CLCompileContext &compile_context, ICLTensor *input, ICLTensor *output, float epsilon) in configure() 44 …DevNormalizationLayer::validate(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate()
|
D | CLInstanceNormalizationLayer.cpp | 37 …nfigure(ICLTensor *input, ICLTensor *output, float gamma, float beta, float epsilon, bool use_mixe… in configure() 42 …ontext, ICLTensor *input, ICLTensor *output, float gamma, float beta, float epsilon, bool use_mixe… in configure() 49 …ensorInfo *input, const ITensorInfo *output, float gamma, float beta, float epsilon, bool use_mixe… in validate()
|
D | CLL2NormalizeLayer.cpp | 54 void CLL2NormalizeLayer::configure(ICLTensor *input, ICLTensor *output, int axis, float epsilon) in configure() 59 …st CLCompileContext &compile_context, ICLTensor *input, ICLTensor *output, int axis, float epsilon) in configure() 76 …malizeLayer::validate(const ITensorInfo *input, const ITensorInfo *output, int axis, float epsilon) in validate()
|
D | CLBatchNormalizationLayer.cpp | 45 …CLTensor *mean, const ICLTensor *var, const ICLTensor *beta, const ICLTensor *gamma, float epsilon, in configure() 52 const ICLTensor *gamma, float epsilon, in configure() 61 float epsilon, ActivationLayerInfo act_info) in validate()
|
D | CLFuseBatchNormalization.cpp | 46 float epsilon, FuseBatchNormalizationType fbn_type) in configure() 54 float epsilon, FuseBatchNormalizationType fbn_type) in configure() 62 float epsilon, FuseBatchNormalizationType fbn_type) in validate()
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLMeanStdDevNormalizationKernel.cpp | 41 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate_arguments() 85 void CLMeanStdDevNormalizationKernel::configure(ICLTensor *input, ICLTensor *output, float epsilon) in configure() 90 …figure(const CLCompileContext &compile_context, ICLTensor *input, ICLTensor *output, float epsilon) in configure() 128 …evNormalizationKernel::validate(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate()
|
D | CLFuseBatchNormalizationKernel.cpp | 45 float epsilon, FuseBatchNormalizationType fbn_type) in validate_arguments() 111 float epsilon, FuseBatchNormalizationType fbn_type) in configure() 119 float epsilon, FuseBatchNormalizationType fbn_type) in configure() 184 float epsilon, FuseBatchNormalizationType fbn_type) in validate()
|
D | CLL2NormalizeLayerKernel.cpp | 47 …nst ITensorInfo *input, const ITensorInfo *sum, const ITensorInfo *output, int axis, float epsilon) in validate_arguments() 99 …configure(const ICLTensor *input, const ICLTensor *sum, ICLTensor *output, int axis, float epsilon) in configure() 104 …_context, const ICLTensor *input, const ICLTensor *sum, ICLTensor *output, int axis, float epsilon) in configure() 159 …nst ITensorInfo *input, const ITensorInfo *sum, const ITensorInfo *output, int axis, float epsilon) in validate()
|
D | CLBatchNormalizationLayerKernel.cpp | 45 float epsilon, ActivationLayerInfo act_info) in validate_arguments() 115 float epsilon, ActivationLayerInfo act_info) in configure() 122 float epsilon, ActivationLayerInfo act_info) in configure() 207 float epsilon, ActivationLayerInfo act_info) in validate()
|
/external/skia/src/pathops/ |
D | SkPathOpsTypes.cpp | 12 static bool arguments_denormalized(float a, float b, int epsilon) { in arguments_denormalized() 19 static bool equal_ulps(float a, float b, int epsilon, int depsilon) { in equal_ulps() 29 static bool equal_ulps_no_normal_check(float a, float b, int epsilon, int depsilon) { in equal_ulps_no_normal_check() 36 static bool equal_ulps_pin(float a, float b, int epsilon, int depsilon) { in equal_ulps_pin() 49 static bool d_equal_ulps(float a, float b, int epsilon) { in d_equal_ulps() 56 static bool not_equal_ulps(float a, float b, int epsilon) { in not_equal_ulps() 66 static bool not_equal_ulps_pin(float a, float b, int epsilon) { in not_equal_ulps_pin() 79 static bool d_not_equal_ulps(float a, float b, int epsilon) { in d_not_equal_ulps() 86 static bool less_ulps(float a, float b, int epsilon) { in less_ulps() 96 static bool less_or_equal_ulps(float a, float b, int epsilon) { in less_or_equal_ulps()
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | discretization.py | 37 def summarize(values, epsilon): argument 70 def compress(summary, epsilon): argument 92 def _compress_summary_numpy(summary, epsilon): argument 107 def merge_summaries(prev_summary, next_summary, epsilon): argument 182 epsilon=0.01, argument
|
/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() 66 …pute_target(TensorShape shape, DataType data_type, DataLayout data_layout, int axis, float epsilon) in compute_target() 100 …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() 89 …TensorType compute_target(TensorShape shape0, const TensorShape &shape1, float epsilon, Activation… in compute_target() 141 …mpute_reference(const TensorShape &shape0, const TensorShape &shape1, float epsilon, ActivationLay… in compute_reference()
|
D | MeanStdDevNormalizationLayerFixture.h | 65 TensorType compute_target(TensorShape shape, DataType dt, bool in_place, float epsilon) in compute_target() 106 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType dt, float epsilon) 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/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/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEMeanStdDevNormalizationLayer.cpp | 33 void NEMeanStdDevNormalizationLayer::configure(ITensor *input, ITensor *output, float epsilon) in configure() 40 …DevNormalizationLayer::validate(const ITensorInfo *input, const ITensorInfo *output, float epsilon) in validate()
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEL2NormalizeLayerKernel.cpp | 48 void l2_normalize_X(const ITensor *in, const ITensor *sum, ITensor *out, float epsilon, const Windo… in l2_normalize_X() 89 void l2_normalize_YZ(const ITensor *in, const ITensor *sum, ITensor *out, float epsilon, const Wind… in l2_normalize_YZ() 133 …nst ITensorInfo *input, const ITensorInfo *sum, const ITensorInfo *output, int axis, float epsilon) in validate_arguments() 181 …rnel::configure(const ITensor *input, const ITensor *sum, ITensor *output, int axis, float epsilon) in configure() 199 …nst ITensorInfo *input, const ITensorInfo *sum, const ITensorInfo *output, int axis, float epsilon) in validate()
|
/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/graph/nodes/ |
D | BatchNormalizationLayerNode.cpp | 34 BatchNormalizationLayerNode::BatchNormalizationLayerNode(float epsilon, ActivationLayerInfo fused_a… in BatchNormalizationLayerNode() 41 float BatchNormalizationLayerNode::epsilon() const in epsilon() function in arm_compute::graph::BatchNormalizationLayerNode
|