OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:absolutethreshold
(Results
1 - 5
of
5
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
SimpleScalarValueChecker.java
47
private final double
absoluteThreshold
;
53
this.
absoluteThreshold
= DEFAULT_ABSOLUTE_THRESHOLD;
63
* @param
absoluteThreshold
absolute tolerance threshold
66
final double
absoluteThreshold
) {
68
this.
absoluteThreshold
=
absoluteThreshold
;
79
return (difference <= (size * relativeThreshold)) || (difference <=
absoluteThreshold
);
SimpleRealPointChecker.java
47
private final double
absoluteThreshold
;
53
this.
absoluteThreshold
= DEFAULT_ABSOLUTE_THRESHOLD;
63
* @param
absoluteThreshold
absolute tolerance threshold
66
final double
absoluteThreshold
) {
68
this.
absoluteThreshold
=
absoluteThreshold
;
80
if ((difference > (size * relativeThreshold)) && (difference >
absoluteThreshold
)) {
SimpleVectorialPointChecker.java
47
private final double
absoluteThreshold
;
53
this.
absoluteThreshold
= DEFAULT_ABSOLUTE_THRESHOLD;
63
* @param
absoluteThreshold
absolute tolerance threshold
66
final double
absoluteThreshold
) {
68
this.
absoluteThreshold
=
absoluteThreshold
;
83
(difference >
absoluteThreshold
)) {
SimpleVectorialValueChecker.java
47
private final double
absoluteThreshold
;
53
this.
absoluteThreshold
= DEFAULT_ABSOLUTE_THRESHOLD;
63
* @param
absoluteThreshold
absolute tolerance threshold
66
final double
absoluteThreshold
) {
68
this.
absoluteThreshold
=
absoluteThreshold
;
83
(difference >
absoluteThreshold
)) {
/external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp
[
all
...]
Completed in 481 milliseconds