OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fast_log
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.cpp
80
const float max_abs_x_dB = math::
fast_log
(max_abs_x);
109
const float max_abs_x_dB = math::
fast_log
(max_abs_x);
/frameworks/av/media/libeffects/loudness/common/core/
math.h
49
inline float
fast_log
(float val) {
function in namespace:le_fx::math
/external/v8/src/
platform-nullos.cc
76
double
fast_log
(double x) {
function in namespace:v8::internal
platform.h
104
double
fast_log
(double input);
heap-inl.h
666
return
fast_log
(input);
/external/chromium_org/v8/src/
platform.h
102
double
fast_log
(double input);
heap-inl.h
777
return
fast_log
(input);
hydrogen-instructions.cc
[
all
...]
Completed in 546 milliseconds