OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slopeAt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.h
102
float
slopeAt
(float x, float k);
DynamicsCompressorKernel.cpp
133
float DynamicsCompressorKernel::
slopeAt
(float x, float k)
163
float slope =
slopeAt
(x, k);
Completed in 50 milliseconds