Searched defs:hypot (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathMath.h119 static T hypot (T x, T y) {return ::hypot (double(x), double(y));} function in struct:Imath::Math
147 static float hypot (float x, float y) {return ::hypotf (x, y);} function in struct:Imath::Math
149 static float hypot (float x, float y) {return ::sqrtf(x*x + y*y);} function in struct:Imath::Math

Completed in 89 milliseconds