Searched refs:LOG10Ef (Results 1 – 2 of 2) sorted by relevance
31 #define LOG10Ef 0.43429448190325182765f macro313 float WRAPPER_FUNC(log10f)(float x) { check_nan_f1(x); return logf(x)*LOG10Ef; } in WRAPPER_FUNC()
33 #define LOG10Ef 0.43429448190325182765f macro
Completed in 5 milliseconds