OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAST_HYPOT
(Results
1 - 3
of
3
) sorted by null
/external/libvorbis/lib/
os.h
52
# define
FAST_HYPOT
(a, b) sqrt((a)*(a) + (b)*(b))
60
#ifndef
FAST_HYPOT
61
# define
FAST_HYPOT
hypot
psytune.c
345
float temp=scale*
FAST_HYPOT
(fft[j],fft[j+1]);
/external/tremolo/Tremolo/
os.h
63
# define
FAST_HYPOT
(a, b) sqrt((a)*(a) + (b)*(b))
Completed in 780 milliseconds