Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h925 __tg_log10(float __x) {return log10f(__x);} in __tg_log10() function
929 __tg_log10(double __x) {return log10(__x);} in __tg_log10() function
933 __tg_log10(long double __x) {return log10l(__x);} in __tg_log10() function