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

  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 38 const float kOneOver2PI = 1.0f / kTwoPI;
458 float th = acos_.TableLerp(w) * kOneOver2PI;
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 46 const float kOneOver2PI = 1.0f / kTwoPI;
513 float th = acos_.TableLerp(w) * kOneOver2PI;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 45 const float kOneOver2PI = 1.0f / kTwoPI;
496 float th = acos_.TableLerp(w) * kOneOver2PI;

Completed in 106 milliseconds