/external/aac/libFDK/include/ |
D | FDK_trigFcts.h | 144 static inline FIXP_DBL fixp_sin_cos_residual_inline(FIXP_DBL x, int scale, FIXP_DBL *sine, FIXP_DBL… in fixp_sin_cos_residual_inline() argument 194 *sine = (FIXP_DBL)((sl * ssign) << (DFRACT_BITS-FRACT_BITS)); in fixp_sin_cos_residual_inline() 197 *sine = (FIXP_DBL)(sl * ssign); in fixp_sin_cos_residual_inline() 215 FIXP_DBL residual, error0, error1, sine, cosine; in inline_fixp_cos_sin() local 216 residual = fixp_sin_cos_residual_inline(x1, scale, &sine, &cosine); in inline_fixp_cos_sin() 217 error0 = fMultDiv2(sine, residual); in inline_fixp_cos_sin() 220 *out++ = sine + (error1<<1); in inline_fixp_cos_sin() 222 residual = fixp_sin_cos_residual_inline(x2, scale, &sine, &cosine); in inline_fixp_cos_sin() 223 error0 = fMultDiv2(sine, residual); in inline_fixp_cos_sin() 226 *out++ = sine + (error1<<1); in inline_fixp_cos_sin()
|
/external/libopus/celt/ |
D | mdct.c | 110 kiss_twiddle_scalar sine; in clt_mdct_forward() local 122 sine = TRIG_UPSCALE*(QCONST16(0.7853981f, 15)+N2)/N; in clt_mdct_forward() 124 sine = (kiss_twiddle_scalar)2*PI*(.125f)/N; in clt_mdct_forward() 179 *yp++ = yr + S_MUL(yi,sine); in clt_mdct_forward() 180 *yp++ = yi - S_MUL(yr,sine); in clt_mdct_forward() 201 *yp1 = yr - S_MUL(yi,sine); in clt_mdct_forward() 202 *yp2 = yi + S_MUL(yr,sine);; in clt_mdct_forward() 216 kiss_twiddle_scalar sine; in clt_mdct_backward() local 226 sine = TRIG_UPSCALE*(QCONST16(0.7853981f, 15)+N2)/N; in clt_mdct_backward() 228 sine = (kiss_twiddle_scalar)2*PI*(.125f)/N; in clt_mdct_backward() [all …]
|
/external/aac/libFDK/src/ |
D | FDK_trigFcts.cpp | 298 FIXP_DBL residual, error, sine, cosine; in fixp_cos() local 300 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine); in fixp_cos() 301 error = fMult(sine, residual); in fixp_cos() 308 FIXP_DBL residual, error, sine, cosine; in fixp_sin() local 310 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine); in fixp_sin() 313 return sine + error; in fixp_sin() 318 FIXP_DBL residual, error0, error1, sine, cosine; in fixp_cos_sin() local 320 residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine); in fixp_cos_sin() 321 error0 = fMult(sine, residual); in fixp_cos_sin() 324 *sin = sine + error1; in fixp_cos_sin()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
D | HarmonicCoefficientsGuesser.java | 269 double sine = FastMath.sin(omegaX); in guessPhi() local 270 fcMean += omega * currentY * cosine - currentYPrime * sine; in guessPhi() 271 fsMean += omega * currentY * sine + currentYPrime * cosine; in guessPhi()
|
/external/skia/src/effects/ |
D | SkColorMatrix.cpp | 103 void SkColorMatrix::setSinCos(Axis axis, SkScalar sine, SkScalar cosine) { in setSinCos() argument 115 fMat[index[1]] = sine; in setSinCos() 116 fMat[index[2]] = -sine; in setSinCos()
|
/external/sonic/samples/ |
D | 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.
|
/external/v8/third_party/fdlibm/ |
D | README.v8 | 15 For the use in V8, fdlibm has been reduced to include only sine, cosine and
|
/external/skia/include/effects/ |
D | SkColorMatrix.h | 48 void setSinCos(Axis, SkScalar sine, SkScalar cosine);
|
/external/eigen/unsupported/Eigen/ |
D | 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/icu/icu4c/source/data/region/ |
D | ln.txt | 180 PS{"Palɛsine"}
|
/external/eigen/doc/ |
D | TutorialAdvancedInitialization.dox | 91 with angles in degrees, the corresponding angle in radians, and their sine and cosine.
|
/external/icu/icu4c/source/data/zone/ |
D | ga.txt | 970 ec{"Císineá"}
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.pat.txt | 3640 5sine.
|
/external/clang/docs/ |
D | AttributeReference.rst | 605 the appropriate standard function computing the sine of a value with ``float``,
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 267 the appropriate standard function computing the sine of a value with ``float``,
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 750 <!-- @attribute asin A function that returns the arc sine of its argument. --> 777 <!-- @attribute sin A function that returns the sine of its argument. -->
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_lexpos.utf | 977 ADV "sine" "s'i:ne"
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1369 floating-point sine and cosine trig operations are supported by expansion to
|
D | LangRef.rst | 8333 The '``llvm.sin.*``' intrinsics return the sine of the operand. 8344 This function returns the sine of the specified operand, returning the
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 3353 N^PREP "sine" "s'a_In"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 3795 N^PREP "sine" "s'a_In"
|