Home
last modified time | relevance | path

Searched defs:epsilon (Results 1 – 25 of 272) sorted by relevance

1234567891011

/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Depsilon.inl19 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/
Dvector_query.inl85 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
Dmatrix_query.inl7 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/
Dcubic_bezier_unittest.cc17 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/skia/src/pathops/
DSkPathOpsTypes.cpp12 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/skqp/src/pathops/
DSkPathOpsTypes.cpp12 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/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DOpenMapRealVector.java47 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/tensorflow/tensorflow/python/keras/layers/preprocessing/
Ddiscretization.py47 def summarize(values, epsilon): argument
81 def compress(summary, epsilon): argument
112 def merge_summaries(prev_summary, next_summary, epsilon): argument
187 epsilon=0.01, argument
284 def __init__(self, epsilon, num_bins,): argument
/external/eigen/unsupported/test/
Dcxx11_tensor_simple.cpp159 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/
Des31cTextureStorageMultisampleGLCoverageTests.cpp100 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/
DBeta.java73 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/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DPoissonDistributionImpl.java70 private double epsilon = DEFAULT_EPSILON; field in PoissonDistributionImpl
92 public PoissonDistributionImpl(double p, double epsilon, int maxIterations) { in PoissonDistributionImpl()
105 public PoissonDistributionImpl(double p, double epsilon) { in PoissonDistributionImpl()
/external/tensorflow/tensorflow/python/training/
Drmsprop_test.py62 epsilon, centered): argument
75 lr, decay, momentum, epsilon, centered): argument
474 epsilon = lambda: 1.0 function
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dadam_test.py46 epsilon=1e-7): argument
65 epsilon=1e-7): argument
86 epsilon=1e-7): argument
222 epsilon = lambda: 1e-8 function
674 epsilon = lambda: 1e-8 function
/external/webrtc/modules/audio_processing/utility/
Dcascaded_biquad_filter_unittest.cc121 const float epsilon = 1e-6f; in TEST() local
135 const float epsilon = 1e-6f; in TEST() local
149 const float epsilon = 1e-6f; in TEST() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
DSimplexSolver.java39 protected final double epsilon; field in SimplexSolver
52 public SimplexSolver(final double epsilon) { in SimplexSolver()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dquantile_stream_resource.h33 BoostedTreesQuantileStreamResource(const float epsilon, in BoostedTreesQuantileStreamResource()
62 float epsilon() const { return epsilon_; } in epsilon() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_rewriter.cc85 HloInstruction* epsilon = in HandleBatchNormInference() local
137 HloInstruction* epsilon = in HandleBatchNormTraining() local
226 HloInstruction* epsilon = in HandleBatchNormGrad() local
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedBlending.cpp236 tcu::RGBA epsilon = GetEpsilon(); in iterate() local
375 tcu::UVec4 epsilon; in GetEpsilon() local
388 tcu::RGBA epsilon) in VerifyImg()
DesextcDrawBuffersIndexedColorMasks.cpp206 tcu::RGBA epsilon = GetEpsilon(); in iterate() local
409 tcu::UVec4 epsilon; in GetEpsilon() local
422 tcu::RGBA epsilon) in VerifyImg()
/external/tensorflow/tensorflow/core/protobuf/tpu/
Doptimization_parameters.proto141 float epsilon = 5; field
166 float epsilon = 3; field
178 float epsilon = 3; field
209 float epsilon = 2; field
274 float epsilon = 5; field
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js60 writeValue, epsilon, upperLimit, filter) { argument
102 writeValue, epsilon, lowerLimit, upperLimit, filter) { argument
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js60 writeValue, epsilon, upperLimit, filter) { argument
102 writeValue, epsilon, lowerLimit, upperLimit, filter) { argument
/external/protobuf/js/binary/
Ddecoder_test.js60 writeValue, epsilon, upperLimit, filter) { argument
102 writeValue, epsilon, lowerLimit, upperLimit, filter) { argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DContinuedFraction.java85 public double evaluate(double x, double epsilon) throws MathException { in evaluate()
126 public double evaluate(double x, double epsilon, int maxIterations) in evaluate()

1234567891011