HomeSort by relevance Sort by last modified time
    Searched full:sine (Results 126 - 150 of 350) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform.c 25 /* Sine table 1 in Q14 */
27 /* Sine table 2 in Q14 */
transform_tables.c 48 /* Sine table 1 in Q14. */
77 /* Sine table 2 in Q14. */
  /frameworks/av/services/audioflinger/tests/
test_utils.h 184 /* Creates a buffer filled with a sine wave.
203 /* Creates a buffer filled with a chirp signal (a sine wave sweep).
  /device/google/contexthub/firmware/external/arm/
arm_sin_cos_f32.c 10 * Description: Fast sine calculation for floating-point values.
51 * Example code for the generation of the floating-point sine table:
164 * @defgroup sin Sine
166 * Computes the trigonometric sine function using a combination of table lookup
204 * @brief Fast approximation to the trigonometric sine function for floating-point data.
308 /* Scale the input to [0 1] range from [0 2*PI] , divide input by 2*pi, add 0.25 (pi/2) to read sine table */
  /external/aac/libSBRdec/src/
env_calc.cpp 222 \brief Map sine flags from bitstream to QMF bands
224 The bitstream carries only 1 sine flag per band and frame.
225 This function maps every sine flag from the bitstream to a specific QMF subband
226 and to a specific envelope where the sine shall start.
228 QMF subband. The value of an entry specifies the envelope where a sine
229 shall start. A value of #MAX_ENVELOPES indicates that no sine is present
232 if a sine starts at the beginning of the frame or at the transient position.
241 SCHAR *sineMapped) /*!< Resulting vector of sine start positions for each QMF band */
265 FDKmemset(sineMapped, MAX_ENVELOPES,MAX_FREQ_COEFFS); /* MAX_ENVELOPES means 'no sine' */
274 if ( *addHarmonics-- ) { /* There is a sine in this band *
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpMath.java 669 * @param a number from which sine is desired, in split form
730 /** computes the sine of the argument.
731 * @param a number from which sine is desired
749 /* Since sine(x) = sine(pi - x) we can reduce the range to
938 /** computes the arc-sine of the argument.
939 * @param a number from which arc-sine is desired
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
libquadmath.info 135 `asinq': arc sine function
137 `asinhq': inverse hyperbolic sine function
239 `sincosq': calculate sine and cosine simulataneously
241 `sinhq': hyperbolic sine function
243 `sinq': sine function
273 `casinhq': complex arc hyperbolic sine function
275 `casinq': complex arc sine function
300 `csinq': complex sine function
302 `csinhq': complex hyperbolic sine function
    [all...]
  /frameworks/rs/scriptc/
rs_math.rsh 319 * asin: Inverse sine
321 * Returns the inverse sine, in radians.
358 * asinh: Inverse hyperbolic sine
360 * Returns the inverse hyperbolic sine, in radians.
397 * asinpi: Inverse sine divided by pi
399 * Returns the inverse sine in radians, divided by pi.
401 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 319 * asin: Inverse sine
321 * Returns the inverse sine, in radians.
358 * asinh: Inverse hyperbolic sine
360 * Returns the inverse hyperbolic sine, in radians.
397 * asinpi: Inverse sine divided by pi
399 * Returns the inverse sine in radians, divided by pi.
401 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
HarmonicCoefficientsGuesser.java 269 double sine = FastMath.sin(omegaX); local
270 fcMean += omega * currentY * cosine - currentYPrime * sine;
271 fsMean += omega * currentY * sine + currentYPrime * cosine;
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 19 * \brief Rotation given by a cosine-sine pair.
23 * its cosine \c c and sine \c s as follow:
42 /** Construct a planar rotation from a cosine-sine pair (\a c, \c s). */
  /external/v8/test/mjsunit/
sin-cos.js 61 // By accident, the slow case for sine and cosine were both sine at
66 // Ensure that sine and log are not the same.
  /frameworks/av/include/media/
ToneGenerator.h 217 static const unsigned int TONEGEN_MAX_WAVES = 3; // Maximun number of sine waves in a tone segment
226 // The number of sine waves varies from 1 to TONEGEN_MAX_WAVES.
293 // WaveGenerator generates a single sine wave
  /external/aac/libFDK/include/
FDK_tools_rom.h 107 /* Regular sine tables */
143 * \param shape Shape index of the window slope. 0: sine window, 1: Kaiser-Bessel. Any other
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 246 """Checks if the recorded data contains sine tone of golden frequency.
265 @raises error.TestFail if the recorded data does not contain sine tone of
  /packages/apps/ManagedProvisioning/res/values-tl/
strings.xml 30 <string name="setting_up_workspace" msgid="4517537806569988620">"Sine-set up ang iyong profile sa trabaho?"</string>
93 <string name="copying_certs" msgid="5697938664953550881">"Sine-set up ang mga CA certificate"</string>
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csinh.c 28 * Hyperbolic sine of a complex argument z = x + i y.
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 216 // For every odd program number use a sine wave.
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 216 // For every odd program number use a sine wave.
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthEngine.java 216 // For every odd program number use a sine wave.
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthEngine.java 216 // For every odd program number use a sine wave.
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthEngine.java 216 // For every odd program number use a sine wave.
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
arm_common_tables.h 131 /* Tables for Fast Math Sine and Cosine */
  /external/eigen/unsupported/Eigen/
MatrixFunctions 41 * - \ref matrixbase_sin "MatrixBase::sin()", for computing the matrix sine
42 * - \ref matrixbase_sinh "MatrixBase::sinh()", for computing the matrix hyperbolic sine
344 Compute the matrix sine.
362 Compute the matrix hyperbolic sine.
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/
CHANGES 51 - changed internal structure from 2x2 matrix to cosine and sine of rotation angle.

Completed in 1185 milliseconds

1 2 3 4 56 7 8 91011>>