Searched refs:sin2 (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/cfront/
H A Dsp_fft.c591 trigonomydata *cos2, *sin2; local
594 sin2 = pthis->m_sin2Tbl;
625 complex_multiplier(cos2[i-1], -sin2[i-1], h2r, h2i, &tr, &ti);
/external/skia/src/core/
H A DSkMath.cpp517 SkFixed sin2 = SkFixedMul(sinValue, sinValue); local
519 int diff = cos2 + sin2 - SK_Fixed1;
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DFastMath.java516 public static float sin2(float fValue) { method in class:FastMath
534 return sin2(fValue + HALF_PI);

Completed in 76 milliseconds