HomeSort by relevance Sort by last modified time
    Searched full:approximation (Results 1 - 25 of 800) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
os_darwin_arm64.go 10 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_linux_arm64.go 17 // nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_darwin_arm.go 21 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_freebsd_arm.go 21 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_nacl_arm.go 20 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_openbsd_arm.go 21 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
  /prebuilts/go/linux-x86/src/runtime/
os_darwin_arm64.go 10 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_linux_arm64.go 17 // nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_darwin_arm.go 21 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_freebsd_arm.go 21 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_nacl_arm.go 20 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_openbsd_arm.go 21 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
PoissonDistribution.java 56 * Calculates the Poisson distribution function using a normal approximation.
59 * @return the distribution function value calculated using a normal approximation
60 * @throws MathException if an error occurs computing the normal approximation
  /external/ceres-solver/internal/ceres/
low_rank_inverse_hessian.h 31 // Limited memory positive definite approximation to the inverse
45 // LowRankInverseHessian is a positive definite approximation to the
65 // max_num_corrections is the rank of the Hessian approximation.
70 // The approximation uses:
78 // Update the low rank approximation. delta_x is the change in the
  /frameworks/base/core/java/android/util/
FloatMath.java 63 * Returns the closest float approximation of the sine of the argument.
74 * Returns the closest float approximation of the cosine of the argument.
85 * Returns the closest float approximation of the square root of the
97 * Returns the closest float approximation of the raising "e" to the power
109 * Returns the closest float approximation of the result of raising {@code
  /external/libopus/silk/
Inlines.h 68 /* Approximation of square root */
97 static OPUS_INLINE opus_int32 silk_DIV32_varQ( /* O returns a good approximation of "(a32 << Qres) / b32" */
118 /* First approximation */
121 /* Compute residual by subtracting product of denominator and first approximation */
143 static OPUS_INLINE opus_int32 silk_INVERSE32_varQ( /* O returns a good approximation of "(1 << Qres) / b32" */
161 /* First approximation */
164 /* Compute residual by subtracting product of denominator and first approximation from one */
log2lin.c 34 /* Approximation of 2^() (very close inverse of silk_lin2log()) */
51 /* Piece-wise parabolic approximation */
54 /* Piece-wise parabolic approximation */
lin2log.c 33 /* Approximation of 128 * log2() (very close inverse of silk_log2lin()) */
43 /* Piece-wise parabolic approximation */
  /frameworks/av/media/libeffects/loudness/common/core/
math.h 36 // A fast approximation to log2(.)
48 // A fast approximation to log(.)
54 // An approximation of the exp(.) function using a 5-th order Taylor expansion.
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsp_to_lsf.c 44 For each LSP the lsf is calculated by first order approximation
54 basically an approximation to acos(x)
62 /* Calculate diff, which is used in the linear approximation of acos(x) */
66 The linear approximation of acos(lsp[i]) :
  /frameworks/support/compat/java/android/support/v4/content/res/
ConfigurationHelper.java 100 * <p>Uses {@code Configuration.screenHeightDp} when available, otherwise an approximation
110 * <p>Uses {@code Configuration.screenWidthDp} when available, otherwise an approximation
121 * approximation is computed and returned.</p>
130 * <p>Uses {@code Configuration.densityDpi} when available, otherwise an approximation
  /libcore/luni/src/main/java/javax/xml/transform/
SourceLocator.java 61 * is intended only as an approximation for the sake of error
65 * <p>The return value is an approximation of the line number
78 * is intended only as an approximation for the sake of error
82 * <p>The return value is an approximation of the column number
  /prebuilts/go/darwin-x86/doc/play/
pi.go 19 // approximation of pi.
  /prebuilts/go/linux-x86/doc/play/
pi.go 19 // approximation of pi.
  /frameworks/base/libs/hwui/
PathTessellator.h 67 * Populates a VertexBuffer with a tessellated approximation of the input convex path, as a single
74 * vertex approximation, and correct AA ramp offsetting.
81 * Populates a VertexBuffer with a tessellated approximation of points as a single triangle
88 * vertex approximation, and correct AA ramp offsetting
95 * Populates a VertexBuffer with a tessellated approximation of lines as a single triangle
102 * vertex approximation, and correct AA ramp offsetting

Completed in 540 milliseconds

1 2 3 4 5 6 7 8 91011>>