Home
last modified time | relevance | path

Searched defs:log10f (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/math/i386/
Dlog10f.s1 .global log10f symbol
3 log10f: label
/third_party/optimized-routines/math/
Dlog10f.c38 log10f (float x) in log10f() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog10f.c30 float log10f(float x) in log10f() function
/third_party/musl/src/math/
Dlog10f.c30 float log10f(float x) in log10f() function
/third_party/lame/libmp3lame/
Dmachine.h183 # define log10f log10 macro
/third_party/ffmpeg/libavutil/
Dlibm.h414 #define log10f(x) ((float)log10(x)) macro