Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dtgmath.h932 __tg_log10(float __x) {return log10f(__x);} in __tg_log10() function
936 __tg_log10(double __x) {return log10(__x);} in __tg_log10() function
940 __tg_log10(long double __x) {return log10l(__x);} in __tg_log10() function