Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/c++/v1/__math/
Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/
Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/
Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DLog.h168 Log *log = log_ptr.load(std::memory_order_relaxed); in GetLog() local
342 #define LLDB_LOG(log, ...) \ argument
349 #define LLDB_LOGF(log, ...) \ argument
356 #define LLDB_LOGV(log, ...) \ argument
365 #define LLDB_LOG_ERROR(log, error, ...) \ argument
379 #define LLDB_LOG_ERRORV(log, error, ...) \ argument
/prebuilts/module_sdk/art/7/common_os/include/art/sigchainlib/
Dlog.h24 #define log(...) async_safe_format_log(ANDROID_LOG_ERROR, "libsigchain", __VA_ARGS__) macro
32 static void log(const char* format, ...) { in log() function
/prebuilts/module_sdk/art/3/common_os/include/art/sigchainlib/
Dlog.h24 #define log(...) async_safe_format_log(ANDROID_LOG_ERROR, "libsigchain", __VA_ARGS__) macro
32 static void log(const char* format, ...) { in log() function
/prebuilts/module_sdk/art/1/common_os/include/art/sigchainlib/
Dlog.h24 #define log(...) async_safe_format_log(ANDROID_LOG_ERROR, "libsigchain", __VA_ARGS__) macro
32 static void log(const char* format, ...) { in log() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DLog.h185 Log *log = log_ptr.load(std::memory_order_relaxed); in GetLog() local
359 #define LLDB_LOG(log, ...) \ argument
366 #define LLDB_LOGF(log, ...) \ argument
373 #define LLDB_LOGV(log, ...) \ argument
382 #define LLDB_LOG_ERROR(log, error, ...) \ argument
396 #define LLDB_LOG_ERRORV(log, error, ...) \ argument
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Utility/
DLog.h185 Log *log = log_ptr.load(std::memory_order_relaxed); in GetLog() local
359 #define LLDB_LOG(log, ...) \ argument
366 #define LLDB_LOGF(log, ...) \ argument
373 #define LLDB_LOGV(log, ...) \ argument
382 #define LLDB_LOG_ERROR(log, error, ...) \ argument
396 #define LLDB_LOG_ERRORV(log, error, ...) \ argument
/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCMakeParseImplicitIncludeInfo.cmake12 set(log "") variable
182 set(log "") variable
DExternalProject.cmake2899 set(log LOG 1) variable
2901 set(log "") variable
3066 set(log LOG 1) variable
3068 set(log "") variable
3114 set(log LOG 1) variable
3116 set(log "") variable
3289 set(log LOG 1) variable
3291 set(log "") variable
3340 set(log LOG 1) variable
3342 set(log "") variable
[all …]
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DLog.h168 Log *log = log_ptr.load(std::memory_order_relaxed); in GetLog() local
342 #define LLDB_LOG(log, ...) \ argument
349 #define LLDB_LOGF(log, ...) \ argument
356 #define LLDB_LOGV(log, ...) \ argument
365 #define LLDB_LOG_ERROR(log, error, ...) \ argument
/prebuilts/vndk/v34/x86/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
/prebuilts/vndk/v33/arm/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
/prebuilts/vndk/v30/arm64/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
/prebuilts/vndk/v30/x86_64/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
/prebuilts/vndk/v34/arm/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
/prebuilts/vndk/v33/x86_64/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
/prebuilts/vndk/v32/arm64/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
/prebuilts/vndk/v31/arm/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
/prebuilts/vndk/v34/x86_64/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
/prebuilts/vndk/v31/x86/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function
/prebuilts/vndk/v33/arm64/include/system/media/audio_utils/include/audio_utils/
DSimpleLog.h67 void log(const char *format, ...) in log() function
88 void log(int64_t nowNs, const char *format, ...) in log() function

12345678910>>...17