Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dtgmath.h444 __tg_log(float __x) {return logf(__x);} in __tg_log() function
448 __tg_log(double __x) {return log(__x);} in __tg_log() function
452 __tg_log(long double __x) {return logl(__x);} in __tg_log() function
456 __tg_log(float _Complex __x) {return clogf(__x);} in __tg_log() function
460 __tg_log(double _Complex __x) {return clog(__x);} in __tg_log() function
464 __tg_log(long double _Complex __x) {return clogl(__x);} in __tg_log() function
467 #define log(__x) __tg_log(__tg_promote1((__x))(__x))