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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dos.h52 # define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b)) macro
61 # define FAST_HYPOT hypot macro

Completed in 67 milliseconds