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

/external/tremolo/Tremolo/
H A Dos.h63 # define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b)) macro
/external/libvorbis/lib/
H A Dos.h52 # define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b)) macro
60 #ifndef FAST_HYPOT
61 # define FAST_HYPOT hypot macro

Completed in 530 milliseconds