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

  /external/srec/srec/cfront/
sp_fft.c 591 trigonomydata *cos2, *sin2; local
593 cos2 = pthis->m_cos2Tbl;
625 complex_multiplier(cos2[i-1], -sin2[i-1], h2r, h2i, &tr, &ti);
  /external/skia/src/core/
SkMath.cpp 518 SkFixed cos2 = SkFixedMul(cosValue, cosValue); local
519 int diff = cos2 + sin2 - SK_Fixed1;
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 533 public static float cos2(float fValue) { method in class:FastMath
    [all...]

Completed in 99 milliseconds