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

  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 149 inline float inline_quick_sqrt(float x) { function in namespace:__anon13518
157 y = inline_quick_sqrt(x);
439 float Lq = 1.0f / inline_quick_sqrt(Lx * Lx + Ly * Ly + Lz * Lz);
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 206 INLINE float inline_quick_sqrt(float x) { function in namespace:__anon13520
214 y = inline_quick_sqrt(x);
502 float Lq = 1.0f / inline_quick_sqrt(dot3(L, L));
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 142 inline float inline_quick_sqrt(float x) { function in namespace:__anon13532
150 y = inline_quick_sqrt(x);
477 float Lq = 1.0f / inline_quick_sqrt(Lx * Lx + Ly * Ly + Lz * Lz);

Completed in 98 milliseconds