Home
last modified time | relevance | path

Searched refs:log10f (Results 1 – 2 of 2) sorted by relevance

/liblc3-latest/wasm/
Dmath.h34 #define log10f __builtin_log10f macro
/liblc3-latest/src/
Dfastmath.h157 return log10f(2) * lc3_log2f(x); in lc3_log10f()