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

  /external/opencv3/3rdparty/openexr/Imath/
ImathSphere.h 140 T sqroot = Math<T>::sqrt(discr); local
141 t = (-B - sqroot) * T(0.5);
147 t = (-B + sqroot) * T(0.5);
  /ndk/tests/device/test-gnustl-full/unit/
resolve_name.cpp 54 double sqroot( double x ) { function in struct:sq
  /ndk/tests/device/test-stlport/unit/
resolve_name.cpp 54 double sqroot( double x ) { function in struct:sq

Completed in 203 milliseconds