Searched refs:inline_quick_sqrt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/demo/earth/
H A Dearth.cc153 inline float inline_quick_sqrt(float x) { function in namespace:__anon8451
161 y = inline_quick_sqrt(x);
440 float Lq = 1.0f / inline_quick_sqrt(Lx * Lx + Ly * Ly + Lz * Lz);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
H A Dearth.cc155 inline float inline_quick_sqrt(float x) { function in namespace:__anon8460
163 y = inline_quick_sqrt(x);
484 float Lq = 1.0f / inline_quick_sqrt(Lx * Lx + Ly * Ly + Lz * Lz);

Completed in 61 milliseconds