Searched refs:LOG10 (Results 1 – 2 of 2) sorted by relevance
23 #define LOG10 2.30258509299404568401 macro312 float WRAPPER_FUNC(exp10f)(float x) { check_nan_f1(x); return (float)exp((double)x*LOG10); } in WRAPPER_FUNC()
25 #define LOG10 2.30258509299404568401 macro
Completed in 5 milliseconds