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

  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 264 var cosPhi = Math.cos(phi);
266 var x = cosPhi * sinTheta;
  /external/skia/src/gpu/
GrDistanceFieldGenFromVector.cpp 423 const float cosPhi = (float)sqrt((b2 * 0.25f) * (-27.f / a3)) * ((b > 0) ? -1.f : 1.f);
424 const float phi = (float)acos(cosPhi);
  /external/skqp/src/gpu/
GrDistanceFieldGenFromVector.cpp 423 const float cosPhi = (float)sqrt((b2 * 0.25f) * (-27.f / a3)) * ((b > 0) ? -1.f : 1.f);
424 const float phi = (float)acos(cosPhi);

Completed in 452 milliseconds