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

  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 101 float TableLerp(float x);
116 float ArcCosine::TableLerp(float f) {
450 float ang = acos_.TableLerp(ds);
458 float th = acos_.TableLerp(w) * kOneOver2PI;
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 158 float TableLerp(float x);
173 INLINE float ArcCosine::TableLerp(float f) {
507 float ang = acos_.TableLerp(ds);
513 float th = acos_.TableLerp(w) * kOneOver2PI;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 94 float TableLerp(float x);
109 float ArcCosine::TableLerp(float f) {
488 float ang = acos_.TableLerp(ds);
496 float th = acos_.TableLerp(w) * kOneOver2PI;

Completed in 116 milliseconds