/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_haptic.h | 72 * // See if it can do sine waves 74 * SDL_HapticClose(haptic); // No sine effect 160 * \brief Sine wave effect supported. 162 * Periodic haptic effect that simulates sine waves. [all...] |
/external/crcalc/src/com/hp/creals/ |
UnaryCRFunction.java | 106 * The function object corresponding to the inverse sine (arcsine) function. 207 // Since we know the tangent of the result, we can get its sine, 209 // want the positive square root when computing the sine.
|
/external/libopus/silk/ |
SigProc_FIX.h | 212 /* Apply sine window to signal vector. */ 214 /* 1 -> sine window from 0 to pi/2 */ 215 /* 2 -> sine window from pi/2 to pi */ [all...] |
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
TweenApplet.form | 313 <StringItem index="22" value="Sine.IN"/> 314 <StringItem index="23" value="Sine.OUT"/> 315 <StringItem index="24" value="Sine.INOUT"/>
|
TweenApplet.java | 277 easingCbox.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Linear.INOUT", "----------", "Quad.IN", "Quad.OUT", "Quad.INOUT", "----------", "Cubic.IN", "Cubic.OUT", "Cubic.INOUT", "----------", "Quart.IN", "Quart.OUT", "Quart.INOUT", "----------", "Quint.IN", "Quint.OUT", "Quint.INOUT", "----------", "Circ.IN", "Circ.OUT", "Circ.INOUT", "----------", "Sine.IN", "Sine.OUT", "Sine.INOUT", "----------", "Expo.IN", "Expo.OUT", "Expo.INOUT", "----------", "Back.IN", "Back.OUT", "Back.INOUT", "----------", "Bounce.IN", "Bounce.OUT", "Bounce.INOUT", "----------", "Elastic.IN", "Elastic.OUT", "Elastic.INOUT" }));
|
/external/valgrind/memcheck/tests/ |
vcpu_fbench.c | 319 "Offense against sine condition (coma): 0.00008954761", 399 /* sin(x) Return sine, x in radians */ 826 "Offense against sine condition (coma): %16.11f",
|
/external/valgrind/perf/ |
fbench.c | 315 "Offense against sine condition (coma): 0.00008954761", 395 /* sin(x) Return sine, x in radians */ 822 "Offense against sine condition (coma): %16.11f",
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
rs_math.jd | 188 Inverse sine 196 Inverse hyperbolic sine 204 Inverse sine divided by pi 612 Approximate inverse sine 620 Approximate inverse hyperbolic sine 628 Approximate inverse sine divided by pi 820 Approximate sine 828 Approximate sine and cosine 836 Approximate hyperbolic sine 844 Approximate sine of a number multiplied by p [all...] |
index.jd | 691 Inverse sine 699 Inverse hyperbolic sine 707 Inverse sine divided by pi [all...] |
overview.jd | 833 Inverse sine 841 Inverse hyperbolic sine 849 Inverse sine divided by pi [all...] |
/external/ImageMagick/MagickCore/ |
paint.c | 548 sine, 555 sine=sin((double) DegreesToRadians(gradient->angle-90.0)); 558 fabs((double) image->rows*sine); 560 gradient->gradient_vector.y1=0.5*(image->rows-distance*sine); 562 gradient->gradient_vector.y2=0.5*(image->rows+distance*sine); 545 sine, local [all...] |
/packages/apps/Gallery2/res/values-tl/ |
strings.xml | 39 <string name="filtershow_saving_image" msgid="6659463980581993016">"Sine-save ang larawan sa <xliff:g id="ALBUM_NAME">%1$s</xliff:g> ?"</string> 204 <string name="save_into" msgid="9155488424829609229">"Sine-save ang video sa <xliff:g id="ALBUM_NAME">%1$s</xliff:g> ?"</string> 329 <string name="pano_review_saving_indication_str" msgid="2054886016665130188">"Sine-save?"</string> [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
LoudnessEnhancerTest.java | 142 // this test will play a 1kHz sine wave with peaks at -40dB, and apply 6 db gain
|
VisualizerTest.java | 291 // this test will play a 1kHz sine wave with peaks at -40dB 364 // this test will play a 1kHz sine wave with peaks at -40dB
|
/external/ImageMagick/ImageMagick/script/ |
fx.html | 255 <dt> <code>asin(</code><var>x</var><code>)</code></dt><dd> arc sine function</dd> 256 <dt> <code>asinh(</code><var>x</var><code>)</code></dt><dd> inverse hyperbolic sine function</dd> 290 <dt> <code>sin(</code><var>x</var><code>)</code></dt><dd> sine function</dd> 293 <dt> <code>sinh(</code><var>x</var><code>)</code></dt><dd> hyperbolic sine function</dd>
|
/external/ImageMagick/www/ |
fx.html | 259 <dt> <code>asin(</code><var>x</var><code>)</code></dt><dd> arc sine function</dd> 260 <dt> <code>asinh(</code><var>x</var><code>)</code></dt><dd> inverse hyperbolic sine function</dd> 295 <dt> <code>sin(</code><var>x</var><code>)</code></dt><dd> sine function</dd> 298 <dt> <code>sinh(</code><var>x</var><code>)</code></dt><dd> hyperbolic sine function</dd>
|
/external/aac/libSBRenc/src/ |
ton_corr.h | 135 part of a QMF channel a possible sine is. */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/ |
FastSineTransformer.java | 28 * StandardPackages/LinearAlgebra/FourierTrig.html">Fast Sine Transform</a>
|
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/ |
audio_AudioBasicBluetoothPlaybackRecord.py | 113 # test file which contains identical sine waves in two
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/ |
OISEffect.h | 77 Sine, //PeriodicForce
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Interpolation.java | 62 static public final Interpolation sine = new Interpolation() {
field in class:Interpolation
|
/libcore/ojluni/src/main/java/java/lang/ |
Math.java | 110 * Returns the trigonometric sine of an angle. Special cases: 120 * @return the sine of the argument. 153 * Returns the arc sine of a value; the returned angle is in the 163 * @param a the value whose arc sine is to be returned. 164 * @return the arc sine of the argument. [all...] |
StrictMath.java | 86 * Returns the trigonometric sine of an angle. Special cases: 93 * @return the sine of the argument. 120 * Returns the arc sine of a value; the returned angle is in the 127 * @param a the value whose arc sine is to be returned. 128 * @return the arc sine of the argument. [all...] |
/packages/apps/LegacyCamera/res/values-tl/ |
strings.xml | 102 <string name="pano_review_saving_indication_str" msgid="2054886016665130188">"Sine-save?"</string>
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/ |
Win32ForceFeedback.cpp | 259 case OIS::Effect::Sine: _upload(GUID_Sine, &diEffect, effect); break; 513 _addEffectTypes(eForce, Effect::Sine );
|