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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/include/private/
H A Dfast_float_math_hack.h12 #define hypot hypotf macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddisplay.c38 scale[0] = hypot(CONV_FP(matrix[0]), CONV_FP(matrix[3]));
39 scale[1] = hypot(CONV_FP(matrix[1]), CONV_FP(matrix[4]));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dos.h61 # define FAST_HYPOT hypot
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_vignette.c141 const double dnorm = hypot(xx, yy) / s->dmax;
302 s->dmax = hypot(inlink->w / 2., inlink->h / 2.);
H A Davf_showspectrum.c328 #define MAGNITUDE(y, ch) hypot(RE(y, ch), IM(y, ch))
H A Dvf_signalstats.c325 sat = hypot(yuvu - 128, yuvv - 128);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddc.cpp709 dRadius = 0.5 * ( hypot( (double)(vY1 - vYc)
712 hypot( (double)(vY2 - vYc)

Completed in 59 milliseconds