OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:approximation
(Results
26 - 50
of
800
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libopus/silk/float/
apply_sine_window_FLP.c
55
/*
Approximation
of 2 * cos(f) */
62
/*
Approximation
of sin(f) */
67
/*
Approximation
of cos(f) */
/external/libopus/celt/
mathops.h
97
/** Base-2 log
approximation
(log2(x)). */
115
/** Base-2 exponential
approximation
(2^x). */
168
/** Base-2 logarithm
approximation
(log2(x)). (Q14 input, Q10 output) */
201
/** Base-2 exponential
approximation
(2^x). (Q10 input, Q16 output) */
226
/* Atan
approximation
using a 4th order polynomial. Input is in Q15 format
238
/* atan2()
approximation
valid for positive input values */
mathops.c
89
/** Reciprocal sqrt
approximation
in the range [0.25,1) (Q16 in, Q14 out) */
99
The optimal minimax quadratic
approximation
(using relative error) is
117
/** Sqrt
approximation
(QX input, QX/2 output) */
179
/** Reciprocal
approximation
(Q15 input, Q16 output) */
189
/* Start with a linear
approximation
:
/external/crcalc/src/com/hp/creals/
StringFloatRep.java
36
* A scientific notation representation of an
approximation
to a constructive
48
* The sign associated with this
approximation
. May be -1, _1, or zero.
/external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor.c
24
*
approximation
routines, or if I can freely use it for any purpose.
35
* Successive
approximation
of the equation (root + delta) ^ 2 = N
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsf_to_lsp.c
33
linear
approximation
(Q8) */
55
/* Calculate linear
approximation
*/
smooth.h
32
int16_t *surround /* (i) The
approximation
from the
/frameworks/base/libs/hwui/utils/
MathUtils.h
70
*
approximation
of an arc, with a given threshold value.
77
// needed divisions are rounded up from
approximation
/external/apache-xml/src/main/java/org/apache/xml/utils/
SAXSourceLocator.java
135
* is intended only as an
approximation
for the sake of error
139
* <p>The return value is an
approximation
of the line number
155
* is intended only as an
approximation
for the sake of error
159
* <p>The return value is an
approximation
of the column number
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
dmg_fp.h
24
// Store the closest decimal
approximation
to x in b (null terminated).
/external/webp/src/enc/
delta_palettization.h
19
// Replaces enc->argb_[] input by a palettizable
approximation
of it,
/libcore/luni/src/main/java/org/xml/sax/
Locator.java
87
* is intended only as an
approximation
for the sake of diagnostics;
94
* <p>The return value is an
approximation
of the line number
114
* is intended only as an
approximation
for the sake of diagnostics;
121
* <p>The return value is an
approximation
of the column number
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AnimationTime.java
26
// as a
approximation
.
/prebuilts/go/darwin-x86/src/runtime/
os_netbsd_arm.go
32
// runtime·nanotime() is a poor
approximation
of CPU ticks that is enough for the profiler.
/prebuilts/go/darwin-x86/src/sync/
runtime.go
22
//
Approximation
of syncSema in runtime/sema.go.
/prebuilts/go/linux-x86/src/runtime/
os_netbsd_arm.go
32
// runtime·nanotime() is a poor
approximation
of CPU ticks that is enough for the profiler.
/prebuilts/go/linux-x86/src/sync/
runtime.go
22
//
Approximation
of syncSema in runtime/sema.go.
/prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.pom
8
<description>TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close
approximation
to XHTML.</description>
/toolchain/binutils/binutils-2.25/ld/emulparams/
crislinux.sh
1
# This is an
approximation
of what we want for a real linux system (with MMU and ELF).
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
MullerSolver.java
143
* the newly computed
approximation
is guaranteed to be real.</p>
176
* the newly computed
approximation
is guaranteed to be real.</p>
201
// x1 is the last
approximation
and an interpolation point in (x0, x2)
202
// x is the new root
approximation
and new x1 for next round
288
*
approximation
.</p>
293
*
approximation
is often negligible.</p>
320
*
approximation
.</p>
325
*
approximation
is often negligible.</p>
344
// x2 is the last root
approximation
345
// x is the new
approximation
and new x2 for next roun
[
all
...]
/external/ceres-solver/internal/ceres/
line_search_direction.cc
116
<< "
approximation
has become indefinite, please contact the "
130
<< "
approximation
is not positive definite, and thus "
171
<< "
approximation
has become indefinite, please contact the "
198
// to update the Hessian
approximation
if:
219
// Update dense inverse Hessian
approximation
.
222
// Rescale the initial inverse Hessian
approximation
(H_0) to be
259
<< "Hessian
approximation
.";
311
// Finally, update inverse Hessian
approximation
according to:
324
<< "
approximation
is not positive definite, and thus "
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
PoissonDistributionImpl.java
51
/** Distribution used to compute normal
approximation
. */
62
* Cumulative probabilities are estimated using either Lanczos series
approximation
of
63
* Gamma#regularizedGammaP or continued fraction
approximation
of Gamma#regularizedGammaQ.
224
*
approximation
. The <code>N(mean, sqrt(mean))</code> distribution is used
233
*
approximation
235
*
approximation
/cts/libs/view/src/com/android/view/
Position.java
54
* Returns the closest double
approximation
to the smallest angle swept out by an arc from
79
* Returns the closest double
approximation
to the angle to the other {@link Position}.
/device/google/contexthub/firmware/src/
floatRt.c
73
//standard does not say what happens to NaNs, infs & other too-large values, we return a large value as an
approximation
(though a zero would be equally valid)
104
//standard does not say what happens to NaNs, infs & other too-large values, we return a large value as an
approximation
(though a zero would be equally valid)
/external/deqp/doc/testspecs/GLES3/
functional.texture.mipmap.txt
49
bound for the
approximation
and another based on the maximum bound. The rendered
51
compensate the derivate
approximation
the pixels are actually checked against
Completed in 1184 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>