/bionic/libm/man/ |
asinh.3 | 41 .Nd inverse hyperbolic sine functions 55 functions compute the inverse hyperbolic sine 67 return the inverse hyperbolic sine of
|
sin.3 | 42 .Nd sine functions 56 functions compute the sine of 66 functions return the sine value.
|
asin.3 | 41 .Nd arc sine functions 55 functions compute the principal value of the arc sine of 66 functions return the arc sine in the range
|
sinh.3 | 40 .Nd hyperbolic sine function 54 functions compute the hyperbolic sine of
|
/external/v8/test/mjsunit/ |
sin-cos.js | 43 // By accident, the slow case for sine and cosine were both sine at 48 // Ensure that sine and log are not the same.
|
/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.
|
/frameworks/base/graphics/java/android/graphics/ |
ColorMatrix.java | 123 float sine = FloatMath.sin(radians); local 128 mArray[7] = sine; 129 mArray[11] = -sine; 134 mArray[2] = -sine; 135 mArray[10] = sine; 140 mArray[1] = sine; 141 mArray[5] = -sine;
|
/system/media/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/webkit/Source/WebKit2/WebProcess/WebPage/ |
PageOverlay.cpp | 157 double sine = sin(piOverTwoFloat * animationProgress); local 158 float fadeAnimationValue = sine * sine;
|
/frameworks/base/core/java/android/util/ |
FloatMath.java | 51 * Returns the closest float approximation of the sine of the argument. 54 * @return the sine of angle
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
FloatMath_Delegate.java | 62 * Returns the closest float approximation of the sine of the argument. 65 * @return the sine of angle
|
/external/skia/include/effects/ |
SkColorMatrix.h | 40 void setSinCos(Axis, SkScalar sine, SkScalar cosine);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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. */
|
mathcalls.h | 56 /* Arc sine of X. */ 65 /* Sine of X. */ 74 /* Hyperbolic sine of X. */ 81 /* Cosine and sine of X. */ 90 /* Hyperbolic arc sine of X. */
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
pv_sine.cpp | 38 Find the sine of a number between 0 and pi/2 118 Int32 sine; local 131 sine = fxp_mul32_Q30(*(pt_table++), z); 135 sine += *(pt_table++); 136 sine = fxp_mul32_Q30(sine, z); 142 sine = z; /* better approximation in this range */ 147 sine = -sine; 150 return sine; [all...] |
/bionic/libm/src/ |
s_sin.c | 18 * Return sine function of x. 21 * __kernel_sin ... sine function on [-pi/4,pi/4]
|
s_cos.c | 21 * __kernel_sin ... sine function on [-pi/4,pi/4]
|
/external/fdlibm/ |
s_sin.c | 15 * Return sine function of x. 18 * __kernel_sin ... sine function on [-pi/4,pi/4]
|
/cts/apps/CtsVerifier/jni/audioquality/ |
Fft.h | 56 // Create the sine/cosine basis tables and return the size of the FFT
|
/external/skia/src/utils/ |
SkColorMatrix.cpp | 32 void SkColorMatrix::setSinCos(Axis axis, SkScalar sine, SkScalar cosine) { 44 fMat[index[1]] = sine; 45 fMat[index[2]] = -sine;
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Phase.h | 67 /** sine interpolation method */ 83 * Computes sine of a phase 101 * Computes sine of a phase
|
/frameworks/base/libs/rs/scriptc/ |
rs_cl.rsh | 139 * Return the inverse sine. 147 * Return the inverse hyperbolic sine. 156 * Return the inverse sine divided by PI. 585 * Return the sine of a value specified in radians. 594 * Return the sine and cosine of a value. 596 * @return sine 606 * Return the hyperbolic sine of a value specified in radians.
|
/prebuilt/sdk/14/renderscript/include/ |
rs_cl.rsh | 139 * Return the inverse sine. 147 * Return the inverse hyperbolic sine. 156 * Return the inverse sine divided by PI. 585 * Return the sine of a value specified in radians. 594 * Return the sine and cosine of a value. 596 * @return sine 606 * Return the hyperbolic sine of a value specified in radians.
|
/external/skia/src/core/ |
SkCordic.cpp | 220 float sine = sinf(radian); local 226 float error = fabsf(sine - sine2); 228 SkDebugf("sin error : angle = %g ; sin = %g ; cordic = %g\n", angle, sine, sine2);
|
/frameworks/base/packages/SystemUI/res/values-tl/ |
strings.xml | 65 <string name="screenshot_saving_ticker" msgid="7403652894056693515">"Sine-save ang screenshot?"</string> 66 <string name="screenshot_saving_title" msgid="8242282144535555697">"Sine-save ang screenshot?"</string> 67 <string name="screenshot_saving_text" msgid="2419718443411738818">"Sine-save ang screenshot."</string>
|