OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:approximate
(Results
76 - 100
of
909
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h
70
/* order of low-band pole filter used to
approximate
masking curve */
72
/* order of hi-band pole filter used to
approximate
masking curve */
/frameworks/base/core/java/android/hardware/camera2/utils/
ParamsUtils.java
132
// normal finite value:
approximate
it
135
* Start out trying to
approximate
with denominator = 1million,
/packages/apps/Camera2/src/com/android/camera/ui/motion/
UnitBezier.java
55
* @return the closest
approximate
height of the curve at x.
67
* @return the closest
approximate
input that will produce value when provided
/packages/apps/Gallery2/src/com/android/photos/data/
GalleryBitmapPool.java
111
* @return
Approximate
total size in bytes of the bitmaps stored in the pool.
114
// Note that this only returns an
approximate
size, since multiple threads
/system/bt/embdrv/sbc/decoder/include/
oi_time.h
174
*
Approximate
by using 1.25 conversion factor.
182
*
Approximate
by using 1.25 conversion factor.
/frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_math.jd
588
Approximate
inverse cosine
596
Approximate
inverse hyperbolic cosine
604
Approximate
inverse cosine divided by pi
612
Approximate
inverse sine
620
Approximate
inverse hyperbolic sine
628
Approximate
inverse sine divided by pi
636
Approximate
inverse tangent
644
Approximate
inverse tangent of a ratio
652
Approximate
inverse tangent of a ratio, divided by pi
660
Approximate
inverse hyperbolic tangen
[
all
...]
/external/crcalc/src/com/hp/creals/
UnaryCRFunction.java
342
protected BigInteger
approximate
(int p) {
method in class:inverseMonotone_UnaryCRFunction.inverseIncreasingCR
359
// F_l and f_h are always the
approximate
images of l and h.
365
// end of the interval. We
approximate
this by setting l to
367
//
approximate
the function value at the endpoint.
604
// compute
approximate
msd of
633
protected BigInteger
approximate
(int p) {
method in class:monotoneDerivative_UnaryCRFunction.monotoneDerivativeCR
660
return
approximate
(p);
/external/libgdx/gdx/src/com/badlogic/gdx/math/
Bezier.java
184
public float
approximate
(final T v) {
method in class:Bezier
185
// TODO: make a real
approximate
method
200
return
approximate
(v);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DeadKeyCombiner.java
46
private static final int ACCENT_DOT_BELOW = Constants.CODE_PERIOD; //
approximate
50
private static final int ACCENT_HORN = Constants.CODE_SINGLE_QUOTE; //
approximate
56
private static final int ACCENT_STROKE = Constants.CODE_DASH; //
approximate
/external/autotest/server/site_tests/firmware_ECBootTime/
firmware_ECBootTime.py
29
# This is very
approximate
, a better long term solution would be to
/external/bison/m4/
inttypes.m4
93
#
approximate
the condition with $4; otherwise, assume the condition is false.
/external/ceres-solver/include/ceres/
types.h
149
// High performance sparse Cholesky factorization and
approximate
192
// algorithms that
approximate
the Hessian matrix by iteratively refining
201
//
approximate
Hessian by imposing the additional constraints that the
296
// "
Approximate
solution of the trust region problem by minimization
/external/ceres-solver/internal/ceres/
low_rank_inverse_hessian.h
68
// the
approximate
eigenvalue of the true inverse Hessian at the
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
cv_util.py
72
an
approximate
distance in pixels, precision decreases with distance."""
/external/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp
11
/// widened to
approximate
the exit state(s), without analyzing every
/external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.h
18
/// artificial definitions (which typically
approximate
the semantics of the
/external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h
26
* use numerical differentiation to compute an
approximate
of the
/external/libchrome/base/metrics/
histogram_samples.h
36
// be treated as
approximate
.
/external/libcxx/www/
debug_mode.html
156
in
approximate
priority order.
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2WeldJoint.h
61
/// distort somewhat because the island constraint solver is
approximate
.
/external/libvpx/libvpx/test/
cq_test.cc
123
// try targeting the
approximate
same bitrate with VBR mode
/external/opencv3/modules/flann/include/opencv2/flann/
params.h
50
// search for eps-
approximate
neighbours (default: 0)
/external/opencv3/modules/ml/src/
kdtree.hpp
15
approximate
(or accurate) nearest neighbor search in multi-dimensional spaces.
/external/skia/src/gpu/text/
GrDistanceFieldAdjustTable.cpp
81
// this is an
approximate
inverse for smoothstep()
/frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.h
54
// A fast version of the algorithm that uses
approximate
computations for the
Completed in 1986 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>