Searched refs:__tg_log (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h437 __tg_log(float __x) {return logf(__x);} function
441 __tg_log(double __x) {return log(__x);} function
445 __tg_log(long double __x) {return logl(__x);} function
449 __tg_log(float _Complex __x) {return clogf(__x);} function
453 __tg_log(double _Complex __x) {return clog(__x);} function
457 __tg_log(long double _Complex __x) {return clogl(__x);} function
460 #define log(__x) __tg_log(__tg_promote1((__x))(__x))

Completed in 204 milliseconds