Home
last modified time | relevance | path

Searched defs:logf (Results 1 – 25 of 128) sorted by relevance

123456

/aosp_15_r20/external/musl/src/math/i386/
H A Dlogf.s1 .global logf symbol
3 logf: label
/aosp_15_r20/external/trusty/musl/src/math/i386/
Dlogf.s1 .global logf symbol
3 logf: label
/aosp_15_r20/external/autotest/client/bin/
H A Dbase_sysinfo.py65 def __init__(self, logf, log_in_keyval): argument
93 def __init__(self, path, logf=None, log_in_keyval=False): argument
142 def __init__(self, cmd, logf=None, log_in_keyval=False, compress_log=False): argument
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DLog.h43 inline void logf(const char* tag, const char* msg) noexcept { in logf() function
48 inline void logf(const char* tag, const char* msg, ARGS... args) noexcept { in logf() function
/aosp_15_r20/prebuilts/go/linux-x86/test/intrinsic.dir/
Dmain.go17 func logf(f string, args ...interface{}) { func
/aosp_15_r20/external/arm-optimized-routines/math/
H A Dlogf.c27 logf (float x) in logf() function
/aosp_15_r20/external/trusty/musl/src/math/
Dlogf.c27 float logf(float x) in logf() function
/aosp_15_r20/external/musl/src/math/
H A Dlogf.c27 float logf(float x) in logf() function
/aosp_15_r20/external/pigweed/pw_log/rust/
H A Dpw_log.rs94 macro_rules! logf { macro
/aosp_15_r20/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.h68 LogBuilder logf(StringRef text) { in logf() function
H A DDiffConsumer.cpp160 void DiffConsumer::logf(const LogBuilder &Log) { in logf() function in DiffConsumer
/aosp_15_r20/external/executorch/runtime/platform/
H A Dlog.h120 inline void logf( in logf() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dlogf.rs25 pub fn logf(mut x: f32) -> f32 { in logf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dlogf.rs25 pub fn logf(mut x: f32) -> f32 { in logf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dlogf.rs25 pub fn logf(mut x: f32) -> f32 { in logf() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dlogf.rs25 pub fn logf(mut x: f32) -> f32 { in logf() function
H A Dmod.rs162 mod logf; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dlogf.rs25 pub fn logf(mut x: f32) -> f32 { in logf() function
H A Dmod.rs162 mod logf; module
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dlogf.rs25 pub fn logf(mut x: f32) -> f32 { in logf() function
Dmod.rs162 mod logf; module
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DSharedLog.java218 public void logf(String fmt, Object... args) { in logf() method in SharedLog
/aosp_15_r20/frameworks/av/media/libnblog/
H A DWriter.cpp88 void Writer::logf(const char *fmt, ...) in logf() function in android::NBLog::Writer
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c306 #define logf wrap_logf macro
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/
Dreverseproxy.go673 func (p *ReverseProxy) logf(format string, args ...any) { func

123456