/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/ |
D | logarithms.h | 26 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/ |
D | logarithms.h | 26 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/ |
D | logarithms.h | 26 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/ |
D | logarithms.h | 26 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/ |
D | logarithms.h | 26 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/ |
D | Log.h | 168 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/ |
D | log.h | 24 #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/ |
D | log.h | 24 #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/ |
D | log.h | 24 #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/ |
D | Log.h | 185 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/ |
D | Log.h | 185 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/ |
D | CMakeParseImplicitIncludeInfo.cmake | 12 set(log "") variable 182 set(log "") variable
|
D | ExternalProject.cmake | 2899 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/ |
D | Log.h | 168 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/ |
D | SimpleLog.h | 67 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/ |
D | SimpleLog.h | 67 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/ |
D | SimpleLog.h | 67 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/ |
D | SimpleLog.h | 67 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/ |
D | SimpleLog.h | 67 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/ |
D | SimpleLog.h | 67 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/ |
D | SimpleLog.h | 67 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/ |
D | SimpleLog.h | 67 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/ |
D | SimpleLog.h | 67 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/ |
D | SimpleLog.h | 67 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/ |
D | SimpleLog.h | 67 void log(const char *format, ...) in log() function 88 void log(int64_t nowNs, const char *format, ...) in log() function
|