HomeSort by relevance Sort by last modified time
    Searched refs:sin2 (Results 1 - 4 of 4) sorted by null

  /external/srec/srec/cfront/
sp_fft.c 591 trigonomydata *cos2, *sin2; local
594 sin2 = pthis->m_sin2Tbl;
625 complex_multiplier(cos2[i-1], -sin2[i-1], h2r, h2i, &tr, &ti);
  /external/chromium_org/third_party/skia/src/core/
SkMath.cpp 497 SkFixed sin2 = SkFixedMul(sinValue, sinValue); local
499 int diff = cos2 + sin2 - SK_Fixed1;
  /external/skia/src/core/
SkMath.cpp 497 SkFixed sin2 = SkFixedMul(sinValue, sinValue); local
499 int diff = cos2 + sin2 - SK_Fixed1;
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 516 public static float sin2(float fValue) { method in class:FastMath
534 return sin2(fValue + HALF_PI);
    [all...]

Completed in 191 milliseconds