Searched refs:norm (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/shared/
H A DShakeTrackingFilter.cpp77 float norm = delta.x * delta.x + delta.y * delta.y; local
78 if (norm > 0.01) {
79 delta.x /= norm;
80 delta.y /= norm;
83 norm = fLastDelta.x * fLastDelta.x + fLastDelta.y * fLastDelta.y;
84 if (norm > 0.01) {
85 fLastDelta.x /= norm;
86 fLastDelta.y /= norm;
/haiku/src/libs/stdc++/legacy/
H A Dcinst.cc114 template f norm (ccr);
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpa.c30 /* norm */
127 static void norm(const mp_no *x, double *y, int p) function
240 if (EX> -42) norm(x,y,p);
241 else if (EX==-42 && X[1]>=TWO10) norm(x,y,p);
/haiku/headers/cpp/std/
H A Dcomplext.h353 norm (const complex<_FLT>& x) __attribute__ ((const));
356 norm (const complex<_FLT>& x) function

Completed in 106 milliseconds