OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:converged
(Results
1 - 13
of
13
) sorted by null
/external/skia/src/core/
SkCubicClipper.cpp
43
bool
converged
;
local
59
converged
= SkScalarAbs(t1 - t0) <= tol; // NaN-safe
61
} while (!
converged
&& (iters < maxiters));
68
return
converged
;
/external/opencv/cv/src/
cvsnakes.cpp
89
int
converged
= 0;
local
167
while( !
converged
)
172
converged
= 0;
387
converged
= (moved == 0);
389
converged
= 1;
391
converged
= 1;
cvposit.cpp
117
int count = 0,
converged
= 0;
local
146
while( !
converged
)
233
converged
= ((criteria.type & CV_TERMCRIT_EPS) && (diff < criteria.epsilon));
234
converged
|= ((criteria.type & CV_TERMCRIT_ITER) && (count == criteria.max_iter));
cvcamshift.cpp
52
// windowOut - Location, height and width of
converged
CAMSHIFT window
154
// windowOut - Location, height and width of
converged
CAMSHIFT window
/external/webkit/Source/WebCore/webaudio/
BiquadProcessor.cpp
110
// Smooth all of the filter parameters. If they haven't yet
converged
to their target value then mark coefficients as dirty.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java
199
*
converged
on state 21, there is no way they can separate. In other
/external/webkit/Source/WebCore/platform/audio/
AudioBus.cpp
238
// FIXME: Need fast path here when gain has
converged
on targetGain. In this case, de-zippering is no longer needed.
/external/webrtc/src/modules/audio_processing/ns/
ns_core.c
[
all
...]
nsx_core.c
[
all
...]
/docs/source.android.com/src/
faqs.md
341
converged
enough to permit it. While we can't release a final draft of a CDD
/external/webrtc/src/modules/audio_processing/aec/
aec_core.c
33
static const int
converged
= 250;
variable
[
all
...]
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
[
all
...]
/external/clang/docs/
InternalsManual.html
[
all
...]
Completed in 187 milliseconds