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

12 3 4 5 6 7 8 91011>>

  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SineOscillator.java 31 * Calculate sine using Taylor expansion. Do not use values outside the range.
49 // Convert raw sawtooth to sine.
  /external/kernel-headers/original/uapi/linux/
xilinx-v4l2-controls.h 56 /* Set starting point of sine wave for horizontal component */
60 /* Set starting point of sine wave for vertical component */
  /external/proguard/src/proguard/gui/splash/
SineTiming.java 24 * This Timing varies between 0 and 1, as a sine wave over time.
50 // Compute the translated and scaled sine function.
  /external/sonic/samples/
README 32 This is just two sine periods, which is too short to hear. However, it's
34 result in one sine period with no distortion.
  /prebuilts/go/darwin-x86/src/math/
sinh.go 8 Floating-point hyperbolic sine and cosine.
19 // Sinh returns the hyperbolic sine of x.
sin.go 8 Floating-point sine and cosine.
18 // Circular sine
31 // Between 0 and pi/4 the sine is approximated by
64 // Between pi/4 and pi/2 the sine is represented as
168 // Sin returns the sine of the radian argument x.
  /prebuilts/go/linux-x86/src/math/
sinh.go 8 Floating-point hyperbolic sine and cosine.
19 // Sinh returns the hyperbolic sine of x.
sin.go 8 Floating-point sine and cosine.
18 // Circular sine
31 // Between 0 and pi/4 the sine is approximated by
64 // Between pi/4 and pi/2 the sine is represented as
168 // Sin returns the sine of the radian argument x.
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 148 float sine = (float) Math.sin(radians); local
153 mArray[7] = sine;
154 mArray[11] = -sine;
159 mArray[2] = -sine;
160 mArray[10] = sine;
165 mArray[1] = sine;
166 mArray[5] = -sine;
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 57 frame_t sine[SINE_FRAMES]; variable
153 sine[i].left = sin((float) (i / (sr / hz)) * pi2 ) * 32000.0;
154 sine[i].right = sine[i].left;
165 half[i].left = sine[i].left;
189 buffer = sine;
190 size = sizeof(sine);
  /external/libopus/silk/float/
apply_sine_window_FLP.c 34 /* Apply sine window to signal vector */
36 /* 1 -> sine window from 0 to pi/2 */
37 /* 2 -> sine window from pi/2 to pi */
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 46 InitSine(); // init sine table
145 * Generate a sine
169 * init sine table
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
StemFunction.h 50 /** \brief Sine (and its derivatives). */
86 /** \brief Hyperbolic sine (and its derivatives). */
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 30 * Sine or chirp functions are typically more useful as input to the mixer
50 fprintf(stderr, " <command> can be 'sine:[(i|f),]<channels>,<frequency>,<samplerate>'\n");
159 static const char sine[] = "sine:"; local
181 } else if (!strncmp(argv[i], sine, strlen(sine))) {
183 const char *s = parseFormat(argv[i] + strlen(sine), &useFloat);
187 printf("creating sine(%d %d %d)\n", v[0], v[1], v[2]);
  /packages/apps/Calculator/res/values-ml-rIN/
strings.xml 26 <string name="fun_sin" msgid="7136698561875496766">"sine"</string>
38 <string name="desc_fun_sin" msgid="4010564022860883142">"sine"</string>
  /external/skia/include/effects/
SkColorMatrix.h 48 void setSinCos(Axis, SkScalar sine, SkScalar cosine);
  /external/skia/src/core/
SkMatrixUtils.h 27 the cosine and sine of the rotation angle), followed by a non-uniform scale,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
cmathcalls.h 55 /* Arc sine of Z. */
62 /* Sine of Z. */
72 /* Hyperbolic arc sine of Z. */
79 /* Hyperbolic sine of Z. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 55 /* Arc sine of Z. */
62 /* Sine of Z. */
72 /* Hyperbolic arc sine of Z. */
79 /* Hyperbolic sine of Z. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
cmathcalls.h 55 /* Arc sine of Z. */
62 /* Sine of Z. */
72 /* Hyperbolic arc sine of Z. */
79 /* Hyperbolic sine of Z. */
  /prebuilts/go/darwin-x86/src/math/cmplx/
asin.go 31 // Complex circular arc sine
35 // Inverse complex sine:
50 // Asin returns the inverse sine of x.
66 // Asinh returns the inverse hyperbolic sine of x.
  /prebuilts/go/linux-x86/src/math/cmplx/
asin.go 31 // Complex circular arc sine
35 // Inverse complex sine:
50 // Asin returns the inverse sine of x.
66 // Asinh returns the inverse hyperbolic sine of x.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
cmath.so 
  /external/aac/libFDK/src/
FDK_trigFcts.cpp 298 FIXP_DBL residual, error, sine, cosine; local
300 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine);
301 error = fMult(sine, residual);
308 FIXP_DBL residual, error, sine, cosine; local
310 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine);
313 return sine + error;
318 FIXP_DBL residual, error0, error1, sine, cosine; local
320 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine);
321 error0 = fMult(sine, residual);
324 *sin = sine + error1
    [all...]
  /external/autotest/client/cros/audio/
audio_test_data.py 34 this file. Only applicable to data of sine tone.
113 this file. Only applicable to data of sine tone.
137 This test data contains fixed frequency sine wave in two channels.
152 This test data contains fixed frequency sine wave in two channels.
168 This test data contains fixed frequency sine wave in two channels.

Completed in 774 milliseconds

12 3 4 5 6 7 8 91011>>